Menu

#18 Problems with uploading images

open
None
5
2003-12-10
2003-11-07
Andy Tasch
No

phpwslistings 0.3.0 is working on my home server very
well.

After I uploaded my site to the ISP the picture upload
did not work anymore. (I thought it is a permission
problem but it isn't) permissions are exactly the same as
on my homeserver, php version at home 4.2.2, at my
ISP 4.3.3

My ISP supported me very well but he didn't find a
solution now he asked me if I am able to find out if
phpwebsite and phpwslistings is able to hande the SAFE
MODE or if there are any known bugs with the new php-
version.

SAFE_MODE is the only option which I don't have
activated on my home server. Could this be the problem?

you can see my ISP's phpinfo at http://www.auto-
doc.at/setup/phpinfo.php

Hope that you can give me some tipps how to solve this
problem.

Discussion

  • Wendall Cada

    Wendall Cada - 2003-12-10

    Logged In: YES
    user_id=711566

    Safe mode will not permit you to create new files in
    directories which have different owner than the owner of the
    script. Plus there may be other issues.

    Here is a list of functions that are disabled or limited in
    safe mode:
    http://php.net/manual/en/features.safe-mode.functions.php

    It is arguable that safe mode provides any additional
    security at all, so you may want to consider other providers
    that use better security protocols.

    HTH

    Wendall

     
  • Wendall Cada

    Wendall Cada - 2003-12-10
    • assigned_to: nobody --> wendall911
     
  • DSKONLINE

    DSKONLINE - 2004-11-26

    Logged In: YES
    user_id=1166987

    I encountered the same problem and safemode is off
    do you have any suggestion on this matter this is the error I
    recieve..

    Fatal error: Call to undefined function: imagecreatefromjpeg()
    in ../httpdocs/mod/phpwslistings/class/ListingBaseImage.php
    on line 246

     

Log in to post a comment.