Were you able to fix this?Sorry but I can't understand why it gives me this error after the installation "No Response from API Server" everything was done right what could be the problem now?
Delet lettre s in your local URL HTTPS://127.0.../ must be http://127.0.0.1
On line 6, where you have define('api_url',$apiurl."/api/");
change the .htaccess in the main installation folder to
hi i already change the .htaccess but tour section still 404 error.change the .htaccess in the main installation folder to
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_URI} ^application.*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
Also, add it to the htaccess file in /api/.htaccess
For the For the app/core.php file is not writable!, create a new file in the app folder and name it core.php.
that's /app/core.php
It'll remove that error
There is new update i think. Please look at demo site. Now v8 can't use. Before work great but now its show no response from api server. Anyone can help?latest update? there is only one version v8
Does anyone have PHPTravels 7.4?
thank you for sharing bro
I believe they have removed license check feature completely from their server. You can look at this official documentation on how to remove license check on your installDoes anyone know how to null phptravels 7.4? The link above (from samweb123) is just for 7.3 and when using the Admin.php in the nulled 7.3 does not work with 7.4.