I've installed phpNUKE 6.8 with no apparent hitches.
I have activated the forum module and am familiar with how phpBB forums work
Problem
All the functions in the forum admin panel are working except those in the Styles Admin Menu. Add, Create, Export, Management all come up with this error when I attempt to open them.
Warning: main(./home/cronull1/public_html/phpNuke/modules/Forums/admin/pagestart.): failed to open stream: No such file or directory in /home/cronull1/public_html/phpNuke/modules/Forums/admin/admin_styles.php on line 48
Fatal error: main(): Failed opening required './home/cronull1/public_html/phpNuke/modules/Forums/admin/pagestart.' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cronull1/public_html/phpNuke/modules/Forums/admin/admin_styles.php on line 48
I'm fairly sure this is going to be simple but I'm having a mental block over it. In lay terms what do I have to change to be able to access these functions. I need to change some colour settings in the theme .css file and doing it manually via FTP isn't working. I'm using subSilver but modifying the colours slightly.
The file I have tried to edit is subSilver.css. I am accessing it via ../phpNuke/modules/Forum/templates/subSilver and uploading the edited file back to the same folder. But the changes don't propogate so I need to access Styles admin via the admin panel if possible
Thanks in Advance
PS
line 48 in my admin_styles.php is
Code:
require('./pagestart.' . $phpEx);
Frenzy Nuke Cadet
Joined: Oct 04, 2003
Posts: 2
Posted:
Sat Oct 04, 2003 11:21 pm
It's OK I've fixed it myself by adding the code
require($phpbb_root_path . 'extension.inc');
to line 47
Now the code for the relevant query I made is
Code:
line 47>> require($phpbb_root_path . 'extension.inc');
line 48>> require('./pagestart.' . $phpEx);
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum