Sliders duplicating
-
Hi
I’m having a weird issue that I can’t seem to figure out. I’m trying to get the default wordpress slider working. When I create the slider one shows up in the list and sort of works nicely.
The issue is whenever I update the slider multiple sliders are duplicated in the list and the slider becomes usable. The update never finishes and eventually timesout with a server error. When I go back to the list there are as many as 81 sliders duplicated. All have the same name and content (different shortcodes). They don’t all get instantly created. It takes roughly two minutes for all 80ish to have been created.
NOTE: While I was posting this, the issue occured while I was Publishing a slider.
Server error I receive: 502 – Web server received an invalid response while acting as a gateway or proxy server.
I’m not 100% sure, but I believe the php log associated with the issue is the two lines below.
[21-Jul-2014 14:13:43 America/Los_Angeles] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0 [21-Jul-2014 14:14:15 America/Los_Angeles] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
Below are a few other PHP warnings that I haven’t fixed yet, that may or may not be related to the issue. These warnings occur multiple days throughout the log at varying times throughout the log.
[21-Jul-2014 21:07:53 UTC] PHP Warning: Division by zero in D:\home\site\wwwroot\wp-content\themes\startbox\includes\extensions\startbox-slideshows\startbox-slideshows.php on line 523 [21-Jul-2014 21:07:53 UTC] PHP Warning: Illegal string offset 'width' in D:\home\site\wwwroot\wp-content\themes\startbox\includes\extensions\startbox-slideshows\startbox-slideshows.php on line 527 [21-Jul-2014 21:07:53 UTC] PHP Warning: Illegal string offset 'width' in D:\home\site\wwwroot\wp-content\themes\startbox\includes\extensions\startbox-slideshows\startbox-slideshows.php on line 528 [21-Jul-2014 21:07:53 UTC] PHP Warning: Illegal string offset 'height' in D:\home\site\wwwroot\wp-content\themes\startbox\includes\extensions\startbox-slideshows\startbox-slideshows.php on line 528 [21-Jul-2014 21:07:53 UTC] PHP Warning: Illegal string offset 'width' in D:\home\site\wwwroot\wp-content\themes\startbox\includes\extensions\startbox-slideshows\startbox-slideshows.php on line 528 [21-Jul-2014 21:07:53 UTC] PHP Warning: Illegal string offset 'height' in D:\home\site\wwwroot\wp-content\themes\startbox\includes\extensions\startbox-slideshows\startbox-slideshows.php on line 528 [21-Jul-2014 21:07:53 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'output' not found or invalid function name in D:\home\site\wwwroot\wp-includes\plugin.php on line 470 [21-Jul-2014 21:07:56 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'output' not found or invalid function name in D:\home\site\wwwroot\wp-includes\plugin.php on line 470
Thanks for any suggestions.
- The topic ‘Sliders duplicating’ is closed to new replies.