phd38
Forum Replies Created
-
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.If you delete the plugin folder by FTP you should be able to get back to your admin console.
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.I corrected the last “fatal” listed in your log.
Trying to understand why issues with the SQL reported items. Question : following which action did you get this message ?
– Enabling the plugin ?
– Using the plugin ?
– In this case performing which action ?Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.do you use the standard wordpress table name or did you change ?
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.I uploaded the 4.0 Beta here :
http://downloads.wordpress.org/plugin/wp-mediatagger.zip
Note this is a development version.
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.Is your site on a dedicated server ?
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.Is this delay longer when it leads to 404s ?
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.When it happens, can you notice a specific latency ?
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.If it works sometime it’s probably because the server is less loaded by other users, and able to respond faster, without exceeding the timeout.
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.You cannot access yet the beta, it’s still on my PC and nowhere else.
Regarding your message it confirms the issue is on the SQL server which goes in time out.
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.I am working since Christmas on the version 4.0 of the MediaTagger plugin.
I re-engineering it to have it embedded in an object instead of a set of routines. This will minimize the risk of conflict with any other piece of code.
One thing we can try is to have you installing this 4.0* beta (it’s still in english, I did not complete the localization to other language but it should not bother) and check if you still face the same issue.
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.How fast do you get the 404 ?
Forum: Plugins
In reply to: [WP MediaTagger] Lots of 404's, database error.Hello,
I never tried with such a huge number of photos. In case of database query timeout, I would expect a server timeout message, not a 404.
Concerning the memory allocation, the structure created in the plugin points to the different photos, which are then loaded on demand.
Forum: Plugins
In reply to: [WP MediaTagger] compatibility with the crius theme?… just to let you know – I am converting the WP MediaTagger plugin into a class to prevent this kind of trouble.
Hello,
The localization is parametrized thanks to the standard WordPress procedure, based on
define (‘WPLANG’, ‘fr_FR’);
(file wp-config.php)Without this define the plugin will work with its native lang, ie english US. Thanks to this define, the plugin will work on the lookup table mediatagger-fr_FR.po.
Although this variable is usually static, I assume that if it is reset dynamically by the site depending on the visitor lang, it should work.
Could someone confirm ?
Forum: Plugins
In reply to: [WP MediaTagger] compatibility with the crius theme?Hi,
This is caused by a naming conflict between the crius photo theme and the plugin. A solution is to isolate into name spacings and object oriented encapsulation, that’s rather a big work I already started. Don’t know when will be done.For now you can rename the html2rgb function in your theme, where this function is called AND where it is declared (and defined).