Results 1 to 2 of 2

Thread: host issues and errors

  1. #1
    Thread Starter
    Amateur
    Not a Verified Customer
    deeve007's Avatar
    Join Date
    May 2009
    Posts
    19
    Thanks
    0
    Thanked 1 Time in 1 Post

    host issues and errors

    Have had issues with my host with image uploading, as I have commented on in other theads. The following is the change that has resulted in these issues, so don't know if this can help to source a longer term solution to the problem:

    ------------------

    suPHP adds more security to the server. It makes all php scripts run under your specific user account, instead of the Apache user account. For example, the installation documentation of some php scripts will state that you should set the owner of the scripts as "nobody:nobody" or "apache:apache." On our server, with suPHP anebled, this is not the case. All files contained within your account should be left as owned by your main account user.
    Also all PHP settings must not be added through the .htaccess file but through php.ini.
    Thus in conlusion, what you should be aware of is the following:

    Files:
    - Must be owned by the user account
    - Must have mode set as 644

    Folders:
    - Must be owned by the user account
    - Must have mode set as 755

    PHP custom settings:
    - suPHP does not support .htaccess php_value/php_admin_value directives to
    parse configuration options.
    - suPHP does support configuration options via local php.ini, but it scope
    starts and ends at it current directory.

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: host issues and errors

    Yeah, those are specific questions you'll have to work with your hosting provider with. I can help you troubleshoot if and why the images aren't uploading on your site but it's difficult because there are so many different hosting providers out there with their own settings.

    Are the images even being uploaded into your /uploads/classipress/ folder after creating a new ad? What's the url to your site and an ad you are having trouble with?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. IE 7 Display issues - HELP!!!
    By paulh in forum ClassiPress General Discussion
    Replies: 5
    Last Post: December 20th, 2009, 07:46 PM
  2. Any issues with BlueHost?
    By ThemeSwitcher in forum ClassiPress General Discussion
    Replies: 5
    Last Post: July 19th, 2009, 02:12 PM