
Originally Posted by
Fototrust
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
Bookmarks