Share

myPh3 elegant image gallery

Subscribe

Oops Error

  1. 2009-11-04 07:41:16 UTC

    I currently getting this Dir does not exist but it does...kinda lost here

    heres the website were im tinkering with this at http://nightowlpcs.com/gallery/myPh3.core.php

    $m3['config']['siteOS'] = 'linux'; $m3['config']['siteUrl'] = '/gallery/photos';
    $m3['config']['rootDir'] = 'www.nightowlpcs.com/gallery/photos/';

    th

  2. 2009-11-04 08:32:20 UTC

    Seems I fixed this error but created anthor. My problem with the one above was that www.nightowlpcs.com/gallery/photos/ was not the correct path

    But with this new error im getting it seems to be duplicating the images to view please goto http://nightowlpcs.com/gallery/myPh3.core.php

    Thanks Andy

  3. 2009-11-04 09:16:56 UTC

    You have some errors in your settings. First, please do not edit the $m3['config']['thumbDir'] variable. This should be left at 'myPh3.photo'.

    Your $m3['config']['siteUrl'] should be set to '/gallery'. Your $m3['config']['rootDir'] should point to the full directory path on your server where the original photos are. This is probably something like '/users/www.nightowlpcs.com/public_html/photos'. You can ask your web hosting provider or ISP to this if you don't know it.

    Also remember: do not place the original photos inside of the 'myPh3.photo' directory. This is only for thumbnails. It is better to have a directory next to the myPh3 script. For example if you place the script in /public_html/gallery you place your photos is /photos.

    Hope this helps. Eric

  4. 2009-11-04 19:50:22 UTC

    That work thank you Eric.

    Also I never thought about putting my images in folder outside of the Gallery script folder.

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.