PDA

View Full Version : Block installation Issue on my PHPNuke Site


wowgwjunkie
04-04-2008, 03:43 PM
I have two sites:

Working the way I want: http://www.gw-stn.net/index.php
Having problems with: http://www.wow-bhs.net/

Ve9gra, you helped me with this in the past (my other userid on this site is gwjunkie, couldn't figure it out) :P

What I did was copy the the module folder and the block file over, with hopes of it working. Which it did. Luck I guess. I put in the SQL server settings for the passwords and such. I'm thinking it might be my sites theme that is messing up, but not sure. I would like it to display like the normal version of the calendar.

But what I did notice is the encoder on the stn site is ioncube and on my bhs site the encoder is Zend.

Please help!

Thanks much!
Kirk

ve9gra
04-04-2008, 04:26 PM
You forgot the /*nuke-root*/includes/custom_files/custom_head.php file.

:)

wowgwjunkie
04-04-2008, 05:31 PM
It's copied. Still no luck :(

ve9gra
04-04-2008, 07:43 PM
You're using AutoTheme. Read the last post on this thread.

http://www.easyphpcalendar.com/forums/showthread.php?t=6835

wowgwjunkie
04-04-2008, 11:01 PM
It's getting closer!!

When I follow the instructions:


Then in /calendar/calendar.php

[---Find---]

require_once($serverPath."config.inc.php");

[---Replace with---]

require($serverPath."config.inc.php");


I replaced it 3 times and saved. My page would just stay black. So i replaced the calendar.php file back with the orginial and now the calendar appears, but its larger than the box.

Any ideas??

Thanks again for your help!
Kirk

ve9gra
04-05-2008, 07:20 AM
Your selected theme is saved in your calendar.php. If you've replaced it with a fresh one, you'll have to change your theme in the Setup Manager.