e2interactive forums » (E)2 Photo Gallery Updates

Search:

Bug fix on Uploader

(2 posts)

Tags:


  1. To fix the bug of not being able to log in to the uploader. Modify the following code in the config.php file:

    $username="username_here"; //Username for accessing image uploader
    $password="password";      //Password to access image uploader

    with

    $users[]="username_here"; //Username for accessing image uploader
    $passw[]="password"; //Password to access image uploader   

    Obviously change the username_here and pasword with your own info.

    Posted 1 year ago #
  2. is there a way to fix the logged in error.

    I notice when your finished uploading a set, you have to log in again each time, it wont refesh with you already logged in, is there a cookie you can set to keep you logged in for X amount of time.

    Posted 7 months ago #

RSS feed for this topic

Reply

You must log in to post.