When I try to import my feed (full edition,trial works fine), after 2 min a download screen pops up asking my if I want to download the feeds_import.php file.
I haven't found anything yet.
i think the problem is in fact that yhe permission on the file isnt set correctly and this is why the file is trying to download and not actually execute, if u chmod the file to 775??? it should then work , is that right David??
Hi Jonny,
That's always a possibility; but in this case as the download happens after a certain period that would indicated a timeout error rather than a permissions problem.
In general however, I think Apache would be configured to process all files as per the configuration rather than relying on the operating system executable flag...
Cheers,
David.
Hi,
This is symptomatic of import timeout issues, probably web server rather than PHP imposed. Please check the following thread for lots of information on this...
http://www.pricetapestry.com/node/582
Also to let you know that I'm working on the "Slow Import" tool over the next few days that should resolve all import timeout problems by importing in batches, then finishing, then refreshing the page using JavaScript to continue where it left off... I'll post to the forum when this tool is ready...
Cheers,
David.