I have the same problem. I have no solution, but I discovered if you disable then enable CSS (for example with StyleSheet Chooser Plus 1.2.0 plug-in for Firefox 3), the images are shown !!! It's probably a problem (bug ?) with Firefox 3 and CSS, but no solution found for the moment... The problem is also present in Safari, but it works with IE7
You should try again with Firefox in Safemode (no extensions). The problem can be some extension that isn't really compatible with Firefox 3 or it's messing with the page in any way.
Yes, the CKFinder Demo works with Firefox 3 ! I'll compare my code and the demo code (css, js, ...) and post a solution tomorrow... I hope !!! Thank you.
It works !!! I downloaded the last version of CKFinder. In the file "config.php", verify that : - the CheckAuthentication() function return : true - the variable $baseUrl is set to the local path of your userfiles folder (for example : $baseUrl = '/userfiles/'; if it's at the root of your website) - the variable $baseDir is set to the complete path (depends on your web server) (for example : $baseDir = '/home/www/.../.../...../userfiles/'); //don't trust the resolveUrl function, comment it !
I cant get this right. This is my path to an image: "http://www.okkaskule.no/brukerfiler/husabo/images/image.jpg" Path to ckfinder: "http://www.okkaskule.no/fckeditor/editor/ckfinder/"
So what is my correct $baseUrl and $baseDir?
I'm not shure I understand the difference of baseUrl and baseDir.
Re: No images show in Firefox 3
Hello,
I have the same problem.
I have no solution, but I discovered if you disable then enable CSS (for example with StyleSheet Chooser Plus 1.2.0 plug-in for Firefox 3), the images are shown !!!
It's probably a problem (bug ?) with Firefox 3 and CSS, but no solution found for the moment...
The problem is also present in Safari, but it works with IE7
Re: No images show in Firefox 3
Re: No images show in Firefox 3
Re: No images show in Firefox 3
Does the demo work for you?
http://www.ckfinder.com/demo
Re: No images show in Firefox 3
I'll compare my code and the demo code (css, js, ...) and post a solution tomorrow... I hope !!!
Thank you.
[SOLVED] No images show in Firefox 3
I downloaded the last version of CKFinder.
In the file "config.php", verify that :
- the CheckAuthentication() function return : true
- the variable $baseUrl is set to the local path of your userfiles folder (for example : $baseUrl = '/userfiles/'; if it's at the root of your website)
- the variable $baseDir is set to the complete path (depends on your web server) (for example : $baseDir = '/home/www/.../.../...../userfiles/'); //don't trust the resolveUrl function, comment it !
I hope it will work for you !
Re: No images show in Firefox 3
I cant get this right. This is my path to an image: "http://www.okkaskule.no/brukerfiler/husabo/images/image.jpg"
Path to ckfinder: "http://www.okkaskule.no/fckeditor/editor/ckfinder/"
So what is my correct $baseUrl and $baseDir?
I'm not shure I understand the difference of baseUrl and baseDir.
Re: No images show in Firefox 3
$baseUrl is the url to a directory where you store all files. It may be either full URL:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+