Hi,
I see that the site http://one.janvdm.nl/phpinfo.php is using the FastCGI implementation of PHP. I’m guessing there’s an issue accessing server variables in this case.
I’ll try setting up a test server and see if I can replicate the issue.
Cheers,
Eric.
Thread Starter
janvdm
(@janvdm)
Hi Eric,
Thanks for your reply.
I can’t seem to get it working at all now on any environment. I’m not sure what i’m doing wrong.
The steps I follow when I install a plugin: Plugins > New Plugin > search for minimu > install plugin > activate
Its very strange because on the original installation it works perfectly: one.janvdm.nl, two.janvdm.nl.
I’ve turned on error reporting on the (http://www.dev-xpat.nl/wpcms/phpinfo.php) production environment and see these errors:
Notice: Undefined variable: key in /home/admin/domains/dev-xpat.nl/public_html/wpcms/wp-content/plugins/minimu/minimu.class.php on line 474
Notice: Undefined variable: key in /home/admin/domains/dev-xpat.nl/public_html/wpcms/wp-content/plugins/minimu/minimu.class.php on line 488
Notice: Undefined variable: key in /home/admin/domains/dev-xpat.nl/public_html/wpcms/wp-content/plugins/minimu/minimu.class.php on line 489
Fatal error: Allowed memory size of 163577856 bytes exhausted (tried to allocate 523800 bytes) in /home/admin/domains/dev-xpat.nl/public_html/wpcms/wp-includes/formatting.php on line 1071
Now when I try to install the plugin on a new wordpress (3.4.2) install on the test server (same as the working version) I get the same error:
Notice: Undefined variable: key in /home/k1512/public_html/vandermeijde.net/minimu/wp-content/plugins/minimu/minimu.class.php on line 474
Notice: Undefined variable: key in /home/k1512/public_html/vandermeijde.net/minimu/wp-content/plugins/minimu/minimu.class.php on line 488
Notice: Undefined variable: key in /home/k1512/public_html/vandermeijde.net/minimu/wp-content/plugins/minimu/minimu.class.php on line 489
Fatal error: Allowed memory size of 163577856 bytes exhausted (tried to allocate 523800 bytes) in /home/k1512/public_html/vandermeijde.net/minimu/wp-includes/formatting.php on line 927
Also I’ve tried locally on test servers on my macbook and I get the same error.
MAMP running php 5.3.14 or 5.3.28:
Notice: Undefined variable: key in /Applications/MAMP/htdocs/wp/wp-content/plugins/minimu/minimu.class.php on line 474
Notice: Undefined variable: key in /Applications/MAMP/htdocs/wp/wp-content/plugins/minimu/minimu.class.php on line 488
Notice: Undefined variable: key in /Applications/MAMP/htdocs/wp/wp-content/plugins/minimu/minimu.class.php on line 489
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 523800 bytes) in /Applications/MAMP/htdocs/wp/wp-includes/formatting.php on line 1071
XAMPP:
Notice: Undefined variable: key in /Applications/XAMPP/xamppfiles/htdocs/wp/wp-content/plugins/minimu/minimu.class.php on line 474
Notice: Undefined variable: key in /Applications/XAMPP/xamppfiles/htdocs/wp/wp-content/plugins/minimu/minimu.class.php on line 488
Notice: Undefined variable: key in /Applications/XAMPP/xamppfiles/htdocs/wp/wp-content/plugins/minimu/minimu.class.php on line 489
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /Applications/XAMPP/xamppfiles/htdocs/wp/wp-includes/taxonomy.php on line 1324
Hope this helps.
thnx.
Thread Starter
janvdm
(@janvdm)
Hi Eric,
When I comment out this line on line 135 it starts working again.
It does give a lot of “undefined variable” errors but when I turn debug mode those errors are hidden.
//add_filter( ‘list_terms_exclusions’, ‘MiniMU::filter_list_terms_exclusions’, 0 ,2);
Hope this helps.
Cheers. Jan