On Sat, Jan 16, 2010 at 11:57 AM, Jim Perrin jperrin@gmail.com wrote:
On Sat, Jan 16, 2010 at 6:29 AM, hadi motamedi motamedi24@gmail.com wrote:
Dear All I have installed an application on my CentOS 5.0 server but when I want
to
login to the gui I got the following error message : "Warning: make sure zend_optimizer.license_path is properly configured in php.ini! in /var/www/html/stats/index.php on line 0" But that index.php file is not editable via vi text editor . Can you
please
let me know how I can correct it according to the warining message
received?
Thank you
That php file is where the error is being generated from. You need to configure your /etc/php.ini properly as the error message states.
-- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thank you for your reply . I checked my /etc/php.ini but all of the parameters regarding zend* point to valid and existing folders on my CentOS server . So where this error comes from ? Can you please give me a hint on this ?