zachblank22 / phpmobilizer

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

fopen error #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 acad...@sky.com on 6 Nov 2012 at 7:54

GoogleCodeExporter commented 9 years ago
Warning:fopen()[function.fopen]:http://wrapper is disabled in the server 
configuration by allow_url_fopen=0 in /home/..../m/phpmobilizer.class.php on 
line 35

Warning:fopen()[function.fopen]:failed to open stream: no suitable wrapper 
could be found in /home/..../m/phpmobilizer.class.php on line 35

Warning:feof() expects parameter 1 to be resource, boolean given in 
/home/..../m/phpmobilizer.class.php on line 36

and so on...million lines

Original comment by mhotel....@gmail.com on 8 Apr 2015 at 2:05

Attachments:

GoogleCodeExporter commented 9 years ago
For this script to work you must have fopen enabled on your server if the 
script cant use fopen you will see those php errors If you are not sure you can 
ask your host.

Basically it's telling you that this has been disabled on your server.
Their are other errors with this script as well so just letting you know it may 
require some work to really get this working correctly I have been playing with 
and bug testing this script for several days now and it def has bugs.

So if you want to play with it it may be a fun project but I wouldn't expect 
much from it out of the box without modding the code.

Original comment by iacsp...@gmail.com on 26 Apr 2015 at 7:14