(Untitled)

Hi,
I've been creating my site and are ready to show it to the rest of the world.
I read in the troubleshoot section that if I move the files out of the zenphoto folder to the root I have to run the setup.php to create a new htacces file so people can actually see the whole site.
I deleted the setup files when I was asked to, so I put them back from the downloaded folder but it doesn't run.
I get the following error message:

Warning: require_once(/var/www/vhosts/lens-vision.nl/httpdocs/zp-core/setup/setup-functions.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/lens-vision.nl/httpdocs/zp-core/setup.php on line 32

Fatal error: require_once() [function.require]: Failed opening required '/var/www/vhosts/lens-vision.nl/httpdocs/zp-core/setup/setup-functions.php' (include_path='.:/usr/share/pear;') in /var/www/vhosts/lens-vision.nl/httpdocs/zp-core/setup.php on line 32

What should I do next?

Thanks in advance.

p.s the site runs perfectly, I just want to move it so it shows up under right URL (without the subfolder)

Comments

  • acrylian Administrator, Developer
    There are several files that need to be present:
    `
    zp-core/setup/setup_permissions_changer.php
    zp-core/setup/setup_themeOptions.php
    zp-core/setup/setup-functions.php
    zp-core/setup/setup-option-defaults.php
    zp-core/setup/setup-primitive.php
    zp-core/setup/setup-sqlform.php
    zp-core/setup/setup.css
    zp-core/setup_set-mod_rewrite.php
    zp-core/setup.php
    `
    If moving is all you did, you can also edit the htaccess file rewrite path manually.
  • Ok, thanks for the answer, I'll have a go at editting the htaccess file.
  • It's working.

    Thanks for the help.
  • acrylian Administrator, Developer
    @Lensvision: I have to apologize, I accidentally misclicked and deleted your account....Please re-register!
  • I did.
  • SallyT Member
    zp-core/setup.php - this file is missing for me. It was never in the zip file I downloaded. How do I go about getting this file?

    Sally
  • acrylian Administrator, Developer
    Download the Zenphoto package maybe? It is part of that.... Please, it is really enough to post on your other topic...
Sign In or Register to comment.