I've never set up a home server before and people had told me that this was a nice piece of software to do just that, But when I upload a php script, it works just fine, When I upload php-nuke(testing site for nuke codes) Nothing works.
I have been searching for about 14 hours straight, I unpacked it, setup my mysql password, but am absolutley lost now.
I was once helping someone on a windows server once before with php(I'm not new to php just server) and I saw they had a phpmyadmin in their htdocs folder, so I copied the phpmyadmin to my htdocs folder and bam I could access phpmyadmin, this seems a bit wierd as Im familiar with a linux OS and cpanel, Is there a step by step complete install text anywhere?
If not, could I get assistance from anyone who knows this?
Im on yahoo dark.lordrisesagain
Msn apac.greg@hotmail.com
e-mail darklord@darklords-lair.com
Any help is DEFINITLEY appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Warning: include(db/mysql.php) [function.include]: failed to open stream: No such file or directory in D:\WEBSERVER\WebServ\wwwroot\htdocs\nuke\db\db.php on line 53
Warning: include() [function.include]: Failed opening 'db/mysql.php' for inclusion (include_path='\;D:\WEBSERVER\WebServ\php\pear;D:\WEBSERVER\WebServ\addons\adodb;D:\WEBSERVER\WebServ\addons\smarty\libs') in D:\WEBSERVER\WebServ\wwwroot\htdocs\nuke\db\db.php on line 53
Fatal error: Class 'sql_db' not found in D:\WEBSERVER\WebServ\wwwroot\htdocs\nuke\db\db.php on line 86
This is my error, Ive gotten it to display the error but its still messed up.
I tried to add a \ in the include path the tell it to search its current directory, but not really positive on whats causing this problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've never set up a home server before and people had told me that this was a nice piece of software to do just that, But when I upload a php script, it works just fine, When I upload php-nuke(testing site for nuke codes) Nothing works.
I have been searching for about 14 hours straight, I unpacked it, setup my mysql password, but am absolutley lost now.
I was once helping someone on a windows server once before with php(I'm not new to php just server) and I saw they had a phpmyadmin in their htdocs folder, so I copied the phpmyadmin to my htdocs folder and bam I could access phpmyadmin, this seems a bit wierd as Im familiar with a linux OS and cpanel, Is there a step by step complete install text anywhere?
If not, could I get assistance from anyone who knows this?
Im on yahoo dark.lordrisesagain
Msn apac.greg@hotmail.com
e-mail darklord@darklords-lair.com
Any help is DEFINITLEY appreciated.
Actually corrected the phpmyadmin problem...doh
But as for why nuke wont run is beyond me right now. I get the inlcude error previoulsy posted and tried the offered solution and it wont work.
Warning: include(db/mysql.php) [function.include]: failed to open stream: No such file or directory in D:\WEBSERVER\WebServ\wwwroot\htdocs\nuke\db\db.php on line 53
Warning: include() [function.include]: Failed opening 'db/mysql.php' for inclusion (include_path='\;D:\WEBSERVER\WebServ\php\pear;D:\WEBSERVER\WebServ\addons\adodb;D:\WEBSERVER\WebServ\addons\smarty\libs') in D:\WEBSERVER\WebServ\wwwroot\htdocs\nuke\db\db.php on line 53
Fatal error: Class 'sql_db' not found in D:\WEBSERVER\WebServ\wwwroot\htdocs\nuke\db\db.php on line 86
This is my error, Ive gotten it to display the error but its still messed up.
I tried to add a \ in the include path the tell it to search its current directory, but not really positive on whats causing this problem.
And I managed to repair all those errors and heres how:
In php.ini
Find include_path=
Youll notice that it says D:\WEBSERVER\WebServ\php\pear;D:\WEBSERVER\WebServ\addons\adodb;D:\WEBSERVER\WebServ\addons\smarty\libs
Now before I tried a \ before this to make it search the dame directory it was in, Right idea wrong input. Put a . in before all of it like so:
.;D:\WEBSERVER\WebServ\php\pear;D:\WEBSERVER\WebServ\addons\adodb;D:\WEBSERVER\WebServ\addons\smarty\libs
Curious why the installer doesnt do this but theres your fix.
Got me another problem but this is more to do with windows and me being new and all.
I dont know how to set permissions like chmod.
Any ideas?