Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 58
1 members and 57 guests
int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
forum install error
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 27
Join Date: Jan 2003
Location: USA
forum install error - 01-20-2003, 10:16 PM

hiya,

anyone recognize this error?

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

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

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

Warning: unlink() failed (Permission denied) in /home/severedr/public_html/modules/Forums/install.php on line 742
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
01-20-2003, 10:24 PM

When you install the ported Forums, the modules/Forums folder MUST be CHMOD 777 in order for the config.php file to be generated.
Unless you're installing on a local machine.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 27
Join Date: Jan 2003
Location: USA
01-20-2003, 10:25 PM

hmm, thought I did that...I will check

thanks again Martin
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 27
Join Date: Jan 2003
Location: USA
01-20-2003, 10:41 PM

ops:

that was it
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
01-20-2003, 10:49 PM

Man, I'm glad that was all it was! This is gettin a little easier.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 6
Join Date: Jan 2003
Location: Raleigh, NC
01-21-2003, 01:19 AM

This is the error I'm seeing:


Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/includes/sql_layer.php on line 301

Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/mainfile.php on line 75

Warning: Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/mainfile.php on line 75

Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/mainfile.php on line 89

Warning: Failed opening 'admin/language/lang-.php' for inclusion (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/mainfile.php on line 89

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/includes/sql_layer.php on line 253

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/includes/sql_layer.php on line 301

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/includes/sql_layer.php on line 357

Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/header.php on line 31

Warning: Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/header.php on line 31

Fatal error: Call to undefined function: themeheader() in /usr/local/psa/home/vhosts/mlmtruth.org/httpdocs/header.php on line 47
--------

I have uploaded files to my root directory. (httpdocs)

Thanks,

Den
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
01-21-2003, 01:26 AM

Looks like you have not installed the tables into mysql yet. Read all of this topic about chmod777 your forums dir and read the install instructions with your forum . You need to follow the instructions carefully. Put everything in the files you downloaded in the right places.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 6
Join Date: Jan 2003
Location: Raleigh, NC
01-21-2003, 01:38 AM

Thanks for responding. I was starting to build a forum in phpbb, when I discovered nuke. (I have phpbb up and running ok. ) I decided to start from scratch using nuke.

One thing I noticed about nuke is that there is no install file. Is this correct, or am I missing something that should be installed prior to Nuke 6?

Thanks,

Dennis
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 6
Join Date: Jan 2003
Location: Raleigh, NC
01-21-2003, 07:22 AM

Looks like I got it up and running. I had to use the Alternate Install Method, section 2:

2) Now fill the databases with the tables in nuke.sql file:

mysql nuke < nuke.sql

Once I did this, I was able to excecute domain.com/admin.php without a problem.

Thanks,

Dennis
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
01-21-2003, 08:12 AM

I'm glad you got nuke working, actually I was just assuming your problem was with setting up the ported forum (since that's what this topic started out as) and that's what I was responding to. If you don't want to import your data from the stand-alone forum, like user accounts,etc, (which can be done), download the phpbb ported Forums 2.0.6
The theme packs we have here are for it.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MSTrenches Forum install enrique550 Theme packs 3 07-13-2005 02:41 PM
Forum error MattS12290 Site design 3 03-31-2005 02:37 AM
smartDark forum theme won't install. nikse Nuke 6.5 to 6.9 - Themes 20 04-14-2003 03:16 AM
forum error ! Force Purged Topics 1 02-27-2003 03:45 PM
[FIXED] install over exsisting phpbb forum IACOJ Purged Topics 13 11-23-2002 11:21 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31