![]() |
|
Issue Installing ZP 1.5 on WAMP - 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: Issue Installing ZP 1.5 on WAMP (/thread-13100.html) Pages:
1
2
|
Issue Installing ZP 1.5 on WAMP - Nezzy - 2018-07-07 I have tried to install ZenPhoto 1.5 on WAMP 3.1.0 64 bit but nothing seems to happen when going to zp-core/setup.php or zenphoto/ in the virtual host. The zenphoto folder is in the www folder & the virtual host has been created & DNS reset. Can anyone help? I am somewhat familiar with WAMP and have multiple programs like WordPress, Osclass, etc running with no issues. Issue Installing ZP 1.5 on WAMP - JatB - 2018-07-07 I haven’t tried WAMP, but I did run into an issue recently trying to run Zenphoto on MAMP- https://github.com/zenphoto/zenphoto/issues/1143 The answer is that Zenphoto will not run on newer versions unless you are using Apache on port 80. Hope that helps. Issue Installing ZP 1.5 on WAMP - acrylian - 2018-07-07 Yes, use the "standard ports" and it should work. Zenphoto never did support any other besides that actually since it is primarily aimed at "standard hosting". We did not change anything in that regard at all. Issue Installing ZP 1.5 on WAMP - Nezzy - 2018-07-08 The WAMP version I originally tried uses: Listen 0.0.0.0:80 To test if WAMP issue, I tried to install WP & had no issue. Can anyone please help Thank you Issue Installing ZP 1.5 on WAMP - acrylian - 2018-07-08 Anything in the WAMP php error log or else? We really haven't change anything and it works in MAMP as ever (sadly can't test WAMP). Issue Installing ZP 1.5 on WAMP - Nezzy - 2018-07-08 I retried again this AM on WAMP 2.4 & reviewed the Apache error log: I can forward more... Issue Installing ZP 1.5 on WAMP - acrylian - 2018-07-08 That undefined constant is indeed a bug in 1.5. But that should actually not be a "show stopper". For now you can manually fix that by adding Issue Installing ZP 1.5 on WAMP - Nezzy - 2018-07-08 I am not familiar with .CFG files, but i believe this code is already in the ZP 1.5 .cfg file. As far as letting setup regenerate... ZP does not even start to setup... Issue Installing ZP 1.5 on WAMP - acrylian - 2018-07-08 Hm, but there must be any error that gives us a clue… Have you checked file/folder permissions already? Issue Installing ZP 1.5 on WAMP - Nezzy - 2018-07-08 Are there any older clean versions of ZenPhoto without issues on WAMP? The main main reason for the WAMP install is building a theme. Issue Installing ZP 1.5 on WAMP - Nezzy - 2018-07-09 As stated above, the error log has over 80 error lines, I only posted the first error above. Issue Installing ZP 1.5 on WAMP - acrylian - 2018-07-09
You can try 1.4.14 but we don't recommend using old and now unsupported versions. We need to find out what the issue on your end is. We really didn't change anything specific as far as I recall all the changes.
If there are more and other errors post them as well (one example of a kind in case there are duplictates should be enough)
Basicall the same way, you access the file system via your FTP program directly. That is at least what I do using Transmit on Mac. Or more inconvenient via PHP itself: http://php.net/manual/en/function.fileperms.php Issue Installing ZP 1.5 on WAMP - Nezzy - 2018-07-09 Will review the link you posted Here is today's try error log - there were many repeats, but these cover it pretty well: -the original post was too long times edited out [Mon Jul 09 17:45:16.479273 2018] [:error] [pid 7816:tid 1908] [client ::1:60750] PHP Notice: Use of undefined constant SERVERPATH - assumed 'SERVERPATH' in C:\wamp\www\zenfolder\zp-core\reconfigure.php on line 72, referer: http://localhost/
Issue Installing ZP 1.5 on WAMP - acrylian - 2018-07-10 Those are all downstream issues of the undefined constant error. As said you can fix that easily by copying/adding the defines from Issue Installing ZP 1.5 on WAMP - Nezzy - 2018-07-12 There is nothing but .gitignore file in the zp-data folder - this error is from the install setup, if that is what creates the zp-data/zenphoto.cfg.php file. Issue Installing ZP 1.5 on WAMP - acrylian - 2018-07-12 Sorry, completely my fault. You cannot fix that manually. Please try the support build (master) from Github. Issue Installing ZP 1.5 on WAMP - Nezzy - 2018-07-12 The master version installed on WAMP 3.1.0 64 bit on the first attempt. Issue Installing ZP 1.5 on WAMP - acrylian - 2018-07-13 Thanks for the confirmation! Issue Installing ZP 1.5 on WAMP - olejorik - 2018-11-03 Guys, I have had the same problem yesterday evening, it was really an unsolvable puzzle driving me mad. An attempt to install a clean installation of Zp1.5 in WAMP3.1.4 failed whatever I tried. I ended up in sacrificing my other local sites and reinstalling wamp, but nothing helped. This morning I have found a workaround -- install an older version of Zp (I've used 1.4.14) and upgrade it to 1.5. Then everything works flawlessly. Issue Installing ZP 1.5 on WAMP - acrylian - 2018-11-03 As mentioned the support build has the fix for this. |