Help - Search - Members - Calendar
Full Version: Trouble Accessing Php My Admin Alternative And Deleting Files...please Help Me....
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
donvon48
I would greatly appreciate it if someone could help me. I don't know why, but I can't delete files from my file manager anymore and I can't access my PHP Admin Alternative. Whenever I try to get into my PHP I get this message:

Warning: session_start(): open(/var/lib/php4/sess_10f93a4c607f9ee1157b67c68cabfcdf, O_RDWR) failed: Read-only file system (30) in /var/wkscript/www/phpminiadmin.php on line 28

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/wkscript/www/phpminiadmin.php:28) in /var/wkscript/www/phpminiadmin.php on line 28

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/wkscript/www/phpminiadmin.php:28) in /var/wkscript/www/phpminiadmin.php on line 28
Invalid user / password combination. Please ensure you're using the correct credentials. To login to this application you are required to create a database user and assign it to a database using the 'Database management' option in the Zymic Control Panel.


I was able to get into my PHP about an hour ago and all of a sudden I can't get into it. The same with my files.

I'd appreciate any help, thank you
gambino
QUOTE(donvon48 @ Aug 15 2008, 07:28 PM) *
I would greatly appreciate it if someone could help me. I don't know why, but I can't delete files from my file manager anymore and I can't access my PHP Admin Alternative. Whenever I try to get into my PHP I get this message:

Warning: session_start(): open(/var/lib/php4/sess_10f93a4c607f9ee1157b67c68cabfcdf, O_RDWR) failed: Read-only file system (30) in /var/wkscript/www/phpminiadmin.php on line 28

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/wkscript/www/phpminiadmin.php:28) in /var/wkscript/www/phpminiadmin.php on line 28

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/wkscript/www/phpminiadmin.php:28) in /var/wkscript/www/phpminiadmin.php on line 28
Invalid user / password combination. Please ensure you're using the correct credentials. To login to this application you are required to create a database user and assign it to a database using the 'Database management' option in the Zymic Control Panel.
I was able to get into my PHP about an hour ago and all of a sudden I can't get into it. The same with my files.

I'd appreciate any help, thank you

because of the read only, the files are not able to pull from mySQL. the disk on vndv.com servers are having problems and setting them to read only, that means every file in your server has been chmoded to 755 or something that will not write and read the files. they will get that working soon. just put that at the top of your codes instead of putting it on your php script. just put the words at the top like I'm going to do and people might be able to read it. the servers might go offline due to administrators trying to make the read and write disk working.
donvon48
QUOTE(gambino @ Aug 15 2008, 07:53 PM) *
because of the read only, the files are not able to pull from mySQL. the disk on vndv.com servers are having problems and setting them to read only, that means every file in your server has been chmoded to 755 or something that will not write and read the files. they will get that working soon. just put that at the top of your codes instead of putting it on your php script. just put the words at the top like I'm going to do and people might be able to read it. the servers might go offline due to administrators trying to make the read and write disk working.



Okay, thank you
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.