Hi!
I receive a javascript error when accessing a FAQ with Internet Explorer 8.
Line: 279
Erreur : 'SyntaxHighlighter' is undefined
http://www.prospects.com/FAQ
You have to view a faq to get the error.
If I use the IE8 debug function, it says that the following line is the problem:
SyntaxHighlighter.config.clipboardSwf = 'inc/js/syntaxhighlighter/scripts/clipboard.swf';
I saw another post that is similar but it was not on the same line (see last post).
viewtopic.php?f=3&t=10256&p=29404&hilit ... ter#p29404
I'm using phpmyfaq 2.6.0
Thanks !
SyntaxHighlighter is undefined [RESOLVED]
Moderator: Thorsten
SyntaxHighlighter is undefined [RESOLVED]
Last edited by guillaume on Tue Jan 19, 2010 8:40 pm, edited 1 time in total.
Re: SyntaxHighlighter is undefined
please check if the javascripts in the inc\js folder are all existing, also fell over this issue and I was missing the javascripts in the folder by what ever reason and my webserver gave me a 404 error when checking with HTTPFox.
You can easily compare when downloading the original install package from Thorsten with your http files folder on your webspace
You can easily compare when downloading the original install package from Thorsten with your http files folder on your webspace
Re: SyntaxHighlighter is undefined
Hi,
the files have to be readable as well.
bye
Thorsten
the files have to be readable as well.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: SyntaxHighlighter is undefined
It turns out that a folder was missing.
The missing folder is:
/inc/js/syntaxhighlighter/scripts/
I had to download phpmyfaq-2.5.7.zip to get it since it is missing in the phpmyfaq-2.6.0.zip (or tar.gz) download .
Thanks to both of you!
The missing folder is:
/inc/js/syntaxhighlighter/scripts/
I had to download phpmyfaq-2.5.7.zip to get it since it is missing in the phpmyfaq-2.6.0.zip (or tar.gz) download .
Thanks to both of you!
