大家好,我很惊讶,原因是我的Android应用程序在我的三星银河选项卡2上运行得很好,但是现在我在logcat上遇到了此错误。
org.json.JSONException: Value <.doctype of type java.lang.String cannot be converted to JSONObject
我已经打开防火墙端口,并根据youtube视频将mysql配置为远程访问和phpmyadmin。
所以我需要帮助,因为我不知道该怎么办!
我在JSONException: Value of type java.lang.String cannot be converted to JSONObject上看到的响应
ks
我有一些错误,例如http 403
最佳答案
我找到关于apache服务器配置的解决方案
<Directory "/home/domain/www">
Options +Indexes FollowSymLinks +ExecCGI
AllowOverride AuthConfig FileInfo
Order allow,deny
Allow from all **here you need to change deny from all to Allow from all**
</Directory>