webkiwi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Action Scheduler – Duplicate entry ‘0’ errorUnfortunately, though the FTP method was tried several times, if failed to work correctly, the client was unhappy, and the site has since moved to another developer. I can close this ticket.
Thanks for the reply.
BrendonForum: Plugins
In reply to: [WooCommerce] Action Scheduler – Duplicate entry ‘0’ errorbumping this topic – anyone able to assist?
Forum: Plugins
In reply to: [WooCommerce] Action Scheduler – Duplicate entry ‘0’ errorA search of similar errors refer to checking the database is able to autoincrement – there havn’t been changes to the DB as far as I know, or perhaps host has upgraded SQL/php version without my knowledge, or perhaps SQL/php version needs to be updated?
Either way, anyone able to recommend what tables to look at to troubleshoot this issue and get it resolved? THanks.Anyone able to advise?
Forum: Plugins
In reply to: Request – Individual membership PluginClosed in another thread.
Thanks KTS and Christian, will take a serious look into those options, much appreciated.
Have also been advised that BuddyPress could be suitable.
Will take a look at that as well.
Thanks.Resolved, sorry about that.
Never mind, the hosting company had messed with my htaccess file, putting a redirect in it!
Forum: Plugins
In reply to: [GC Testimonials] Customize "Read More" LinkTry line 781 in the testimonials.php file in the plugin folder.
echo '<p class="kcvtst-widget-readmore"><a href="'.$link.'">Read More Testimonials »</a></p>';Support ticket from host has revealed the following error – which since removing the file – well, upgrading the entire folder to the latest version – has since fixed the site.
>>>>
We have check the logs and it says that : PHP Fatal error: require_once() [function.require]: Failed opening required ‘/home/onerepma/public_html/wp-content/plugins/contact-form-7/includes/formatting.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/site/public_html/wp-content/plugins/contact-form-7/settings.php on line 55Forum: Fixing WordPress
In reply to: Post – title links brokenThanks Mac, have switched host, now on linux, and all is fine. Couldnt be bothered with the hassles. Sincerely appreciate your time to assist.
Forum: Fixing WordPress
In reply to: Post – title links brokenOK, so the issue may well be the fact this is on a windows server, and using ISAPI rewrite on IIS. This changes everything considerably I assume? A quick fix for this environment?
Forum: Fixing WordPress
In reply to: Post – title links brokenJust re-saved the default settings, and refreshed the ftp connection, seems the .htaccess file is not changing date/time stamp, so not even sure it is being written to? Isn’t the details of the permalink structure set in the database?
Anyway, contents of the file here:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Post – title links brokenYes, the default setting is working:
http://www.dubdot.co.nz/blog/?p=103Forum: Fixing WordPress
In reply to: Post – title links brokenThanks Mac, tried that, but still not working – 404 error still.
This is the data from the wp_options table in my database, for the permalink structure: /index.php/%year%/%monthnum%/%postname%/Seems like it should work, but it just loses the index.php page when it tries to resolve the title link.
Any other tips?