Sarathlal N on "What is my MySQL username?"
Hi Bychowiec; First make a localhost (local server on your computer with software like LAMP, XAMP, WAMP or MAMP). Then download WordPress installation file & install it on your computer with the...
View Articlebaldguy67 on "[Plugin: WP Online Store] Database connection error"
I believe this error: 'Deprecated: Function ereg() is deprecated' is caused by a newer version of PHP. One possible work around is to use preg_match instead of eregi on the lines where the error...
View ArticleAgnes Riley on "[Plugin: Contact Form DB] Integration"
Hi, I need to be able to get pull the records into FileMaker from mySQL. Sadly, the data created in the mySQL database (which I could connect to) is not useful, because you don't have a record for each...
View ArticleMichael Simpson on "[Plugin: Contact Form DB] Integration"
Try creating a VIEW with the data how you want it. See http://cfdbplugin.com/?page_id=239
View Articlemartynasma on "[Plugin: amCharts: Charts and Maps] WP Plugin Stock Chart &...
Hi there, You don't need generate generateChartData function. You're not generating the data but rather loading it. You will definitely need loadJSON function, though. Put it anywhere in the JavaScript...
View ArticleAgnes Riley on "[Plugin: Contact Form DB] Integration"
Okay, a step in the right direction. Got a view and can see the view in FM. Two issues: 1: SELECT DATE_FORMAT(FROM_UNIXTIME(submit_time), '%b %e, %Y %l:%i %p') AS Submitted,...
View ArticleYolle on "New design, problem with mysql database"
I don't even know how to ask the question... So - I am making a new design for my webpage, that has hundreds of posts and thousands of comments, photos.... I am making the new page on a new subdomain....
View Articleesmi on "New design, problem with mysql database"
You cannot merge two WP databases. Have you reviewed Moving_WordPress?
View ArticleYolle on "New design, problem with mysql database"
Hi! I don't think that Moving Worpress post addresses my problem... The problem is, that I will have to webpages simultaneously - the old one and the new one. I will be working on the design of the...
View ArticleMichael Simpson on "[Plugin: Contact Form DB] Integration"
Add a comma after AS 'cell' and each line after that down to and including 'state' (but not 'zip') As for FileMaker: 1. Submitted is effectively the key for your View. 2. Alternately, forgetting the...
View Articlejohnnybird on "Importing MySQL database to local multi-site wordpress...
I've spent a couple of days reading the support forum and searching Google for an answer to my problem, but I'm having trouble finding a close match to my situation. I'm redesigning my portfolio blog...
View ArticleAgnes Riley on "[Plugin: Contact Form DB] Integration"
OMG, that's embarrassing. I actually added an ID field that gets a random ID in FM, so that problem is solved. I cannot connect the table because I don't get all the data in one record. FileMaker works...
View ArticleAgnes Riley on "[Plugin: Contact Form DB] Integration"
I even managed to reformat the data to '%m/%d/%Y' so I can read that and add an expiration date for the memberships. Thanks for making me learn. :-)
View Articlecheesedude on "Database Support Other Than MySQL"
I have been researching database systems recently and have found that of all the free, open source alternatives that MySQL is years behind PostgreSQL and is even lagging its fork MariaDB. Both database...
View ArticleMacManX (James Huff) on "Database Support Other Than MySQL"
This should answer your question, including numerous details on why it probably won't be happening any time soon: http://codex.wordpress.org/Using_Alternative_Databases
View ArticleEverseen on "[Plugin: StatPress] [Broken] Don't work with 3.9.x please fix"
Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /var/www/***/wp-content/plugins/statpress/statpress.php on line 1191 Warning:...
View ArticleRonG on "[Plugin: Search and Replace] PHP 5.5 incompatibility"
Try this version and let me know if it works for you: http://vnetworx.net/search-and-replace-test-version.zip You need to put the file into your existing search-and-replace plugin folder.
View ArticleMike on "[Plugin: WP Migrate DB] WP Content not showing after import"
This plugin has been great for me to migrate the DB of a project I am working on back and forth between my local dev machine and a live dev install, so that the other members of my team can input...
View ArticleChris Aprea on "[Plugin: WP Migrate DB] WP Content not showing after import"
Hi mcurren, Are you able to confirm that the posts appear to be visible in the wp_posts table in phpMyAdmin? What about the wp_postmeta table, does everything appear to be there also? Cheers, Chris
View ArticleMike on "[Plugin: WP Migrate DB] WP Content not showing after import"
Hi Chris! Yes I can definitely confirm that data is showing in all of the DB tables. I have about 420 lines in the postmeta table alone (I am using Advanced Custom Fields to store a lot of data for the...
View Article