Jump to content

[Solved] database error


totocoto

Recommended Posts

Hi! I everithing was good on my site but suddenly, when I tried to log in I received:

DatabaseError at /dispatch.wsgi/admin/

could not extend relation 1663/839323/840673: No space left on device
HINT:  Check free disk space.

 

when I tried open my database by phpPgAdmin on cpanel I received:

Error Loading schemas.php?subject=database&server=%3A5432%3Aallow&database=pavlok31_school&action=tree (200: OK)

 

sql error:

SQL error:

ERROR:  write failed

In statement:

SELECT pn.nspname, pu.usename AS nspowner, pg_catalog.obj_description(pn.oid, 'pg_namespace') AS nspcomment
                  FROM pg_catalog.pg_namespace pn LEFT JOIN pg_catalog.pg_user pu ON (pn.nspowner = pu.usesysid)
		       WHERE nspname NOT LIKE 'pg@_%' ESCAPE '@' AND nspname != 'information_schema' ORDER BY nspname

 

and also:

Fatal error: Call to a member function recordCount() on a non-object in /usr/local/cpanel/base/3rdparty/phpPgAdmin/classes/Misc.php on line 1630

 

Where is the problem? Had someone deleted my database inserting harmfull SQL in the login field, or it's connected with latest server down? Or something else?

 

Also I can't create a new database.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...