Kudykam
January 22, 2019, 7:27pm
#1
Hi,
my KCFinder shows just empty page like this, when I try to upload images.
define(“UPLOADIMAGES_DIR”,"_media/news");
is correct nad I can upload new images via Send tab.
I use latest phplist 3.3.8, before upgrade from version 2 it worked fine…
duncanc
January 22, 2019, 9:27pm
#2
@Kudykam Can you use the developer tools in your browser to look at the http requests. Possibly one of the kcfinder files has not been requested successfully.
Also, note that kcfinder will be looking in the _media/news/image directory for image files.
1 Like
duncanc
January 24, 2019, 10:44am
#4
@Kudykam It looks to be a javascript problem. Which browser are you using, and can you try a different one?
Kudykam
January 24, 2019, 5:27pm
#5
Chrome / Firefox - same results…
duncanc
January 24, 2019, 7:49pm
#6
@Kudykam I guess that something else must be failing before that, otherwise the problem should occur for me too.
But you can try modifying one file
at line 20 of file admin/plugins/CKEditorPlugin/kcfinder/tpl/tpl_javascript.php
Insert the middle line below. That doesn’t have an adverse effect for me, but might resolve your problem.
_.version = "<?php echo self::VERSION ?>";
_.support = {};
_.support.zip = <?php echo (class_exists('ZipArchive') && !$this->config['denyZipDownload']) ? "true" : "false" ?>;
Kudykam
January 26, 2019, 1:49pm
#7
Thanks, but it didnt help. Its definitely not computer/browser related. It doesnt wokr on 3 different computers.
Phplist its not clean installation but after many upgrades.
duncanc
January 27, 2019, 8:09am
#8
What did you mean by this? Have you only now upgraded from phplist 2? Have you tried using the fckeditor, you can enable that on the Plugins page.
You can send me a private message with the phplist access details so I can take a look, but otherwise I don’t really have any suggestions.
1 Like
Kudykam
January 29, 2019, 9:35am
#9
I would send you PM, but I dont know how… Dont see any option anywhere…
thanks.
duncanc
January 29, 2019, 9:56am
#10
@Kudykam Just click on my name or image.
AlanW
January 29, 2019, 6:33pm
#11
I had the same problem. I needed to change the file permissions on the folder so that the server could read it.
1 Like
Kudykam
January 30, 2019, 6:56am
#12
I know that, but there is no messages… Maybe I dont have sufficient rights…
Kudykam
January 30, 2019, 6:58am
#13
What folder? All seems to be 755 of 644 for files…
Kudykam
January 30, 2019, 6:59am
#14
BTW, I found out that sending newsletters also doesnt work…
Can you see this when you click on Duncan’s name/image?
duncanc
January 30, 2019, 11:49am
#16
I suggest that you re-install the phplist code.
AlanW
January 30, 2019, 2:52pm
#17
I had to create the folder /uploadimages in the root directory and change its permissions to 755.
1 Like
Kudykam
January 31, 2019, 7:06am
#18
No, I dont have this button…
Kudykam
January 31, 2019, 7:09am
#19
I have this folder, eventhough in settings I have different folder for images…
Kudykam
January 31, 2019, 7:29am
#20
How should I do that? I just rewrite all files in root (same version). In admin, there is no upgrade or setup button…