View previous topic :: View next topic |
Author |
Message |
hawkal -
Joined: 26 Jun 2004 Posts: 11
|
Posted: Fri Jul 02, 2004 2:53 am Post subject: PLEASE HELP !!! (PHPNUKE PROBLEM) |
|
|
I installed phpnuke following deledar's tutorial and when i got to loading up the localhost page (http://localhost/phpnuke) like said in his tutorial it came up with the directory of that file ( INDEX OF/ PHPNUKE) with all the files in text format
i know i done everything else in the tutorial correctly because i kept re-evaluating the installation to make sure i didnt miss anything and it all seemed prefect i had mysql running abyss web server running and myphpadmin was used to create the database and that was prefect
PLEASE HELP !!! WHAT HAVE/AM I DOING WRONG
THANK YOU IN ADVANCED |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jul 02, 2004 2:57 am Post subject: |
|
|
You forgot to add a index file for PHP , open
your console and add index.php as an index file. |
|
Back to top |
|
 |
hawkal -
Joined: 26 Jun 2004 Posts: 11
|
Posted: Fri Jul 02, 2004 12:41 pm Post subject: |
|
|
ive done that like u said on msm (trustpunk) but it still isnt working it just takes me to the directory |
|
Back to top |
|
 |
hawkal -
Joined: 26 Jun 2004 Posts: 11
|
Posted: Fri Jul 02, 2004 1:16 pm Post subject: |
|
|
i tried linking directly to the index.php file (http://localhost/phpnuke/index.php) and i was returned with what looks like loads of errors here is just a small outtake of the errors
Notice: ob_end_clean(): failed to delete buffer. No buffer to delete. in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 18
Notice: Undefined variable: forum_admin in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 67
Notice: Undefined variable: inside_mod in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 70
Notice: Undefined variable: inside_mod in C:\Program Files\Abyss Web Server\phpnuke\db\db.php on line 44
Notice: Use of undefined constant sitename - assumed 'sitename' in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 86
Notice: Use of undefined constant nukeurl - assumed 'nukeurl' in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 87
Notice: Use of undefined constant site_logo - assumed 'site_logo' in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 88
Notice: Use of undefined constant slogan - assumed 'slogan' in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 89
Notice: Use of undefined constant startdate - assumed 'startdate' in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 90
Notice: Use of undefined constant adminmail - assumed 'adminmail' in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 91
Notice: Use of undefined constant anonpost - assumed 'anonpost' in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 92
Notice: Use of undefined constant Default_Theme - assumed 'Default_Theme' in C:\Program Files\Abyss Web Server\phpnuke\mainfile.php on line 93
these errors were in a long list with what looks like the remnants of a phpnuke website around it and in the background
PLEASE HELP (SORRY CANT PROVIDE A LINK TO THE PAGE) |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jul 02, 2004 1:29 pm Post subject: |
|
|
Its not working because your browser is caching the index listing
of all the files , also to get rid of those PHp errors , do the following
Open php.ini in C:\Windows and find
error_reporting = E_ALL;
Change that to
error_reporting = E_ALL &~ E_NOTICE;
Run the PHP nuke program again and it will
run without any errors , Have A Nice Day !
Note: I usually setup my php.ini to
show no errors , display_errors = Off |
|
Back to top |
|
 |
hawkal -
Joined: 26 Jun 2004 Posts: 11
|
Posted: Fri Jul 02, 2004 6:37 pm Post subject: |
|
|
THANK YOU VERY MUCH TRUSTPUNK PHPNUKE IS WORKING |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jul 02, 2004 6:55 pm Post subject: |
|
|
No problem ! Im glad its working for you ! |
|
Back to top |
|
 |
|