cfs5403
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-ShowHide] Display hidden content if user disable javascriptsorry, I’m noob. Where to put this code. Thank you.
I try to debug with below php program and I get this result
<?php //connect to MySQL Server $conn = mysql_connect("localhost", "test", "pass"); if (!$conn) { die(mysql_error()); } else { echo "1. Successfully connected to MySQL database server.<br /><br />"; } // select database $db_sel = mysql_select_db('test', $conn); if (!$db_sel) { die ('cant\'t use database: ' . mysql_error()); } else { echo "2. WordPress database selected. <br />"; } ?>
Warning: mysql_connect() [function.mysql-connect]: User test already has more than 'max_user_connections' active connections in C:\Inetpub\vhosts\xxxxxxx.com\httpdocs\dbtest.php on line 5 User test already has more than 'max_user_connections' active connections
But I already set the ‘test’ user with unlimited connection
MAX QUERIES PER HOUR = 0 MAX UPDATES PER HOUR = 0 MAX CONNECTIONS PER HOUR = 0 MAX USER_CONNECTIONS = 0
My server not overloaded since my other 2 website work fine. Just this website got problem.
Forum: Fixing WordPress
In reply to: How to redirect a 404 not found tag to seach?I want to redirect only tag that not found
Forum: Fixing WordPress
In reply to: how to delete bulk posts without getting errorI can delete single post and about 10 post without any problem, but when I try to delete a lot of posts, I only get about error. I can’t contact my host because this is unmanaged dedicated server, I managed it all by myself… I using windows 2008 with Parallels Plesk 10.
All my blog with w3 total cache can’t login after I logout, is w3 total cache cause this? Did you guys experience same thing like me? Try logout and login back, can or not? Tell me later
Forum: Plugins
In reply to: [Shorten2Ping] Shorten2Ping no longer workingreally sad… #$%& you Seesmic! you also ruining my life!
Forum: Plugins
In reply to: [Auto Image Resizer] [Plugin: Auto Image Resizer] Set a better compressionsorry, I am newbie, I don’t understand which line you said.
Forum: Themes and Templates
In reply to: How to remove this on the Mystique theme navbar?anyone?