DMOZ import bug fix:

Bug Reporting and Feature Suggestions /Improvements go here.

Moderator: pgolovko

DMOZ import bug fix:

Postby pgolovko » 08/04/2007 11:49 pm

Open ./admin/import.php file, and find this code:
Code: Select all
$url = "http://dmoz.org/".$path;

replace the above code with:
Code: Select all
$url = "http://www.dmoz.org/".$path;


The reason for DMOZ import function not working properly was DMOZ.org server redirecting all traffic from http://dmoz.org/ to http://www.dmoz.org/ When ADP was trying to reach http://dmoz.org/Arts/ it found nothing, because there is really nothing there.

Anyways.. :study:
__________________
Best regards,
Pavel Golovko
User avatar
pgolovko
 
Posts: 494
Joined: 03/25/2006 1:23 am
Location: Somewhere on planet Earth ....


Postby xprt007 » 08/07/2007 6:52 am

Thanks!

For quite a while, I had been having only the undesired "Adult" option on clicking on Import => DMOZ ...
but on reading this update & changing .... :salute:
:)
xprt007
 
Posts: 92
Joined: 02/12/2007 4:39 am

Re: DMOZ import bug fix:

Postby bigmarko » 06/11/2008 3:55 pm

admin wrote:Open ./admin/import.php file, and find this code:
Code: Select all
$url = "http://dmoz.org/".$path;

replace the above code with:
Code: Select all
$url = "http://www.dmoz.org/".$path;


The reason for DMOZ import function not working properly was DMOZ.org server redirecting all traffic from http://dmoz.org/ to http://www.dmoz.org/ When ADP was trying to reach http://dmoz.org/Arts/ it found nothing, because there is really nothing there.

Anyways.. :study:



Thank you!
bigmarko
 
Posts: 5
Joined: 06/11/2008 3:09 pm


Return to Bug Reporting

Who is online

Users browsing this forum: No registered users and 0 guests

cron