Actually, I take that back. Now it's back to browser not working correctly, mobile is and that was me just testing it one more time and not touching anything. Still have Domains and ScientiaMobile disabled.
and now once again, without touching anything, I am back to the Browser working properly, but the Mobile giving a white screen...
Most likely there should be related fatal errors in error_log file.
Not getting any errors on the Mobile Joomla setting main screen, where would I find this "error_log" file?
mtechsteve wrote:
It depends on server's setup. Usually in parent directory of website root.
What kind of hosting do you use?
Not getting any errors on the Mobile Joomla setting main screen, where would I find this "error_log" file?
It depends on server's setup. Usually in parent directory of website root.
What kind of hosting do you use?
This particular domain resides on a 1&1 server.
I think the issue has to do with ScientiaMobile...when I disable that, it doesn't work on Mobile but when I enable it, it doesn't work on Desktop...
It just doesn't make sense as to why it's not automatically detecting, because as I stated in my first post, everything I read said Mobile Joomle does no effect Desktop version at all....
I think the issue has to do with ScientiaMobile...when I disable that, it doesn't work on Mobile but when I enable it, it doesn't work on Desktop...
It just doesn't make sense as to why it's not automatically detecting, because as I stated in my first post, everything I read said Mobile Joomle does no effect Desktop version at all....
I don't know how 1&1 works, it may be that they strip User-Agent header that is used to detect mobile devices. And Mobile-ScientiaMobile detects "unknown" user-agent as mobile device, and Mobile-AMDD detects it as desktop device. You can upload to your site simple php script to check it (visit it to get User-Agent header and compare it with mobilejoomla.com/ua.php):
<?php
echo 'User-Agent: '.$_SERVER['HTTP_USER_AGENT'];
?>
<?php
echo 'User-Agent: '.$_SERVER['HTTP_USER_AGENT'];
?>
Header from PHP file I just uloaded to server:
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20100101 Firefox/17.0
Header from website:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20100101 Firefox/17.0
Look the same to me, so I doubt it is anything on 1&1's end, especially since I know for a fact that we used to have sites using Mobile Joomla! without an issues...
Any other thoughts? I appreciate all the help...but I really would like to get this resolved....
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20100101 Firefox/17.0
Header from website:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20100101 Firefox/17.0
Look the same to me, so I doubt it is anything on 1&1's end, especially since I know for a fact that we used to have sites using Mobile Joomla! without an issues...
Any other thoughts? I appreciate all the help...but I really would like to get this resolved....
I have no other thoughts. Can you send me (denis@mobilejoomla.com) a backup of your website (files+sql dump) for local testing?
I just got off the phone with 1&1 support and they told me that it's got to be an extra step in the installation process for it to work on a virtual server. He said probably adding something to the htacess file or even index.html. What are your thoughts on this???