Tom
Forum Replies Created
-
Sorry i had to remove the plugin..
I manually set up a redirect.
I think the problem was with my theme as it had some custom 404 page and i think that’s why the plugin was not workingForum: Plugins
In reply to: [Popups - WordPress Popup] Content of the popup is blocked/removed…?You do?
This is what i see http://officeexpress.com.mk/documents/preview.jpgNow when i disabled Ajax everything seems to work fine.
Thank you Damian!Forum: Reviews
In reply to: [Image Cleanup] Very good pluginGood suggestions!
Forum: Fixing WordPress
In reply to: Problem with Cyrillic charactersAfter trying everything, like changing the collations in database, character sets, exporting, importing, converting tables and database…
I found what is the problemIt was the way the data was read and presented from the database to the page
This function was converting the data from the table to lower case characters and i am not sure why but this caused the characters to appear as question marks.echo strtolower( $value[‘name’] );
After removing strtlower everything looks good.
@mbrsolution i saw that thread but there is no sollution there. Actually you just told julianr that some of the developers will look into the issue…
I got response from my hosting provider and they told me that unfortunately some plugins are not compatible with ASP hosting and this was one of them 🙁
I really like this plugin and want to be able to use it.
Can somebody help me regarding this same issue.
I have the same problem but this is what my log says:[04/27/2015 7:41 AM] – FAILURE : AIOWPSecurity_Installer::run_installer() – Update of option settings failed upon plugin activation!
[04/27/2015 7:41 AM] – FAILURE : Unable to write to .htaccess – server type not supported!
[04/27/2015 7:41 AM] – FAILURE : AIOWPSecurity_Deactivation::run_deactivation_tasks() – Could not write to the .htaccess file. Please check the file permissions.My site is hosted on windows shared hosting, and i tried to change all permissions but no success.