Spoonman Posted November 21, 2004 Posted November 21, 2004 I installed php nuke from cpanel, everything seems to work fine. I have the forum within phpnuke going but I can't seem to edit the current style. This is the error I get. How do I fix this? I get it if I try and click on any of the 4 options, add, create, export and management. Warning: main(./pagestart.): failed to open stream: No such file or directory in /home/waiparo/public_html/nuke/modules/Forums/admin/admin_styles.php on line 48 Warning: main(./pagestart.): failed to open stream: No such file or directory in /home/waiparo/public_html/nuke/modules/Forums/admin/admin_styles.php on line 48 Fatal error: main(): Failed opening required './pagestart.' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/waiparo/public_html/nuke/modules/Forums/admin/admin_styles.php on line 48 Quote
Spoonman Posted November 24, 2004 Author Posted November 24, 2004 bump anyone have a clue how I can approach this to resolve it myself? Quote
TCH-Dick Posted November 24, 2004 Posted November 24, 2004 Please do not bump threads. Forum Guidelines o Family Members may not bump threads. I searched Google for "Warning: main(./pagestart.): failed to open stream:" and found the following. In the file admin_styles.php find: >require('./pagestart.' . $phpEx); and replace with: >require($phpbb_root_path . 'extension.inc'); require('./pagestart.' . $phpEx); Quote
Spoonman Posted November 24, 2004 Author Posted November 24, 2004 That did the trick!! Thank you so much! sorry for the bump. I searched so many php sites, didn't even think to just put it in google and search that way. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.