• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

ImageGallery Module Inop - new SB site - old installation

P

pfellner

Guest
Image Category Description - Operation has not been completed

Creation date 11/5/2008 4:53:20 PM
Level Error
Source System
Source System
User name admin
IP address 72.185.196.170
Requested URL /Wizard/Edit/Modules/ImageGallery/Image/Form/Update
Referrer URL http://sitebuilder.myserver/Wizard/Edit/Modules/ImageGallery/Image/Edit?id=2
User agent Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.3) Gecko/2008092414 Firefox/3.0.3
Message Action status: 2; Target: /Wizard/Edit/Modules/ImageGallery/Image/Edit; Messages: Error! Operation has not been completed.

What config options specifically? I've bumped up the following suhosin parameters which were set at 2000:
suhosin.cookie.max_vars = 2000000
suhosin.get.max_vars = 2000000
suhosin.post.max_vars = 2000000
suhosin.request.max_vars = 2000000

I've also set the memory_limit to 64M instead of 32M

Restarted httpd and still receive the same error.
 
First of all to make sure that this is suhosin extension issue try to disable this extension in PHP, restart apache service and check this situation. If this is suhosin related issue try to increase following parameters:

suhosin.memory_limit
suhosin.executor.max_depth

Hope it helps.
 
How can I determine if suhosin is used by anything else on my server? How do I disable suhosin? Where do I adjust the memory limits? In the same file I adjusted the "max_vars" parameters?
 
Back
Top