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!