cogmios
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subdomain sites accessible but not the main site?SOLVED – I did several things don’t know what made it work again
refreshed cloudflare cache, another reboot, etc..
I assume this is solved now since I cannot reproduce it.
I have very little time at the moment.
Are you sure that your hosting party does not support php 5.3? In most cases you switch a parameter somewhere that gives you php 5.3 support.
could you try 0.6.3 ?
Forum: Plugins
In reply to: [WP Favicons plug-in] WP Favicons errorv. 0.8.5 should fix it.
Forum: Plugins
In reply to: [WP Favicons plug-in] WP Favicons errornote to self: release new version that only works with the latest version of WP…
I did already adjust my own version to comment out the include for the fix.
I will upload that version but im thinking on a new approach for the plugin
On Mediatemple I could just add a line to my .htaccess and it would switch binaries to the php 5.3 version.
If you are on the Linux 4GH hosting servers of GoDaddy you can do the same see http://community.godaddy.com/groups/web-hosting/forum/topic/php-5-3/?topic_page=2&num=15
1. I just made a 0.5.6 there are not much differences from 0.5.5 but just to be sure we have the same source. it should appear as regular download in a few minutes.
Try upgrading to that one.2, inside wp-favicon.php (the main file) you see:
//ini_set(‘display_errors’,1);
//error_reporting(E_ALL & ~E_STRICT);could you uncomment them and see if you get php error messages? Maybe you get a php error I have not foreseen while activating the plugin.
3. if you dont see any extra error messages. Try this: deactivate the plugin and reactivate the plugin
4. last option: delete the plugin via the admin panel then reinstall the plugin.
Just to be sure: you have php > 5.3 installed?
Theoretically it should work grin (im now also running it on populair.eu where i did a blank install).
uhhhhhhhhhmmm … how did you upgrade?
I could release a next .5 version that would use another options field to see if that makes a difference but I dont know if it does.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] nginx????Uhm… this was 3 months ago. So I’m not sure … if the development version is / was now the production version?
(I just moved to Nginx/APC/PHP-FPM/PHP5.3.5)
ow sorry, I now see the post in the forum.
Nice that this will be fixed in the next release!
Forum: Networking WordPress
In reply to: Nginx Rewrite Rule for WordPress 3 (Multisite)How can I make different log files for each of the dozens of domain names pointing to my server when i don’t want to create dozens of seperate server “blocks” in the configuration file?
I did not have time for it yet, I’m working on another plugin (http://wordpress.org/extend/plugins/wp-favicons/) π
Forum: Plugins
In reply to: [Visual Code Editor] [Plugin: Visual Code Editor] How should I use this?When I use Windows Live Writer and the http://plugins.live.com/writer/detail/syntax4writer-for-alex-gorbatchevs-syntaxhighlighter
I put the [sourcecode] blocks around it but this then does not remove the pre tags, which it should not because those are needed when i reopen them in WLW.
I guess I need to style those pre tags to become invisible? yes probably.
0.4.9 resolves it