Results 1 to 5 of 5

Thread: Problems noted with 6.03 clean

  1. #1

    Join Date
    Sep 2006
    Posts
    21

    Exclamation Problems noted with 6.03 clean

    Hello,

    I've got 6.03 clean installed and have two issues that I have notice.

    When I upload an image in classifieds section it works but there is an error message seen at upload and each time the the classified ad is viewed:

    Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /home/.xxxseverinfo/inc/classes/BxDolClassifieds.php on line 770

    Warning: getimagesize(http://www..xxxseverinfo/media/image...99083418_1.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /home/..xxxseverinfo/inc/classes/BxDolClassifieds.php on line 770

    I tried to see if this problem exists in the demo here but cannot post a classified ad on the demo.

    The second issue is that despite rating my test profiles, none are shown in the "leader" area on the front page.

    Any thoughts?

  2. #2

    Join Date
    Sep 2006
    Posts
    21

    Default

    As an update, I took line 770 out and the error message is gone and the ad and image still work. In addition to the remaining question regarding the problem with the "leader" section, I found two more issues.

    The area for showing an rss feed shows nothing even though I have tried putting a variety of known working rss feeds there. The other thing is the moderator option. I added a user as a moderator, but as far as I can tell, it does nothing. The moderator cannot log in to the admin panel, and when they log in as a user from the front end, they don't seem to be able to do anything differently either.

  3. #3

    Join Date
    Sep 2006
    Posts
    21

    Default Hello walls

    Anyone care to comment?




  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    We are working on CLEAN RELEASE 2, with the fixes / patches also posted in the bug fixing forums here on ModMySite this week/weekend.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  5. #5
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Quote Originally Posted by Fototrust View Post
    Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /home/.xxxseverinfo/inc/classes/BxDolClassifieds.php on line 770
    This is a PHP config issue.

    In php.ini - there is a param:
    Code:
    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
    allow_url_fopen = On
    Should be "On", not "Off".

    Or you can try

    Code:
    ini_set('allow_url_fopen', 'on');
    in header.inc.php (or only in BxDolClassifieds.php if you wish), maybe override is allowed on your server.

    The second issue is that despite rating my test profiles, none are shown in the "leader" area on the front page.
    There is a minimum number of votes needed before they will show. I think (off the top of my head) it is set to a minimum of 5 before they will show.

    This is done so a profile with a high score, but only 1 vote - does not "hog" the results.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. installed 6.1.4 instead of clean version can revert to clean version now?
    By birkenstam in forum General Issues, Comments, Questions
    Replies: 3
    Last Post: 07-22-2009, 11:40 PM
  2. Three more problems..
    By Stanjensen in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 01-01-2008, 09:54 AM
  3. Ver 4.02 - Problems
    By Rusty007 in forum General Troubleshooting
    Replies: 1
    Last Post: 09-05-2005, 04:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •