Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
At this point, phpMobilizer only recognizes the 'm' subdomain. So you will have
to
place it at m.usvisa.jp
Or, line 14 of phpmobilizer.class.php you can change
$this->server = preg_replace('/^m\./', '', $_SERVER['SERVER_NAME']);
to
$this->server = preg_replace('/^mobile\./', '', $_SERVER['SERVER_NAME']);
Original comment by and...@awrsolutions.com
on 24 May 2010 at 3:42
Can you change the phpMobilizer to only convert private subdomains and not the
entire
website?
Original comment by arquezap...@gmail.com
on 25 May 2010 at 11:25
It's a bit unconventional, but if you want to convert sub.example.com, you can
place
the phpMobilizer script in m.sub.example.com
Original comment by and...@awrsolutions.com
on 26 May 2010 at 9:36
i am trying access my website http://m.mp3don.com
i am getting this error...
Fatal error: Call to undefined function mb_convert_encoding() in
/home/mp3don/public_html/m/phpmobilizer.class.php on line 146
I have already enabled extension=php_mbstring.dll in php.ini but still getting
error.
Please help me.
Original comment by hitesh19...@gmail.com
on 7 Jun 2010 at 1:09
Looks like you solved your problem hitesh, but I see another issue that should
be fixed... IFRAMES.
Original comment by and...@awrsolutions.com
on 10 Jun 2010 at 5:04
Original issue reported on code.google.com by
fayer...@gmail.com
on 24 May 2010 at 9:44