As I have noted before, I think it has to do with the .htaccess file in the /panel/ folder.
I just moved everything to Ubuntu 14.04 (php 5.5) from Windows (php 5.3) and get the same error.
Has something to do with the rewrite rule for api.php I believe, since I get a similar error on another project I am working on that uses the API.
Also checking on host file entries too. Had another issue related to calling another API on same server.
I had to add an entry for 127.0.0.1 updates.domain.tk so I could test on the same server. Did not need this on Windows.
I just moved everything to Ubuntu 14.04 (php 5.5) from Windows (php 5.3) and get the same error.
Has something to do with the rewrite rule for api.php I believe, since I get a similar error on another project I am working on that uses the API.
Code:
RewriteRule ^api/([^/\.]+)/?$ bin/api.php?m=$1 [L]
Also checking on host file entries too. Had another issue related to calling another API on same server.
I had to add an entry for 127.0.0.1 updates.domain.tk so I could test on the same server. Did not need this on Windows.