schabe23
Forum Replies Created
-
After some more research I stumbled across some people that had memory issues with certain plug ins. After a new php.ini file and setting up my .htaccess file like so:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
AddType x-mapp-php5 .phpI managed to get it working – oh it needed reinstalling again though – manually.
Bizarre really but it;s such a useful plug in I couldn’t let this one die! Cheers for the help Michael – appreciate it.
No ideas anyone? I think I’m going mad.
Shouldnt be – spoke with tech support with regards my server – they haven’t a clue either. I’ve had no issues with it with my other host but when migrating it to my clients server it’s been throwing up some right curveballs. Any other ideas? The help is really appreciated by the way 🙂
Nope – tried that already – the plugin refuses to autoinstall thru standard wp installation and freezes when unpacking the packagain – through the zip install it will but then on activation produces the above problem.
Previously I had had the non php5 support error but after an update of my .htaccess file I have now come across this – it’s bizarre.
I had a similar issue – the edited my .htaccess file to cover php5. However, once I’d done that I now get this error :
Fatal error: Cannot instantiate non-existent class: cf7dbplugin in /homepages/35/d71138859/htdocs/index.html/newsite/wp-content/plugins/contact-form-7-to-database-extension/contact-form-7-db.php on line 14
Any ideas? I’d rather now edit any source code if it’s just some sort of server / apache problem I can speak to the host about.
Cheers
Forum: Plugins
In reply to: Contact Form 7 – Generating Reference NumberNo ideas anyone?! I’m going mad over this.