mikecrimmins
Member
Posted 2 months ago #
Just updated Viper's Video Quicktags today and I'm now getting a blank (white) page when I try to add a new post.
I'm guessing that it's a conflict with another plugin, but I just wanted to see if it was a known issue and if there's a way around it.
Thanks,
Mike
There was another report of this, but I am unable to reproduce.
Please try and post any error messages, disable all other plugins, etc.
vektorpixel
Member
Posted 1 month ago #
Same problem occurs with the Plugin "WP-SpamFree" Version 2.1.0.7 DE-Edition running at the same time.
I'm using Wordpress 2.8.4 and Viper's Video Quicktags 6.2.12 DE-Edition.
vektorpixel
Member
Posted 1 month ago #
Problem solved: Seems only to occur at the Hoster 1&1. To solve the problem, copy the following code into a .htaccess-File in Wordpress Home Directory:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Hmm, did I accidentally make my plugin PHP5 only? I don't have access to any server running PHP4 anymore, but I do my best to stick to PHP4 functions.
johnfconley
Member
Posted 1 month ago #
Can someone elaborate on vectorpixel's fix? I'm not that well versed in the technical things yet. Where can I access the htaccess-File? I am not finding the Wordpress home directory. Thanks for helping a newbie.
vektorpixel
Member
Posted 1 month ago #
@johnfconley: You will find your Wordpress-Directory, if you go (in the admin-panel) to "General Settings" -> then under "wordpress-directory". put a text-file, named as ".htaccess" in this directory (via FTP-Upload), containing the code i've posted above.
this should solve the problem mentioned.