Hi,
I was trying to add a blog by the admin and got this error:
WordPress database error: [Table 'table.wp_27_options' doesn't exist]
SELECT option_value FROM wp_27_options WHERE option_name = 'blogname' LIMIT 1
WordPress database error: [Table 'table.wp_27_options' doesn't exist]
SELECT option_value FROM wp_27_options WHERE option_name = 'siteurl' LIMIT 1
WordPress database error: [Table 'table.wp_27_options' doesn't exist]
SELECT option_value FROM wp_27_options WHERE option_name = 'post_count' LIMIT 1
Warning: Cannot modify header information - headers already sent by (output started at /XX/public_html/blogs/wp-includes/wp-db.php:111) in /XX/public_html/blogs/wp-includes/pluggable.php on line 281
It created the blog but I got that error.
And a user got this error when he uploaded a picture:
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg, libjpeg: recoverable error: Corrupt JPEG data: 67 extraneous bytes before marker 0xd9 in /XX/public_html/blogs/wp-admin/admin-functions.php on line 890
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: ‘/XX/public_html/blogs/wp-content/blogs.dir/14/files//2006/12/dec17-2006.jpg’ is not a valid JPEG file in /XX/public_html/blogs/wp-admin/admin-functions.php on line 890
Warning: imageantialias(): supplied argument is not a valid Image resource in /XX/public_html/blogs/wp-admin/admin-functions.php on line 897
Warning: Cannot modify header information - headers already sent by (output started at /XX/public_html/blogs/wp-admin/admin-functions.php:890) in /XX/public_html/blogs/wp-includes/pluggable.php on line 281
Do you know how can I fix them?