Notice: Undefined variable: dictionary in /var/www/framework/lib/Ak.php on line 161
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/framework/lib/Ak.php on line 161
Can I modify the Ak.php file?????
CommentAuthorvicent
Problem solved mysteriously. I run the application in development environement whitout problems but qhen I run the application in the production environement show an error message like:
I found this message in /config/locales/en.php and /config/locales/es.php production environement files but in the development environement /config/locales/en.php and /config/locales/es.php files I have another code. I copy the content development files in the pruduction files and the application run successfully. I don't understand :-S