![]() |
|
blanc installation - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: blanc installation (/thread-12017.html) |
blanc installation - MikeWQ - 2014-09-29 I just downloaded the newest version and I tried to make an installation. blanc installation - MikeWQ - 2014-09-29 I could add to this that no error logs to be found. blanc installation - acrylian - 2014-09-29 If there is a blank screen that could mean a lot of things. Wrong file/folder permissions or a PHP fatal error. You should always review your server error log (ask your host where to find it) if that happens. I suspect wrong permissions as it happend after the MySQL entering. Please review the config file in ` blanc installation - MikeWQ - 2014-09-29 I installed all files again and started over from the beginning. But the gallery is very slow. Something is not quite right. blanc installation - acrylian - 2014-09-29 You need to understand that Zenphoto renders the sized images and thumbs on the fly on the first visit to cache them: blanc installation - mrskhris - 2014-09-30 I have the same problem. Tried making installation; server core-dumps after I enter db access data. Here is a line from apache log: [Mon Sep 29 21:52:51.849278 2014] [core:notice] [pid 3026] AH00051: child pid 5992 exit signal Segmentation fault (11), possible coredump in /etc/apache2 At the same time older (but updated to the same version) installation works fine. The problem seems to be in setup scripts somewhere. I did some digging, and it all leads to require_once(dirname(dirname(FILE)) . '/admin-functions.php'); admin_functions.php, in turn, try to include functions.php: Line 8: and that's where it halts. Script cannot get past this line in zp-core/functions.php: Line 10: Just my two cents. My current configuration: blanc installation - mrskhris - 2014-09-30 On additional note, it seems zenphoto is not to blame blanc installation - acrylian - 2014-09-30 All right :-) Which php/apache versiosn were it before the upgrade? It should work fron PHP 5.2+ although bascially all testing is done on 5.4 primarily. blanc installation - mrskhris - 2014-09-30 Like I said in first post: My current configuration: (non-updated) And now it is (upd: sorry, wrong PHP version, it's correct now) blanc installation - acrylian - 2014-09-30 Ah, sorry, didn't re-read the previous posts… Interesting, my local server (MAMP) I do most testing is actually 5.5.9 for some time (and not 5.4 changed a while ago) as well without any problems. blanc installation - laz - 2015-08-26 i am sorry if i have missed something, but i am getting this same issue, and i cannot resolve it. i am trying to install zenphoto 1.4.9 on linux mint. i have upgraded php and apache to the most recent versions (in the mint repos), and i still get the "no data received" error as soon as i enter my database information. the apache error log shows a segfault: [Wed Aug 26 09:03:59.771206 2015] [core:notice] [pid 24662] AH00052: child pid 25116 exit signal Segmentation fault (11) i have successfully installed zenphoto several times before, but this is the first time on this configuration. any ideas? php: 5.5.9+dfsg-1ubuntu4.11 apache: 2.4.7-1ubuntu4.5 blanc installation - acrylian - 2015-08-26 Sorry, no real idea. Never seen this myself. Sources on the net recommend to increas the output buffer on the server. blanc installation - fretzl - 2015-08-26 For sure a server configuration issue. blanc installation - questionmark - 2015-10-01 I experienced exactly the same problem: the very same segmentation fault described earlier by mrskhris... Ubuntu 14.04.3 LTS Restarting the Apache server (sudo service apache2 restart) helps for a while, but after a few Zenphoto page calls the error re-occurs and Apache2 has to be restarted yet again. Of course this is no solution, but at least this workaround will at least get your through the setup routine. No idea where this is coming from. There's some weird interplay between Apache, PHP and Zenphoto... note that I have never experienced such a problem with any other PHP framework on this very server. |