zachblank22 / phpmobilizer

Automatically exported from code.google.com/p/phpmobilizer
0 stars 1 forks source link

Internal Server Error #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. visit mobile.usvisa.jp

What is the expected output? What do you see instead?

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable 
to complete your request.

Please contact the server administrator, support@powweb-inc.com and inform 
them of the time the error occurred, and anything you might have done that 
may have caused the error.

More information about this error may be available in the server error 
log."

What version of the product are you using? On what operating system?

PHP5

Original issue reported on code.google.com by fayer...@gmail.com on 24 May 2010 at 9:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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