Error in Global Searching
-
Hi everyone,
I am new in this forum , I recently installed IDOIT, and I found that global search feature is not working in my CentOS 4/5 environment.
Meanwhile when I use Windows with XAMPP, that global search is worked.
Does any one know this issue ?
Thanks
Amsal
-
Hi,
please check the system requirements, because this is a very old derivate
https://kb.i-doit.com/display/en/System+Requirements
In your case i think the apache config works not correct.
Please check if mod_rewrite is installed and works correctly.Example:
sudo nano /etc/httpd/conf.d/i-doit.conf
<Directory /var/www/html/> AllowOverride All </Directory>
Best regards
Patrick -
Hi,
Thanks for the response.
I upgraded my CentOS to 7 and used Apache 2.4.6
I also added your instructions to AllowOverride All (/var/www/html) in my /etc/http/conf.d/i-doit.conf file, after that I found that my global search functions worked, but another problem came out. I attached my problem pictures here..
-
Please make sure, that you have the package php-mysqlnd installed instead of php-mysql.