ntfreak
Forum Replies Created
-
no the issue are related to Jelly Bean (JB) – 2.3.x gingerbread is working fine as far as i know,
https://openocd.sourceforge.net/ does not work with JB.
As i mentioned above it is not the user agent that is causing the problem.Full JB user agent is “Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; Nexus S Build/JRO03E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30”
I can test the above user agent in firefox (using User Agent Switcher) and all is working ok.
just a bit of further info, the following website is working ok with JB browser – as a note they are using WPTouch Pro – https://www.androidpolice.com/
perhaps the issue is only with the free version ?
Spen
It does not seem related to user agent.
If i use User Agent Switcher to use the JB user agent my site works fine, here is the full user agent for those interested:
Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; Nexus S Build/JRO03E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
Seems changes in the JB browser are not compatible with WPTouch.
Spen
Ok i have solved the user as follows:
The wordpress install is running on sourceforge, sf gives us 3 database user accounts with the following permissions:
RO user: (SELECT)
RW user: (SELECT, INSERT, DELETE, UPDATE)
ADMIN user: (has RW account privileges, and CREATE, DROP, ALTER, INDEX, LOCK TABLES)For a year or so we have been using the rw user and this has been working fine for older versions of BackUpWordPress (1.31).
Newer versions seemed to fail even though we had HMBKP_MYSQLDUMP_PATH set to false.
Changing the user to admin has solved all the problems and is good enough for me.
Cheers
Spen