Hello
I'm using MAMP for mac to run php scripts locally. I've setup everything for price tapestry, it looks like it was working perfectly till I tried registering a xml feed. When I register/import the feed, it brings me back to the list of feed page. Nothing seems to have been parsed. There are no records on the SQL. The only option beside the feed name is "register", the others are greyed out. I see this error on my console:
[07-Aug-2007 18:43:35] PHP Notice: Undefined index: in /Applications/MAMP/htdocs/rxdatafeed/includes/widget.php on line 14
Any ideas?
Thanks
I'm using a mac. The filename was xml_feed_8001_9002.xml, I've also changed this to all alphabets but it didn't work as well.
Hi Pip,
You said it was working until you tried an XML feed. Have you had it working with a CSV feed, or is it not working with any feed?
Cheers,
David.
Hi Dave
I just tried a csv feed. It doesn't work as well.
Hello Pip,
The PHP notice is nothing to worry about.
Can you describe again what happens when you click "Register"? When you hover the mouse over the "Register" link, can you copy the URL, and then go to that URL directly in your browser?
Do other admin pages work, for example "Featured Products"? Can you edit the featured products list?
Cheers,
David.
Hi David
Yes I can copy the register url and goto it directly, here's the link on my computer:
http://localhost:8888/rxdatafeed/admin/feeds_register_step1.php?filename=xml_feed_8001_9002.xml
The featured products and mapping category works, it can remember what I have saved. I even tried the setup.php, everything passed. Does the magic parser folder need to be inside rxdatafeed, or outside that directory?
Hi Pip,
Magic Parser should be inside (as per your local setup):
/rxdatafeed/includes/MagicParser.php
(along with several other include files)
Hi Pip,
As you are presumably using the Windows operating system, can you let me know whether the filename you are trying to register has a SPACE in it; and if so - whether renaming to remove the space resolves the issue?
Cheers,
David.