Jump to content

Recommended Posts

Posted

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

Posted

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);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...