Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Phpmyadmin Continues To Have Errors.
sparkx
post Jul 14 2008, 05:56 PM
Post #1


Sparkx
Group Icon

Group: [HOSTED]
Posts: 339
Joined: 11-October 06
From: Dana Point, CA, USA
Member No.: 16,496



 I am aware that there is already a topic about PHPMyAdmin but I am receiving a different error (and that topic is closed). It seems as if PHPMyAdmin has an error in it's code. I received the following error.
CODE
Warning: session_write_close() [function.session-write-close]: SQLite: session write query failed: database is full in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42
Warning: session_write_close() [function.session-write-close]: Failed to write session data (sqlite). Please verify that the current setting of session.save_path is correct (/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42


Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php:42) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 99
Now I am unsure what the first two warnings are about but the third one doesn't like the fact that HTML was already printed out. Is this caused by something in my control panel or is it the server itself? I have just recently removed all user's (except one) from all the databases and enabled remote MySQL access. I wouldn't think that would cause a problem unless I removed PHPMyAdmin's user, but I don't think you can do that can you?

Any Suggestions?

Sparkx
Go to the top of the page
 
+Quote Post
Quatrux
post Jul 14 2008, 07:15 PM
Post #2


the Q
Group Icon

Group: [HOSTED]
Posts: 1,010
Joined: 13-July 05
From: Lithuania, Vilnius
Member No.: 7,059



I can confirm that I have the same error when I'm trying to access phpMyAdmin through CPanel..

the third error I guess is due to the previous two errors, they outputted something and headers couldn't be sent, it's a cookie or just a simple header..

strange error that Database is full, I wonder which database is full, maybe the server's?

I just tried to browse my CMS and the Panel, when I tried to do something with MySQL, something more than SELECT, I got an error from my CMS:

"Error: Are you *u*king hacking theSite CMS Panel.."

As I don't really remember where I wrote this error message, but as I remember it never should have been able to be shown, so I guess when I did UPDATE or INSERT it didn't work and else if didn't work as it should and it showed the else error message biggrin.gif So I guess who's on that server can't really add anything more, it's out of Space? or somebody hacked something and put all the DB Free Space with trash information..???

So I guess we aren't able to store or change anything in our MySQL databases..
Go to the top of the page
 
+Quote Post
yordan
post Jul 16 2008, 10:08 PM
Post #3


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,964
Joined: 16-August 05
Member No.: 7,896



And the problem seems located in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php
the "session write query failed" seems to mean a permissions problem rather than a real "database is full" problem.
I would say that somebody should perform a chmod somewhere in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php
Yordan
Go to the top of the page
 
+Quote Post
Quatrux
post Jul 17 2008, 06:25 AM
Post #4


the Q
Group Icon

Group: [HOSTED]
Posts: 1,010
Joined: 13-July 05
From: Lithuania, Vilnius
Member No.: 7,059



You think it's only a PHPMyAdmin problem? Why doesn't MySQL work as it should with PHP too when yo try to do something more, like insert a row..
Go to the top of the page
 
+Quote Post
yordan
post Jul 17 2008, 11:18 AM
Post #5


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,964
Joined: 16-August 05
Member No.: 7,896



QUOTE(Quatrux @ Jul 17 2008, 08:25 AM) *
You think it's only a PHPMyAdmin problem? Why doesn't MySQL work as it should with PHP too when yo try to do something more, like insert a row..

Seems that MySQL works with my site, I can add records in my GuestBook, add and delete posts in my PhpBB forums. That's why I think that my MySQL databases are OK, and only phpMyAdmin has problems.
Go to the top of the page
 
+Quote Post
yordan
post Jul 17 2008, 01:14 PM
Post #6


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,964
Joined: 16-August 05
Member No.: 7,896



QUOTE(Quatrux @ Jul 17 2008, 08:25 AM) *
You think it's only a PHPMyAdmin problem? Why doesn't MySQL work as it should with PHP too when yo try to do something more, like insert a row..

Just for diagnosis purposes, i did a simple test. I downloaded phpadmin from sourceforge (http://www.phpmyadmin.net/home_page/downloads.php ) and uploaded into my astahost account www folder, and configured the server as "localhost". It works perfectly.
This means that the problem is inside the cpanel, the sytem calls to cpanel phpmyadmin are not correctly performed.
Clearly, the problem is in cpanel, and not in MySQL.
Go to the top of the page
 
+Quote Post
turbopowerdmaxst...
post Jul 17 2008, 01:35 PM
Post #7


Premium Member
Group Icon

Group: [HOSTED]
Posts: 365
Joined: 16-February 06
From: Kolkata, India
Member No.: 11,322



Its not just a PHPMyAdmin problem. The error seems to be related to session data which has to be saved somewhere in the /tmp directory. My statistics page which is based on Tracewatch is showing errors as well.
Go to the top of the page
 
+Quote Post
xboxrulz
post Jul 18 2008, 05:26 AM
Post #8


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 2,702
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233



My whole Drupal installation is popping up with ridiculously large amount of errors. Like for the past few months, Astahost servers have been crippling my website systems.

I can't fix the Drupal issue without getting into PHPMyAdmin either.

xboxrulz
Go to the top of the page
 
+Quote Post
Quatrux
post Jul 18 2008, 06:18 AM
Post #9


the Q
Group Icon

Group: [HOSTED]
Posts: 1,010
Joined: 13-July 05
From: Lithuania, Vilnius
Member No.: 7,059



QUOTE(yordan @ Jul 17 2008, 02:18 PM) *
Seems that MySQL works with my site, I can add records in my GuestBook, add and delete posts in my PhpBB forums. That's why I think that my MySQL databases are OK, and only phpMyAdmin has problems.


Hmm, well you're right, just did a test it works, but my CMS doesn't work, I can't login and do something to the Panel, so as others said, maybe it's a session problem, because it uses sessions, strange though, when I'll comeback I'll need to check a simple php script with the server by using sessions..

yeah, just took a look and to get that login error it could happen due to sessions also.. So maybe something is happening with permissions or the place the sessions are saved, never saw these kind of errors.

This post has been edited by Quatrux: Jul 18 2008, 06:23 AM
Go to the top of the page
 
+Quote Post
zorba4
post Jul 18 2008, 01:28 PM
Post #10


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 2
Joined: 9-March 08
Member No.: 28,999



Maybe somebody with a csh account shoud do a "ls -ld /tmp", just to check permissons for creating temporary files too...
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Errors When Installing/booting(13)
  2. OSCommerce Errors(5)
  3. Phpmyadmin Doesn't Work On Gamma Server(4)
  4. Strange Errors With Servers?(6)
  5. Cute News Errors!(0)
  6. Can Anyone Help Me Detecting 503 Errors In Php Progs ?(5)
  7. Phpmyadmin(1)
  8. How To Repair Disk Errors And Bad Sectors(2)
  9. Mysql Problem(0)
  10. Phpmyadmin Export And Collation Problems(4)
  11. Php Mysql Errors(2)
  12. Installing Ipb Help(5)
  13. Read Errors With External Harddrive(6)
  14. Errors On Astahost Forum(2)
  15. Crc Errors In Cd(5)
  1. Problems With phpMyAdmin (Unable To Edit The Fields)(12)
  2. Multiple Phpmyadmin Users?(5)
  3. Copy Databases In phpMyAdmin(3)
  4. Error Log From Forum Errors(0)
  5. IE7 Beta - Usual Microsoft Comedy Of Errors?(13)
  6. How To Use MySQL/phpMyAdmin Under Linux(5)
  7. Group Errors(4)
  8. Strange IPB 2.1.4 Errors While Sending PM(5)
  9. Post Your Funniest Software Errors!(4)
  10. CentOS: Test Server Reporting Errors!(5)
  11. Problem Accessing My Cpanel(8)
  12. Access Errors When Freeing Memory(7)
  13. Install Errors.(3)
  14. MySQL Errors? - Error 13!(0)
  15. phpMyAdmin-MySQL Error #1251:client Authentication(6)


 



- Lo-Fi Version Time is now: 20th August 2008 - 11:14 AM