e2config.php problems or just me?

Home Forums (E)2 Gallery Pro (E)2 Gallery Pro Bug Report e2config.php problems or just me?

This topic contains 6 replies, has 3 voices, and was last updated by  E2 3 years, 10 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #933

    Anonymous

    Hi there,

    First of all what an excellent product and hopefully when working will help us show our work off in style.

    I am by no means a coding wizz so think I am doing something very wrong…

    I am currently trying create a site which will display all of our works, utilizing the gallery pro.

    However I have followed the install instructions and changed the password and username.

    When I goto http://yoursiteurl/e2gallerypro/e2upload/ I get these Error messages.

    Notice: Constant GALLERY_LOCATION already defined in E:domainsttest.aircgi.co.ukuserhtdocse2galleryproe2config.php on line 21

    Notice: Constant XML_LOCATION already defined in E:domainsttest.aircgi.co.ukuserhtdocse2galleryproe2config.php on line 22

    Notice: Constant USE_USERNAME already defined in E:domainsttest.aircgi.co.ukuserhtdocse2galleryproe2config.php on line 36

    Notice: Constant LOGOUT_URL already defined in E:domainsttest.aircgi.co.ukuserhtdocse2galleryproe2config.php on line 40

    Notice: Constant TIMEOUT_MINUTES already defined in E:domainsttest.aircgi.co.ukuserhtdocse2galleryproe2config.php on line 44

    Notice: Constant TIMEOUT_CHECK_ACTIVITY already defined in E:domainsttest.aircgi.co.ukuserhtdocse2galleryproe2config.php on line 48

    I have tried playing about with the locations to no avail, could you help me find what is wrong?

    Also Im wishing to intergrate this into a page on our website, is this going to be easy or a complete nightmare for a novice?

    Regards and thanks in advance

    #934

    Anonymous

    Hi,

    Here again,

    While I been waiting for a reply I have been trying to play around with integrating the gallery pro into the website.

    http://www.distortedimagery.co.uk/portfolio.html

    As you can see I have managed to load the gallery into the page, but it isnt registering any of the images, the current file location for the galleries folder is

    e2galleryproe2uploadGalleries

    and this is how I have put it in the code

    <!–(E)2 Gallery Parse XML output Javascript–>
    maingalleries = [
    {'name':'(E)2 Gallery Demo', 'imgpath': 'e2gallerypro/e2upload/Galleries/gallery1/','lrgpath': 'e2gallerypro/e2upload/Galleries/gallery1/large/', 'thumbpath': 'e2gallerypro/e2upload/Galleries/gallery1/thumbs/', 'mainthumb': 'e2gallerypro/e2upload/Galleries/gallery1/', 'src':'mainthumb.jpg', 'description':'(E)2 Gallery Demo Gallery Description', 'start':0, 'end':4, 'gallerynum':0},{'name':'Gallery Title', 'imgpath': 'e2gallerypro/e2upload/Galleries/gallery2/','lrgpath': 'e2gallerypro/e2upload/Galleries/gallery2/large/', 'thumbpath': 'e2gallerypro/e2upload/Galleries/gallery2/thumbs/', 'mainthumb': 'e2gallerypro/e2upload/Galleries/gallery2/', 'src':'mainthumb.jpg', 'description':'Gallery Description', 'start':5, 'end':6, 'gallerynum':1}];

    var galleryimages = new Array();

    obviously you can check the code on the page too, I have also taken the design.css code and moved it into the main styles.css file which the webpages will be using.

    also I have noticed when I view the gallery on the gallery link

    http://www.distortedimagery.co.uk/e2gallerypro/

    when I press play the pause button fails to load and I cannot seem to find it in any of the code?

    the play button and the rest of the buttons appear to be together in the code on the page like so..

    <div class=”right”>View Galleries Show Photo Info Show / Hide Thumbnails</div>
    <span id=”slideshow”>Play Slide Show</span> | <span id=”photoNum”></span><span id=”flashNum”></span><span id=”qtNum”></span></div>

    but no pause, again am I being totally dumb and missing it somewhere?

    sorry to pester and thanks in advance

    #935

    E2
    Member

    I sent you an email about the errors you were getting, did you get it and did it help?

    #936

    Anonymous

    Yeah it did dude, thanks so much for the help well appreciated, however I am still getting a problem in that I cannot view the gallery on the server, I have sent you an email with a detailed explanation.

    Cheers again :)

    #937

    Anonymous

    Hello,
    I am having the same problem with the missing pause/play buttons as mentioned above. Where can I look to fix that?
    Thanks!

    #938

    E2
    Member

    Do you have a url where I can look at it?

    #939

    E2
    Member

    Open up the index.php file and find the following line:

    var designPath="<? echo $galleryDesign?>";

    and update it to be:

    var designPath="<? echo $galleryDesign?>/";

    This should fix it.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.