bbhank on "Dynamic Menus"
After exhaustive searching on this subject it seems that such a menu system has only been done with java, jquery, ajax or some other equally cryptic and difficult to understand programming language....
View Articleltacf on "My SQL Error"
Hi! I've tried reinstalling WAMP and then WordPress. I start with a root user without a password. Then, I see the warning in mySQL that says: Your configuration file contains settings (root with no...
View ArticleSal Barry on "Passing values in the URL from page to page"
First, thank you for any insight you may be able to offer. I am trying to build a "non-blog", yet PHP/MySQL-driven section on my WordPress blog, using two "pages"--one for the "List View" and one for...
View ArticleYet Another WP User on "Changing MySQL Database Password"
Hello everyone When we install Wordpress for the first time on a blog, we create new database, new user and set a new password for it. We give the same details in wp-config.php file. Now I want to...
View ArticleJosh on "Changing MySQL Database Password"
That should work fine. To my knowledge.. the db password is only used in the wp-config.php file. It sounds like you have it right!
View ArticleYet Another WP User on "Changing MySQL Database Password"
^^ Thanks for your reply. Should I change the db password using cPanel -> Databases option or is there any other known way? Can we change it using phpMyAdmin?
View ArticleJosh on "Changing MySQL Database Password"
I'd change it in CPanel... in your DB manager. Are you unable to access the CPanel?
View ArticleYet Another WP User on "Changing MySQL Database Password"
^^ Thanks. It worked. I changed the password from cPanel, then checked the blog and it showed error connecting to database. Then I replaced the password in wp-config.php file with new one and blog...
View ArticleJosh on "Changing MySQL Database Password"
Perfect. You performed the steps concisely, and accurately. And even knew how to "test"... impressive!! ;)
View Articlebcworkz on "Passing values in the URL from page to page"
WordPress uses extensions, it's disguised by the permalink feature, but there are extensions. Note the backend links often have extensions AND url parameters. WP translates permalinks like...
View ArticleYet Another WP User on "MySQL and PHP Versions Compatible with Wordpress"
Hello everyone I'm using a blog self-hosted with Wordpress. I'm using latest Wordpress version. My web server is using 5.0.96 version of MySQL and 5.2.14 version of PHP. I got a notification that I...
View Articlefonglh on "MySQL and PHP Versions Compatible with Wordpress"
http://wordpress.org/about/requirements/ Based on the requirements page, the latest versions of PHP and MySQL should be fine. How to upgrade them is a question for your web host. If you're running your...
View Articlenodokita on "Error with 3.5 Update in SQL Syntax"
I have this.. and more of this in the error log: [29-Dec-2012 20:36:16 UTC] Error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right...
View Articlesongdogtech on "Error with 3.5 Update in SQL Syntax"
That's a SQL error on your theme that is called MyTheme on line 1 of single.php. Who developed the theme?
View Articlenodokita on "Error with 3.5 Update in SQL Syntax"
The theme work perfect until the change of version of Wordpress... <?php global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std'];...
View Articlesongdogtech on "Error with 3.5 Update in SQL Syntax"
something change in sql and wordpress versions? No, your theme is broken. Who developed the theme?
View ArticleYet Another WP User on "MySQL and PHP Versions Compatible with Wordpress"
^^ Thanks. I upgraded both MySQL and PHP to latest versions and the blog is working fine. :)
View Articleblondishnet on "Mass insert thumbnail to posts via MySQL"
I have a site that has 300 posts that do not have an assigned thumbnail to them. I do not want to put a PHP statement for featured thumbnail on the front end, but be able to use 1 thumbnail image (like...
View Article