View Single Post
  #1 (permalink)  
Old 02-20-2003, 04:33 PM
dackerman dackerman is offline
Junior Member
 
Join Date: Feb 2003
Posts: 3
Trouble installing phpBB Nuke module...
Hey guys/gals,

I am having a little bit of trouble installing the phpBB Nuke module. I am running PHP-Nuke 6.0. I put all the of the files in the correct places, and overwrited some files that were there and it said in the readme to overwrite. Now, whenever I click on the "Forum" module link, it gives me the "Forum Startup" page, which I think is a good thing. I type in my info, and then I push the button for "Fresh Install" , and I get this on the next page:

Code:
Database install in progress
Database install complete

Warning: fopen("modules/Forums/config.php", "w") - Permission denied in /home/lancentral/modules/Forums/install.php on line 729

Warning: fwrite(): supplied argument is not a valid File-Handle resource in /home/lancentral/modules/Forums/install.php on line 738

Warning: fclose(): supplied argument is not a valid File-Handle resource in /home/lancentral/modules/Forums/install.php on line 739

Warning: unlink() failed (Permission denied) in /home/lancentral/modules/Forums/install.php on line 742
Install complete, but could not delete install.php.Please delete this file manually as it is a security risk during regular usage!
Then, that page refreshes back to the "Forum Startup" page. I then went into my admin control panel and clicked on forums. I get this error when I do that:

Code:
Warning: Failed opening './../config.php' for inclusion (include_path='.:/usr/lib/php/:/usr/lib/php/pear/') in /home/lancentral/modules/Forums/common.php on line 129

Warning: Cannot add header information - headers already sent by (output started at /home/lancentral/modules/Forums/common.php:129) in /home/lancentral/modules/Forums/common.php on line 133
Any ideas of what could be wrong?

Thanks,
Dave
Reply With Quote