Page 3 of 3

Problem with javascript?

Posted: 26 Jun 2012, 22:08
by Stoker
Only uninstall the prettyphoto mod.

Problem with javascript?

Posted: 27 Jun 2012, 02:58
by Pilxy
Looks like I have managed to pinpoint the problem file:

Code: Select all

<script src="{ROOT_PATH}prettyphoto/jquery-1.4.4.min.js" type="text/javascript"></script>
If I remove this line only from overall_header, the white page dissapears and the board starts working normal. Without the prettyphoto mod of course...

Problem with javascript?

Posted: 27 Jun 2012, 06:32
by Stoker
Then go here to get the latest jquery version and use that instead: http://docs.jquery.com/Downloading_jQuery

Problem with javascript?

Posted: 27 Jun 2012, 07:39
by Pilxy
I have saved the latest version of jquery on the server and changed that overall_header line to:

Code: Select all

<script src="{ROOT_PATH}prettyphoto/jquery-1.7.2.min.js" type="text/javascript"></script>
Is that all I need to do?

If it is, I have tested it and it doesn't work. The problem is still there... :(

Problem with javascript?

Posted: 27 Jun 2012, 08:14
by Stoker
You havent changed the line in overall_header.html

But this doesnt explain why it works on your testboard and not on your live board.
Also you tell me that it works fine on prosilver which leads to some kind of problem with the style, but only on your live board.

Problem with javascript?

Posted: 27 Jun 2012, 09:12
by Pilxy
I have done the changes, but I reverted back as the problem still existed...

Do you think it would be a better idea to uninstall the prettyphoto and use higslide mod instead?

Problem with javascript?

Posted: 27 Jun 2012, 09:20
by Stoker
Thats worth a try.

Problem with javascript?

Posted: 27 Jun 2012, 18:10
by Pilxy
Well, I have replaced prettyphoto mod with the higslide one, and so far it looks like it's working fine. The white page has gone, so I'm happy now... :)

Thanks for all the support, I appreciate it!