focustechnology
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Remove Site – Owner DeceasedHi Steven, that is what I did but as it is a free site they referred me here instead which does not seem logical to me.
Forum: Plugins
In reply to: [Easy Contact Forms] Fatal Error When Activating PluginHi, thanks!
That sorted it for me, seems it fails after a failed update attempt.Forum: Plugins
In reply to: Urgent Plugin Help Needed!!Hi All,
WordPress latest version with formbuilder 0.86 on MySQL, cannot edit forms with error: your form failed to save.
I have captured the SQL query being passed which is…SELECT option_name, option_value FROM wp_options WHERE autoload = ‘yes’
UPDATEwp_optionsSEToption_value= ‘1297858071’ WHEREoption_name= ‘_transient_doing_cron’
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN (‘category’) ORDER BY t.name ASC
SELECT * FROM wp_posts WHERE (post_type = ‘page’ AND post_status = ‘publish’) ORDER BY post_title ASC
SELECT * FROM wp_users WHERE user_login = ‘washhouseadmin’
SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (1)
SELECT option_value FROM wp_options WHERE option_name = ‘db_upgraded’ LIMIT 1
SELECT comment_approved, COUNT( * ) AS num_comments FROM wp_comments GROUP BY comment_approved
SELECT option_value FROM wp_options WHERE option_name = ‘dismissed_update_core’ LIMIT 1
SELECT option_value FROM wp_options WHERE option_name = ‘menu_items’ LIMIT 1
UPDATEwp_formbuilder_formsSETname= ‘A New Contact Form’,subject= ‘Enquiry From Wash House Web Site’,recipient= ‘username@domain.com,method= ‘POST’,action= ”,thankyoutext= ”,autoresponse= ” WHEREid= ‘1’
SELECT * FROM wp_formbuilder_forms WHERE id = ‘1’
SELECT * FROM wp_formbuilder_responses
SELECT * FROM wp_formbuilder_fields WHERE form_id = 1 ORDER BY display_order ASCThe error message is…
Error Code: 1064
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 ‘UPDATEwp_optionsSEToption_value= ‘1297858071’ WHEREoption_name= ‘_tr’ at line 2The error seems to show a truncated option name at the end ‘_tr’ rather than the full name in the query, the option name does exist.
If i run the query without the Select statement above it works.Forum: Plugins
In reply to: [Availability Calendar] Availability CalendarHi, i have installed the plugin but in the admin page i get…
> January > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” /> > value=”true” title=”” alt=”” />
and on the user page i get similar, i cant select the year or anything.
I am using latest wordpress with Centita theme.Forum: Fixing WordPress
In reply to: Moving to another server IIS6.0Got it sorted, the issue was with a bookmark.php file, once i deleted the file all was well.
Anyone know what this file does?Forum: Fixing WordPress
In reply to: Moving to another server IIS6.0Right i have whittled it down to a wordpress/db issue.
I have verified the PHP.
I can connect to the DB using the myphpadmin and the mysql toolkit and the credentials work fine, the user also have all rights on the db.
The index.php file is encrypted, is this right?
This site was sent to me from a third party.