No record found August 02, 2018, 05:32:09 PM Hi,when i create a new project and use Xampp on my local host everything runs ok.But when i upload a project on my internet server i get the following error message:Not foundNo record foundSee also the screenshot attached.What could be the problem here?RegardsAlexander Quote Selected
Re: No record found Reply #1 – August 02, 2018, 07:38:56 PM I assume you are also importing/maintaining your remote SQL server/structure too? Quote Selected
Re: No record found Reply #2 – August 02, 2018, 07:55:40 PM Sorry, but i don't understand. What do you mean exactly?My backround: I own a vserver with mysql, php, apache2 and i have my own domain.I create a project and save this on my local pc. In the "Database Server Configuration" i added the mysql-data of my vserver. Then i uploaded the created files with FileZilla in the http-directory of my vserver. Then i get the error-message "no record found"But on the other side when i test the project with Xampp on my local pc, then everything works (in this case i also make a mysql access to my vserver).PS: I assume the first "not found" message is a "404 Not found" error. Quote Selected Last Edit: August 02, 2018, 08:34:41 PM by bluesun08
Re: No record found Reply #3 – August 03, 2018, 01:04:04 AM Hi,in the end i could solve the problem:1. Activate the mod_rewrite module.2. Change "AllowOverride All"3. setsebool httpd_can_network_connect 14. setsebool httpd_can_network_connect_db 1RegardsAlex Quote Selected
Re: No record found Reply #4 – August 04, 2018, 05:12:47 PM Thank you for sharing the solution! Quote Selected
Re: No record found Reply #5 – January 14, 2019, 02:52:25 AM I'm also facing same problem, but using phprad classic version.(Using CENTOS)step i've done:--1.Activate mod_rewrite ( /etc/httpd/conf.modules.d/00-base.conf)2. <Directory /var/www/html> AllowOverride All </Directory>3. setsebool httpd_can_network_connect 14. setsebool httpd_can_network_connect_db 1but this step not working to me...Pls help me? Quote Selected