WpJoe
Forum Replies Created
-
Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] Nesting error in Minimu pluginI’d like to know too if somebody is running wamp, wordpress 331 and MiniMu 063 without problems.
I tried all Minimu old versions and the nesting errors appears since 0.5.8 and above.
0.4.0 breaks wordpress 331 after clicking “activate” in wp plugins page because the browser goes to wp-admin/… instead of http://yourwordpressfolder/wp-admin/…
However, when I went back to wp plugin admin page, Minimu 0.4.0 was running ok and I could reach Minimu options page.
edit; I tried to set a couple of domains and I rebuilt permalinks but 0.4.0 acts ultra-weird with WP 331. No luck.
Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] Nesting error in Minimu pluginThanks for your suggestion Daforino 🙂
I had already set virtual urls in my localhost apache as you described.
The nesting error appears whenever I try to run Minimu plugin. I don’t have the change of going to the options page. It is activate Minimu-> nesting error screen. Delete Minumu-> error goes away.Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] Nesting error in Minimu pluginHi Shelkie;
You’re right 🙂 I was running wamp 2.2a when I tested your plugin.
Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] Nesting error in Minimu pluginHi Shelkie
xDebug in my PHP.ini;
; XDEBUG Extension zend_extension = ".../bin/php/php5.3.8/zend_ext/php_xdebug-2.1.2-5.3-vc9-x86_64.dll" [xdebug] xdebug.remote_enable = off xdebug.profiler_enable = off xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = ".../tmp"When commenting out zend_extension line I get this error;
The connection was reset The connection to the server was reset while the page was loading.When commenting out all xdebug lines I go back to the nesting error;
Fatal error: Maximum function nesting level of '100' reached, aborting! in ...\wp-content\plugins\minimu\minimu.class.php on line 483Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] Nesting error in Minimu pluginWith all plugins deactivated but MiniMu 0.6.3 and WP 3.3.1;
Fatal error: Maximum function nesting level of '100' reached, aborting! in ...\wp-content\plugins\minimu\minimu.class.php on line 483#483 $arr_return[$key]=MiniMU::get_token('domain_name', $obj_domain->id);Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] Nesting error in Minimu pluginI didn’t add any widget. This happens whenever I try to activate MiniMu plugin.
Error goes away after deleting this plugin. I just realized that the plugin didn’t update ok. I manually updated to 0.6.3 and with WP 3.3.1 I’m getting nesting error in line 2212;
$dc_instance=MiniMU::get_instance();