Quantcast
Channel: Topic Tag: Database Error | WordPress.org
Viewing all 1446 articles
Browse latest View live

cassius123 on "Seemingly random error establishing a database connection"

0
0

OK, so I found that some URL was hitting my server, scanning and causing a segfault in Apache. Blocked the access using iptables and we'll see if that works. Thanks again.


mkauzlar on "[Plugin: WP Project Manager] database error"

0
0

I have the same error. I do not have any WooCommerce plugins installed.
error log spammed with this messages

Coolcash4live on "How to show all images beside every published articles in WORDPRESS post page."

0
0

My website http://www.techatlast.com went offline immediately I moved from my former host, iFastnet to Bluehost. I paid the guys at BH to do the migration but they didn't do a clean job, which eventually corrupted the database somehow.

Ever since then, the site will be available now and few milliseconds again, you won't see it online again.

I've called BlueHost on this, they said it is not part of their Migration which is totally bad, they didn't deliver the order at all.

Likewise the guys at MAXCDN have done their part by installing CDN to boost the site but still nothing seems to work. But they referred me here http://gtmetrix.com/reports/techatlast.com/R0BJRyzT in which I did and I started applying few recommendations to some images on the site.

But when it comes to Defer parsing of JavaScript, Specify a character set early, Leverage browser caching, Avoid a character set in the meta tag, Remove query strings from static resources, Serve resources from a consistent URL, and Optimize images; I found myself in a big mess. I cannot do anything to reverse the incident.

Can somebody come to my help?

Thank you very much.

Julian Fox on "How to show all images beside every published articles in WORDPRESS post page."

0
0

Hi Coolcash,

May I ask how long ago it is you had the website migrated?

Coolcash4live on "How to show all images beside every published articles in WORDPRESS post page."

0
0

Going to three days now.

amiddles on ""Error establishing a database connection""

0
0

I am having the same issue.

helpbuildchampions.com

Using Dreamhost and wordpress. Very frustrating.

I think I have my wp-config.php file correct but I am also new to wordpress.org

PLEASE HELP. So frustrating

rob.peterson on ""Error establishing a database connection""

0
0

@amiddles, I fixed up your site for you, you had the wrong wordpress database user and password listed in your wp-config.php file. Feel free to send issues to support@dreamhost.com anytime. Have a good day :)

cassius123 on "Seemingly random error establishing a database connection"

0
0

Just in case someone else has this problem, it turned out mySQL was crashing for lack of memory. I installed and configured swap and haven't encountered the error since.


Julian Fox on "How to show all images beside every published articles in WORDPRESS post page."

0
0

Hi Coolcash sorry about the late reply.

Is your website working now? i was thinking maybe it is a DNS propagation issue. if your still experiencing issues it is probably not a DNS issue as a DNS issue would resolve itself over time.

I would check my wp-config.php file and make sure im connecting to the correct database host and the correct database.

Other than im not sure, sorry. Hope your host can help.

Coolcash4live on "How to show all images beside every published articles in WORDPRESS post page."

0
0

I have restored the site back to the former host. It seems BLUEHOST suck with websites that has lots of files. They promised what they couldn't deliver.

Thanks Julian :)

Jindrak on "Installing a WP site to a local host from a downloaded backup"

0
0

I'm attempting to install a WP site to a local host that I had backed up from an automated backup plugin. I've had this site backed up on a hard drive since mid 2012 and would like to install it to a subdomain as an example of work. Unfortunately, I backed this site up before I knew anything about databases and how to migrate WP from one server (or a local host) to another server. I am now comfortable with that process. However, I seem to be having some difficulty establishing a database that is recognized by MAMP.

So far I have downloaded and installed WP to my local host.
I do have the original database name, UN, PW as retrieved from the wp-config.php file.
Unfortunately, this site is no longer available on a live server. I am only working with the downloaded WP files.

J.D. Grimes on "Installing a WP site to a local host from a downloaded backup"

0
0

Do you have the backup of the database? You need to import it using phpMyAdmin.

Jindrak on "Installing a WP site to a local host from a downloaded backup"

0
0

Yes, but when I tried to import it, I got the following message:

Error
SQL query:

-- --------------------------------------------------------
--
-- Table structure for table wp_commentmeta
--
CREATE TABLE wp_commentmeta (

meta_id BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
comment_id BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT '0',
meta_key VARCHAR( 255 ) DEFAULT NULL ,
meta_value LONGTEXT,
PRIMARY KEY ( meta_id ) ,
KEY comment_id ( comment_id ) ,
KEY meta_key ( meta_key )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;

MySQL said: Documentation

#1050 - Table 'wp_commentmeta' already exists

esmi on "Installing a WP site to a local host from a downloaded backup"

0
0

You are trying to import into a pre-populated database. Try creating a new database.

Jindrak on "Installing a WP site to a local host from a downloaded backup"

0
0

Created a new empty db in MAMP with a different name, and then tried to import the backup .sql and got the same message as above.


esmi on "Installing a WP site to a local host from a downloaded backup"

0
0

Are you sure that you are trying to import into the correct database?

Jindrak on "Installing a WP site to a local host from a downloaded backup"

0
0

It's the only one that I know of. Inside my WP Content Folder are two files called:
hastensdb-backup-core.sql
hastensdb-backup-plugins.sql

They were generated by the wp2db (wordpress to drobbox) plugin.

Jindrak on "Installing a WP site to a local host from a downloaded backup"

0
0

The server where the site was installed no longer has cpanel or phpmyadmin access, so I can't go export the database. I was, however, still able to log into the server via FTP and copy the entire website folder contents. I don't know if that will help though?

karmamack on "Database error in SQL syntax"

0
0

Hello, I have an error in my WP database and I have no idea what this means - or how to repair it. Just hoping someone is able to please help, in language that I can understand :-)
This was happening on WP 8.3 - I have upgraded to 3.9.1 and still the same.
Here is the error message - the error file is massive:

WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 9 for query SELECT DISTINCT ID, post_title, post_password, comment_ID, comment_post_ID, comment_author, comment_author_email, comment_date_gmt, comment_approved, comment_type,comment_author_url,

				SUBSTRING(comment_content,1,45) AS com_excerpt

				FROM Nomd45_comments

				LEFT OUTER JOIN Nomd45_posts ON (Nomd45_comments.comment_post_ID =

				Nomd45_posts.ID)

				WHERE comment_approved = '1' AND comment_type = '' AND

				post_password = ''

				ORDER BY comment_date_gmt DESC

				LIMIT  made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/maxmag/single.php'), get_sidebar, locate_template, load_template, require_once('/themes/maxmag/sidebar.php'), dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, maxmag_tabs_widget->widget

songdogtech on "Database error in SQL syntax"

0
0

That's an issue with your maxmag theme. You need to check with those developers to see if there is a fix or an update for WP 3.9.

Viewing all 1446 articles
Browse latest View live




Latest Images