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.
-
AuthorPosts
-
July 3, 2009 at 4:39 am #933
AnonymousHi 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
July 3, 2009 at 8:41 am #934
AnonymousHi,
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”>
</div>
<span id=”slideshow”>
</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
July 6, 2009 at 7:38 am #935I sent you an email about the errors you were getting, did you get it and did it help?
July 7, 2009 at 2:10 am #936
AnonymousYeah 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
July 19, 2009 at 1:17 pm #937
AnonymousHello,
I am having the same problem with the missing pause/play buttons as mentioned above. Where can I look to fix that?
Thanks!July 19, 2009 at 3:51 pm #938Do you have a url where I can look at it?
July 20, 2009 at 8:37 am #939Open 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.
-
AuthorPosts
You must be logged in to reply to this topic.
