Jump to content

I need help


slimfat

Recommended Posts

I installed PHP with IIS+PWS3 and MySQl on XP. I got some errors -

 

---------

PHP Warning: session_start() [function.session-start]: open(C:\DOCUME~1\Admin\LOCALS~1\Temp\php\upload\sess_eiii6o1ukhftbdnpuvhjq5gp31, O_RDWR) failed: No such file or directory (2) in C:\Inetpub\wwwroot\test\login.php on line 2 PHP Warning: Unknown: open(C:\DOCUME~1\Admin\LOCALS~1\Temp\php\upload\sess_eiii6o1ukhftbdnpuvhjq5gp31, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\DOCUME~1\Admin\LOCALS~1\Temp\php\upload) in Unknown on line 0

----------

 

Did i installed PHP incorrect? What to do? Please help.

Thanx.

slimfat

Link to comment
https://forums.phpfreaks.com/topic/37649-i-need-help/
Share on other sites

remove what you installed and install this instead:

 

http://www.apachefriends.org/en/xampp-windows.html#641

 

click installer [MD5]

 

and then once your done, click on your xammp control panel which should be on your desktop or programes on start menu.

make sure apache and mysql are running!

 

then go into start->programe files->Apache Freinds->xampp->xampp httpdocs folder. and in there is where your files will work.

 

so for example if you make a folder in there called "FOLDER" to view the php file just type http://localhost/FOLDER.

 

to manage everything such as mysql and which php version to run and all that shit just go to http://localhost/ or http://127.0.01/

 

and there ya go.

Link to comment
https://forums.phpfreaks.com/topic/37649-i-need-help/#findComment-180190
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.