PDA

View Full Version : Errors after install during login to admin page


Varsosnill
03-30-2004, 05:04 AM
WinMe
MySQL 4.0.15
PHP 4.3.5RC2
Apache 2.0.48

After I had installed 1.0.2 Pro I received this errors (during opening /admin/index.php page):

Warning: session_start(): open(/tmp\sess_bf2a6474564c74f2df4562ff56abb439, O_RDWR) failed: No such file or directory (2) in C:\usr\Apache2\htdocs\subdreamer\admin\index.php on line 2

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\usr\Apache2\htdocs\subdreamer\admin\index.php:2 ) in C:\usr\Apache2\htdocs\subdreamer\admin\index.php on line 2

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\usr\Apache2\htdocs\subdreamer\admin\index.php:2 ) in C:\usr\Apache2\htdocs\subdreamer\admin\index.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at C:\usr\Apache2\htdocs\subdreamer\admin\index.php:2 ) in C:\usr\Apache2\htdocs\subdreamer\admin\index.php on line 3

could you help me to correct this mistakes?

Ziad
03-30-2004, 01:23 PM
You can't be running Subdreamer Pro because you don't have a license, so you must be running the light version.

Anyways, search for php.ini under C:/windows and find this line:
session.save_path =

Enter a path that exists on your computer.
Such as C:/PHP/tmp (create a tmp folder)

H-Town
06-29-2004, 12:59 PM
I'm getting similar errors running Subdreamer lite:

Warning: session_start(): open(/tmp/php-ses/sess_07d06985cae589500acd975655386027, O_RDWR) failed: No such file or directory (2) in /nfs/cust/5/41/61/516145/web/upload/index.php on line 2

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /nfs/cust/5/41/61/516145/web/upload/index.php:2) in /nfs/cust/5/41/61/516145/web/upload/index.php on line 2

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /nfs/cust/5/41/61/516145/web/upload/index.php:2) in /nfs/cust/5/41/61/516145/web/upload/index.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at /nfs/cust/5/41/61/516145/web/upload/index.php:2) in /nfs/cust/5/41/61/516145/web/upload/index.php on line 3

They are uploaded to my web server and I can't change any local files...any ideas? I do have vb3 running on this server currently.

Ziad
06-29-2004, 03:21 PM
Can you send me a link to your site?
I'd like to take a closer look to see if anything stands out.

Thanks :)

H-Town
06-29-2004, 03:23 PM
Actually I've gone ahead and deleted the installation, and I'm moving to a different host that will allow shell access...:D

I will let you know how it goes...Thanks!