thephil2005 wrote on Sunday, February 01, 2009:
Would someone shed some light on EXACTLY what the permissions should be for PostNuke’s calendar to function?
Working on a clean install on a Celeron-D with Fedora, with PHP, mySQL, etc…
I installed using the available instructions, and that went flawlessly (every time).
But I kept getting the ‘white screen of death’ in the calendar (top) portion of the user ‘admin’ login screen. In the server log files I kept seeing the ‘smarty error…writing…’ errors, so I could see it was a permissions things.
I remove the install, and started from scratch - twice, with the same results.
So I began moving up the directory tree from
/var/www/html/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/
…invoking (in addition to the steps spelled out in what documentation I could find) . . .
chmod -R 777 … and
chown nobody:… -R
I didn’t want to go higher than the ‘main’ folder, so now it and everything under it are owned by nobody, and have 777 - which i can live with 'til I get this to work.
Now I get this screen at login:
Problem in Database Connection
This Website is powered by PostNuke
Although this site is running the PostNuke software
it has no other connection to the PostNuke Developers.
Please refrain from sending messages about this site or its content
to the PostNuke team, the end will result in an ignored e-mail.
According to PostNuke it’s a common problem - changed password.
But in the PN config.php, it ‘includes’ sqlconf.php, which is correct in its database settings.
???
Have I induced another permissions error by moving up the tree like that?
If there is some switch I’ve missed, I would be happy to find that out, and start the install again. I’ve gotten pretty good at it.
Thanks for any assistance.