I am getting this error Parse error: syntax error, unexpected ')' in /home/bathgate/public_html/wp-content/themes/leadership/functions.php on line 29 here is line 29 - can you tell me what is wrong with it? $res = $wpdb->get_results($wpdb->prepare($sql)); After udpgrading Wordpress to 3.6.1 and 5 plugins Askimet Contact From 7 Sidebar Login WP Family Tree Next Gen Gallery Unfortunately my clone has an error but I can restore a June clone and database backup from yesterday but would like to know what the coding error is Thanks Trish
SOURCE: Scanning to WP 9
Hi this should be problem with Software u need to Install "HP Image Zone/Photo and Imaging Unexpected Internal Error and Communications Failure Patch" for Scan Quality
please use below link for patch .select correct OS & download "HP Image Zone/Photo and Imaging Unexpected Internal Error and Communications Failure Patch"
if this information is useful for u please Rate me......
SOURCE: printer driver
Hey,
Official Lexmark driver download page. directly from lexmark:
http://www.lexmark.com/lexmark/product/home/272/0,6970,204816596_653399443_243436816_en,00.html?tabId=7
Let me know if you need anything else.
Thanks,
Ekse
SOURCE: I am getting error message
That is a programming error dealing with Word Press Analytic's.It is not a virus or malware problem so you don't have to worry about that. Usually you see these after something was updated or if a file gets corrupted. To try and fix this you may need to uninstall the plugin then re-install it. Since this is a fairly populaur blogging tool it will proably be updated fairly frequently as bugs and fixes occur. Worse case you may need to try again in a few days or when a new update for it becomes available.
This is one of those annoying things if you need it a lot but unfortunately you can;t do much about it other than the re-install and hope it fixes the bug.
SOURCE: i built a website using wordpress and i changed a
This sounds like a problem with one of the theme files. Do you have a fresh copy of the theme files? There are a few ways you can fix this. One, you can change to a default theme or you can replace the current theme files with fresh copies.
1 to change the theme to a default theme such as twentyeleven, you will need access to your database using PHPMyAdmin. That is in your cPanel. It is in the Database section. You will need to know which database to work with.
1. Choose the database from the dropdown box on the left side of the page..
2. Find the wp_options table and click it.
3. On the main screen (right side of the page find the > link and go to page 2. Then find these rows: 44 and 45.
4. Edit them by clicking on edit and change the Option Value box to the defualt theme. Usually it is twentyeleven, twentytwelve, or twentythirteen. Change both rows and save by clicking go.
150 views
Usually answered in minutes!
Add a Comment$res = $wpdb->get_results($sql);
This problem is now resolved - the correct code is
$res = $wpdb->get_results($sql);
Thanks for looking
×