Giter Club home page Giter Club logo

phpmobilizer's People

Contributors

lotsofish avatar

phpmobilizer's Issues

subdomain not loading

What steps will reproduce the problem?
Hello, I creat a subdomain and Upload the files from the 'm' directory to the 
document root for my new subdomain ,when I visit my subdomain,it's no loading,I 
get this: 

2012-10-30 18:16:59.005 NOTICE [198.143.34.2:29835-0#m.topgiftssite.com] 
STDERR? PHP Warning: feof() expects parameter 1 to be resource, boolean given 
in /home/wwwroot/public_html/phpmobilizer.class.php on line 36

2012-10-30 18:16:59.005 NOTICE [198.143.34.2:29835-0#m.topgiftssite.com] 
STDERR? PHP Warning: fgets() expects parameter 1 to be resource, boolean given 
in /home/wwwroot/public_html/phpmobilizer.class.php on line 37 

anything wrong?thank you for help! 


Original issue reported on code.google.com by [email protected] on 30 Oct 2012 at 2:32

Error when accessing subdomain

What steps will reproduce the problem?
1. Accessing m.ourchurch.com

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

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION 
or T_FUNCTION or T_VAR or '}' 
in /home/occ/public_html/m/phpmobilizer.class.php on line 4


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

Just downloaded and installed today. - PHP5

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 May 2010 at 3:50

fopen error

Warning: fopen() [function.fopen]: URL file-access is disabled in the server 
configuration in /homepages/ ect...

Have made sure phpmobilizer file have full access rights.

Any ideas on how to fix this? 

Original issue reported on code.google.com by [email protected] on 6 Nov 2012 at 7:54

files on "m", subdomain, mobile site rendered blank

I copied all the files to a "m" subdomain. Before redirecting I wanted to see 
the outcome - there is none. Entering "m.punkto.ro" renders a completely blank 
page. My hoster uses Apache version 2.2.11 and PHP version 5.2.9.



Original issue reported on code.google.com by [email protected] on 11 Aug 2010 at 6:47

Very large error log each time mobile site is accessed

What version of the product are you using? On what operating system?
Latest version as of: 8th Sept 2010 on hostgator shared linux server using 
Apache 2.2.16 PHP version: 5.2.14

Additional information below.
Each time the mobile site is accessed is was getting error_log files as large 
as 300mb (which linux system wouldn't let me access to read them)
After adding this...

AddHandler custom-php .php .pcgi .phtml .inc .phtml~ .php~ .inc~ .html~
Action custom-php /cgi-sys/php5

To the .htaccess file

The error_log on each access to the site has been reduced to around 300kb but 
this is 300kb each time the mobile site is accessed.

The error log output is as follows:
[08-Sep-2010 11:00:23] PHP Warning:  
fopen(http://mysite.com/apicture.gif?url=apicture.gif) [<a 
href='function.fopen'>function.fopen</a>]: failed to open stream: Connection 
timed out in /home/myserver/public_html/m/phpmobilizer.class.php on line 35
[08-Sep-2010 11:00:23] PHP Warning:  feof(): supplied argument is not a valid 
stream resource in /home/myserver/public_html/m/phpmobilizer.class.php on line 
36
[08-Sep-2010 11:00:23] PHP Warning:  fgets(): supplied argument is not a valid 
stream resource in /home/myserver/public_html/m/phpmobilizer.class.php on line 
37

The latter two errors on lines 36 and 37 are repeated hundreds of times down 
the error log page.

Have checked php.ini file to make sure fopen setting are correct, php.ini file 
shows:
allow_url_fopen = On
allow_url_include = On

Original issue reported on code.google.com by [email protected] on 8 Sep 2010 at 4:14

the site is unreadable

What steps will reproduce the problem?
1. site ournet.biz work on encoding "windows-1251"
2. I change in "phpmobilizer.class.php" encoding to "windows-1251"

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

the site is unreadable

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

phpMobilizer 1.0
Linux CentOS

Original issue reported on code.google.com by ournet.biz on 24 Jun 2011 at 2:15

Strict Standards: Only variables should be passed by reference in website.com/m/phpmobilizer.class.php on line 15

What steps will reproduce the problem?
1. create the subdomain
2. load the files into m folder
3. insert - <?php require_once('m/mobilize.php'); ?> into the head section of 
the main site

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

The expected action would be that the main site would not be getting a Strict 
Standards: Only variables should be passed by reference error, which is what I 
was getting.


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

Version - 1.0
Windows 7


Please provide any additional information below.

To correct this error change line 15 in the phpmobilizer.php file to:


        $urlParts = explode('.', $this->url);
        $this->ext = strtolower(end($urlParts));

Original issue reported on code.google.com by [email protected] on 28 Apr 2015 at 2:39

Mobile CSS

I'm not sure if this is the problem, but the program strips from CSS, is a way 
to have a mobile specific CSS for menus and stuff?

Original issue reported on code.google.com by [email protected] on 4 Jun 2012 at 1:10

Hebrew doesn't display correctly

What steps will reproduce the problem?
My web site is Hebrew based (Wordpress) and the character set is incorrect. 
(m.tals-cooking.com)

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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Jun 2012 at 6:06

mobile page not loading

What steps will reproduce the problem?
1. Copied files from zipped installation file into "m" folder
2. Redirection works when visiting with mobile device, but states , 
m.sitename.net, which is not loading
3.

What is the expected output? What do you see instead?
Not sure what files need to be in the "m" folder, besides the four in the 
zipped file.  Redirection from mobile devices works to direct to the new sub 
domain, but page will not load.

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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Mar 2012 at 9:32

Error: Undefined function

Hi.
I uploaded all the file to the "m" directory. And I keep getting this error 
when I go to m.asimepaso.com

Fatal error: Call to undefined function mb_convert_encoding() in 
/home/mariobo/public_html/asimepaso.com/m/phpmobilizer.class.php on line 146

Thanks for any information.

Original issue reported on code.google.com by [email protected] on 17 Sep 2011 at 6:53

Mobile redirection not working with ipod touch

What steps will reproduce the problem?
1. visit website with ipod touch (latest version)

I included mobilize.php yet the site does not redirect when visited with my 
ipod touch (the only mobile device I own).

See if it works for you? http://linuxdeal.com


Original issue reported on code.google.com by [email protected] on 19 Mar 2011 at 6:57

not able to login

What steps will reproduce the problem?
1. open m.betmockers.com
2. try to login
3. it doesn't allow the page redirection

What is the expected output? What do you see instead?
It is on same page. It is not redirecting to to same page. not to new page.

What version of the product are you using? On what operating system?
it is latest phpmobilizer. OS is centos7.

Please provide any additional information below.
No redirection on pages

Original issue reported on code.google.com by [email protected] on 6 Mar 2015 at 6:44

unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in

What steps will reproduce the problem?
1. Every time try to enter site via a mobile phone, pc's work fine
2.
3.

What is the expected output? What do you see instead?
unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' 
in/homepage/5/000000/htdocs/wsb000000/m/mobiledetect.class.php


What version of the product are you using? On what operating system?
1 on windows 8

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Jul 2015 at 6:07

Is This Really Workss..




Is there any hope to try this or not.because so many issues..is it succeded or 
still developing...


please answer  ...

Original issue reported on code.google.com by [email protected] on 3 Nov 2013 at 4:56

Adsense not displaying

What steps will reproduce the problem?
1. Visit m.netdagang.com 
2. Click any article link below
3. You will see no Adsense ads display

What is the expected output? What do you see instead?
Outpur with Adsense ads like the normal page

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

Please provide any additional information below.
Let me know what other information is required.

Original issue reported on code.google.com by [email protected] on 16 Feb 2015 at 5:54

Mobile Site Lost Most Features

I used phpmobilizer to create one of my clients a mobile site; however, the 
site is only showing some of the text on a white screen. There are no images or 
site formatting. Also the navigation is gone. The site appears to have been 
stripped of all of its elements. 

You can view the site at: http://m.officefurniturebrokers.com/

Do you know why this may be occuring?

Original issue reported on code.google.com by [email protected] on 18 Dec 2013 at 6:20

Internal Server Error

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, [email protected] 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 [email protected] on 24 May 2010 at 9:44

Error when installing phpmobilizer

I installed the current version (as of July 2, 2010) and when I try to use it, 
I receive the following error.

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or 
T_FUNCTION or T_VAR or '}' in /home/dynamo/www/m/mobiledetect.class.php on line 
11

Is there something off the top of your head that looks obvious or do you need 
OS version and Apache version?  I am running PHP 5.2.

Take care,

Harry

Original issue reported on code.google.com by [email protected] on 3 Jul 2010 at 1:36

Doesn't display Ä, Ö, Õ, Ü letters

My mobile site is: m.raalihunt.eu 
My site is in estonian language and we use some letters like: ä,õ,ü,ö
those letters unfortunately wont display on my mobile site:(
Can you fix?

Rene´


Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 10:26

Mobilzer test page returning an error on www.manygadgets.co.uk

What steps will reproduce the problem?
1. http://instantmobilizer.com/test-your-site.php 
2. enter my site address www.manygadgets.co.uk
3. results in mobilzer error on testscreen!

What is the expected output? What do you see instead?
No web image of site only below error msg

What version of the product are you using? On what operating system?
phpmobizer - 1.0, using php on website

Please provide any additional information below.
the M folder and all unzipped files are in 

The mobilize files are in /usr/home/yxsdofdz/public_html/m/mobilize.php

The code on my index.php was entered as 
require_once(/m/mobilize.php) ;

error msg on mobilze test page is "Parse error: syntax error, unexpected '/' in 
/usr/home/yxsdofdz/public_html/index.php on line 21"

I have attached my index.php file just incase.

Thanks for helping 

Original issue reported on code.google.com by [email protected] on 10 Aug 2012 at 4:10

Czech language problem + CSS

Hello I have problem with displaying Czech language and phpmobilizer also 
ignores my CSS, so my website is unusable. See screenshot. What should I do ?

OS : Ubuntu 14.04
Browser : Doesn't matter, still the same 

Original issue reported on code.google.com by [email protected] on 28 Feb 2015 at 11:15

Extra url parameter in link back to non-mobilized site

What steps will reproduce the problem?
1. click any link on the mobilized site
2. the link at the bottom to go to the non-mobilized site has an extra 
parameter (url)

The url parameter is not needed and should be removed

This bug can be fixed by changing line 160 of phpmobilizer.class.php from
if($get != 'url'){
to
if($key != 'url'){

Thanks, I am looking forward to using & improving this script!

Original issue reported on code.google.com by [email protected] on 18 Mar 2011 at 10:40

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.