![]() |
|
getting started problems - 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: getting started problems (/thread-7684.html) |
getting started problems - snoopy - 2010-10-05 I am not good with any kind of programming, so this may be difficult for me, but I am going to give it a shot. I created a MYSQL database in the same name, zenphoto. I also created a another directory called zenphoto which I uploaded all the zenphoto software to. When I navigate to the page, this is what comes up. Warning: require_once(/home/mysite/www/www/zenphoto/zp-core/folder-definitions.php) [function.require-once]: failed to open stream: Not a directory in /home/mysite/www/www/zenphoto/index.php on line 5 Fatal error: require_once() [function.require]: Failed opening required '/home/mysite/www/www/zenphoto/zp-core/folder-definitions.php' (include_path='.:/usr/local/php5/lib/php') in /home/mysite/www/www/zenphoto/index.php on line 5 I am certain I didn't do something right. Is there a step by step howto somewhere out there that perhaps someone created for those of us who don't know anything about setting this stuff up? getting started problems - sbillard - 2010-10-05 Can you look at that folder ( If so, you need to uncompress the archive file and upload the resultant file to your site. getting started problems - snoopy - 2010-10-06 Originally I typed in http://www.mysite.com/zenphoto and I just typed in http://www.mysite.com/zenphoto.htm and now I am getting a 404 which is odd as I created the zenphoto directory and put all the zenphoto software there... I cannot find the specific file you mention, all I did from winzip was copy the files directly to the zenphoto directory. I think it extracted them automatically. But I am noticicing that for files like album, it is not a directory when I view it in ftp... is there a step by step "how to guide" available? Really for me this is not easy to figure out... getting started problems - sbillard - 2010-10-06 Quote: cannot find the specific file you mention, all I did from winzip was copy the files directly to the zenphoto directory. I think it extracted them automatically. But I am noticicing that for files like album, it is not a directory when I view it in ftp... BTW getting started problems - snoopy - 2010-10-06 I have figured out the upload, I went through ftp instead of copy and paste and it sort of worked. but now I need to figure out all the error messages that came up for disabling stuff and changing things. There is no how to guide? getting started problems - acrylian - 2010-10-06 [i]The root file will be index.htm.[/i] If you want us to help you need to tell what error messages. If you mean the warnings on setup, those are explained and related to your server configuration. Either search the net about that, our forum or contact your host. Regarding guide, you surely did read this (not that hard to find, isn't it?): http://www.zenphoto.org/2008/08/installation-and-upgrading/ getting started problems - snoopy - 2010-10-06 I cannot find this information in your troubleshooting. And these warning messages I do not know how to resolve, can you assist? You should consider disabling magic_quotes_gpc. For more information See What is magic_quotes_gpc and why should it be disabled? in the Zenphoto troubleshooting guide. Warning! Warning! Change file/folder permissions mask: strict+ (0750) strict (0755) relaxed (0775) loose (0777) There is nothing in my MYSQL about this issue above. MySQL setup in zp-config.php I set a password, but perhaps not in the right place? getting started problems - acrylian - 2010-10-06 First warnings are no errors.. Re: magic_quotes: http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#26 Re: permissions: http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#29 Re: MySQL: When setup did ask you you probably did not enter the right values. Contact your host for the correct ones. getting started problems - smilla.php - 2011-11-13 I have same issue with "Zenphoto Gallery" plugin for wordpress There is no file "folder-definitions.php" in /zp-core/ and there isn't even in orginal zipped file I have downloaded. Thanks for your answear. getting started problems - acrylian - 2011-11-13 folder-definitions.php is named global-definitions.php on recent Zenphoto releases. getting started problems - smilla.php - 2011-11-15 I opened the file of the plugin json.php "Zenphoto Gallery" and it says: I tried to replace with global-definitions.php but does not work. But the file json.php is there and fopen() is on. getting started problems - fretzl - 2011-11-15 @smilla.php: Apparently you are using [i]Zenphoto Gallery[/i] |