alroger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gallery link is gone from the “add an image” windowTried saving in the draft and samething.
For me the solution was to, at the end of the uploads page (using flash), click the Save All button…. then the gallery tab came alive!Forum: Fixing WordPress
In reply to: Images Don’t Automatically Go Into Gallery?Tried saving in the draft and samething.
For me the solution was to, at the end of the uploads page (using flash), click the Save All button…. then the gallery tab came alive!Forum: Plugins
In reply to: [Plugin: AdSense Manager] 3.2.13 Broke AdsMartin, first of all, thanks for the great plugin.
See if you can help me. Everytime I upgrade WordPress I have to delete the plugin_adsensem option from MySQL, and thus start everything over from scratch.
Right now if I go into Settings/Addsense-Manager it shows the basic Getting Started screen, with only the option to change the Be-Nice %. Changing the Be-Nice doesn’t work, it always goes back to 3%.
In manage Ad-Units I get at the following error at the top, and no widgets at all:
Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/cafe-ti.blog.br/httpdocs/wordpress/wp-content/plugins/adsense-manager/class-admin.php on line 451If I try to import one of my ads from Google Adsense I get:
Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/cafe-ti.blog.br/httpdocs/wordpress/wp-content/plugins/adsense-manager/class-admin.php on line 451Warning: uksort(): The argument should be an array in /home/httpd/vhosts/cafe-ti.blog.br/httpdocs/wordpress/wp-content/plugins/adsense-manager/class-admin.php on line 228
Edit ‘ Fatal error: Call to undefined function: network() in /home/httpd/vhosts/cafe-ti.blog.br/httpdocs/wordpress/wp-content/plugins/adsense-manager/class-admin.php on line 684I’ve sent you the options from MySQL so you can check it out.
Shall we try to make it work this time?PS: I’ve tried a ?adsensem-revert-db=2 and got nothing… then just tried a ?adsensem-revert-db=3 before posting this and it looks like that it is all alive again!
[update – a few minutes later…]
Only lost a couple of adsenses, but those were easy to importa again from Google.Forum: Fixing WordPress
In reply to: Gallery ErrorAfter some more searching, I found out that this is realted to the PHP version. My blogs are hosted and probably using an old PHP4 version, that does not have support for 2-byte characters, as in with UTF-16.
I just commented this line 105 and it worked without the warning.
The line looks like this now:
/* $text = preg_replace("/[\x{00a0}\x{200b}]+/u", " ", $text); */
It’s purpose is to replace some special non-breaking spaces with a simple old-fashioned space (” “). I don’t think disabling this line will cause any side-effects, for now… but it should be checked by the developers. Is WordPress going to require PHP5 now or any soon?Alroger Filho
Forum: Fixing WordPress
In reply to: Gallery ErrorI’m getting the same Warning in all my Blogs.
Any clues?