Hello,
when I try to upload an avatar photo, after klicking the upload button comes the following error message on white screen:
Catchable fatal error: Argument 3 passed to Intervention\Image\Size::resize() must be an instance of Closure, unknown given, called in /home/seximper/public_html/de/plugins/intervention-image/Intervention/Image/Size.php on line 232 and defined in /home/seximper/public_html/de/plugins/intervention-image/Intervention/Image/Size.php on line 104
Any idea ???
Michael
|
Is this a fresh install of Dolphin? if so, did you do manually or use an auto installer? caredesign.net |
Hello,
yes, it's my sixth(!) fresh installation and I did it manual via FTP (Binary Mode). I work with Bonnex Dolphin scripts for more than 8 years! I think I'm already an expert... But such a problem I had never.
I've two installations on the CPanel account "seximper":
One working script (Dolphin 7.1.6 works fine) http://www.seximperium.net/files/
And one testing script (New Dolphin 7.2.0 script with that upload issures) http://www.seximperium.net/de/
See my settings in the atachment (All semms to be OK)
You can test it yourself: URL: http://www.seximperium.net/de/ USER: testuser PASS: testpass
Try the following aktions:
1. Try to set avatar (Message: Error occurred)
2. Try to upload images.... it's the same issure ???? When a photo has been uploaded, the thumbnails are not generated on server! Only that one photo saved on server ??? I think the script must generate 4 thubmails extra in different sizes? But it does not!
I do not know how to continue.... Whats is going on here ???
|
Hello to all,
I have the problem finally solved:
The EAccelerator 0.9.6.1 for PHP was responsible (Caches compiled PHP pages ONLY when running in a persistent (DSO/FCGID) manner)
But my system is running under suPHP !!!
I recompiled Apache again without EAccelerator but with XCache 3.2.0 for PHP
BINGO !!! All works fine now....
Greetings from Vienna
Michael
|
But my system is running under suPHP !!!
I recompiled Apache again without EAccelerator but with XCache 3.2.0 for PHP
Did you change from FastCGI to SuPHP? Because your host tools audit says FastCGI. If so, I have some bad news: XCache doesn't work with suPHP. In fact, none of them do. You should switch back to FastCGI - it's faster - and use APC, which causes less headaches than XCache. There's no option for APC in EasyApache, but it can be installed from the Module Installer > PECL in WHM. You'll need to configure it after.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
yes i have same problem seems that SuPHP and EAccelerator cause some conflict with dolphin 7.2 but work well on dolphin 7.1.6, but I noticed that when set FastCGI with eAccelerator work fine for upload but not resize well the photo preview.. And another bug is that crop function not work even on boonex demo site I attach a picture and a video. Templates and Modules for Dolphin 7.3 http://www.boonex.com/market/posts/Giovanni_m |
Hello Nathan,
thank you verry much for this tipp:
-
PHP accelerator = APC - OK
-
PHP setup = cgi-fcgi - OK
ALL works perfect now !!!
Greetings from Austria
Michael
|