Problems, need help? Have a tip or advice? Post it here.
8 posts Page 1 of 1
Whenever I browse an image or a file, It gives me the error "Unknown Error" as in the image below:

Untitled.png
Untitled.png (26.19 KiB) Viewed 2531 times


Please advise!
Image
where innovation meets technology
@KK Sir

I tried changing the permissions to the "uploads" folder.
Untitled1.png
Untitled1.png (15.38 KiB) Viewed 2521 times

But with no luck.

Now i have a new issue:
Untitled.png
Untitled.png (31.22 KiB) Viewed 2521 times


neither setting the permission to 766 nor 777 worked!
Image
where innovation meets technology
It is definitely a permission issue.

Are you sure couch/uploads folder is the one being used by KCFinder? (because we can change this default location from couch/config.php).

Also make sure that the new permissions get applied to all the sub-folders of the main folder.
@KK Sir,

I have checked the permissions. It is as you have suggested.
1. the upload and the folders inside have the same permission level
2. i have not changed the default location in couch/config.php

Regards,
Aashish
Image
where innovation meets technology
I have figured out the issue. the php.ini file that i had created (copied) had some extras. removing them solved the "Unknown Error" Issue.

The new file now contains the following:
Code: Select all
; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 5000

; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 256M


Now I've hit another rock bottom. Whenever I edit anything/ add a new image /repeatable row and hit "Save":
1. Nothing gets saved
2. The site gets redirected to the Home Page - index.php (automatically)

I know this is a trivial issue, but any help would be appreciated.

Thanks in advance!!!

Regards!
Image
where innovation meets technology
Bump!!!
Image
where innovation meets technology
Aashish, I am sorry but there cannot be a stock answer for such problems.

It is clearly something very specific to your server setup. You'll need to take a look at the server error logs, try making changes to the template to see what triggers the error etc. to troubleshoot the issue.
8 posts Page 1 of 1