Problems with mysql database

Status
Not open for further replies.

tvanderspoel70

New Member
Messages
1
Reaction score
0
Points
0
Hi,

When I login on my homepage in the adminsection I have to enter my password 2 times and then get the following message:

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/theresa8/public_html/admin/main.php on line 104

CANNOT UPGRADE YOUR DATABASE!
Please run the follwoing query manually from PhpMyAdmin:
ALTER TABLE `blocks` ADD `published` SET( 'Y', 'N') NOT NULL

Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

Can you please tell me what's going on. Is it me or is it a server problem.
Thanks,
Kind regards,
Therèsa
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Try now, /tmp looks like it had filled up.
 
Status
Not open for further replies.
Top