ZenphotoCMS Forum
zp-data missing - 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: zp-data missing (/thread-9822.html)



zp-data missing - Stitch175 - 2012-04-02

I downloaded the latest zip en extracted to a folder on my pc which gives me the following folders/files:

  • albums
  • cache
  • cache_html
    -doc_files
  • plugins
  • themes
  • uploaded
  • zp-core
  • index.php
    I think I'm missing zp-data?
    When i upload the files I have to a folder zenphoto within httpdocs with filezilla and i go to www.mysite.nl/zenphoto nothing happens.
    Is this because of the missing zp-data or is there something else going wrong?



zp-data missing - fretzl - 2012-04-03

The zp-data folder is created by setup.

Try to run setup using the full path:
www.yoursite.nl/zenphoto/zp-core/setup.php




zp-data missing - Stitch175 - 2012-04-03

Did that and that sort of works, but know I get this error message:

Client does not support authentication protocol requested by server; consider upgrading MySQL client

What now???




zp-data missing - fretzl - 2012-04-03

Please check if your server meets these requirements.
http://www.zenphoto.org/news/installation-and-upgrading#3

Especially note that PHP 4 and MySQL 4 are not supported anymore.




zp-data missing - sbillard - 2012-04-03

If you are running PHP5 and MySQL 5 then ask your service provider. Somehow PHP is not configured correctly for MySQL. Sort of what the error message says.




zp-data missing - Stitch175 - 2012-04-03

Problem solved. Added a line to the .htaccess file so now it uses php5.3 and the mysql problem solved al well. Now let's get playing with Zenphoto! Thanks for the replies




zp-data missing - glozinski - 2013-09-17

http://silkpla1.wwwssr2.supercp.com/spc_presta/zen/zp-core/setup.php to run and this is the erro I got.

Please restore the setup files from the 1.4.5.2 [7e1a181548] release:

Thank you in advance.
Sincerely,
Gloria




zp-data missing - glozinski - 2013-09-17

http://silkpla1.wwwssr2.supercp.com/spc_presta/zen/zp-core/setup.php
now i get this error

[an error occurred while processing this directive]

Thank you




zp-data missing - fretzl - 2013-09-17

By the look of things you are using version 1.4.5.2 and you want to run setup again.

From 1.4.5 onwards the setup scripts are automatically protected after setup is completed.(safety measure)

You can un-protect the setup scripts again by going to the admin [i]overview[/i] page and click the button: [i]Setup ยป restore scripts[/i]
Then you can run setup again.




zp-data missing - glozinski - 2013-09-18

I removed both admin files from database
http://silkpla1.wwwssr2.supercp.com/spc_presta/zen/zp-core/admin.php?from=/spc_presta/zen/zp-core/admin-upload.php
and this is the error
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

This problem can sometimes be caused by disabling or refusing to accept
cookies.
thank you in advance.




zp-data missing - glozinski - 2013-09-18

got it working, however, another issue has arisen where url is http://silkpla1.wwwssr2.supercp.com/spc_presta/zen/ and now it is redirecting to domain name instead which is http://silkplantscanada.com where it is not active How does one correct this....thank you.




zp-data missing - fretzl - 2013-09-19

It's working fine for me.
Try clearing your browser cache.




zp-data missing - acrylian - 2013-09-19

Both sites work for me, too.




zp-data missing - glozinski - 2013-09-19

what i mean is if you were to click on a category it goes to http://www.silkplantscanada.com/spc_presta/index.php?controller=404




zp-data missing - sbillard - 2013-09-19

You should examine the .htaccess file in your root folder. I suspect your PrestaShopDatabase is re-directing things belonging to Zenphoto. Those re-directions did not come from Zenphoto.

You can always turn off "mod_rewrite" to get around this issue.