You are here:  » Installation

Support Forum



Installation

Submitted by hillsee on Tue, 2006-10-10 09:48 in

Can anybody help when I go to setup.php I get the following:

Parse error: syntax error, unexpected T_STRING in /home/sites/pricedaq.com/public_html/config.php on line 22

I have checked my config.php and that line is is:
$config_databaseServer = "localhost";

So now I am lost...I have a heartinternet reseller account. Is it something easy that I'm missing?

Any advice appreciated..

Submitted by support on Tue, 2006-10-10 10:52

Hi,

Check the lines before the line that the error message indicates - that is where there is normally a problem when PHP gives an unexpected "something".

It is most likely just a missing quotes or semi-colon on a previous value. If you can't find the error feel free to post (or email me) your entire config.php we should be able to spot it....

Cheers,
David.

Submitted by hillsee on Wed, 2006-10-11 08:57

Thanks double "" in previous line of config.php.

Quick questions: When I ran setup.php. I did not get the link to create tables! But I can now access admin.
I looked to import feed, checked manual it says upload it to feeds directory. I looked at the directory it's empty. How do I upload to feeds directory? Do i put the feed into a file?
Sorry to be such a newbie..
Once again any guidance appreciated..

Submitted by support on Wed, 2006-10-11 13:02

Hi!

No worries! To upload your feed you just need to use a standard FTP program just like you would upload files to a website.

Once connected to your account, change directory into /feeds/, and then upload the affiliate datafeed from your computer. Then you can follow the instructions to register the file...

http://www.pricetapestry.com/node/133

Cheers,
David.

Submitted by hillsee on Fri, 2006-10-20 12:28

Problems after uploading feeds:
404 message if I go through merchants.php, but if I go through pricedaq.com/merchant/ it returns the same data regardless of which mechant I select! It's like all the feeds are mixed into 1.

Once again any help appreciated..

Submitted by support on Fri, 2006-10-20 12:50

Hi,

Firstly, if you're using mod_rewrite you must use the /merchant/ link - merchants.php will not work standalone if $config_useRewrite is set to true. This is because it generates relative URLs that expect to be in the /merchant/ directory.

With regards seeing the same products - it looks like each merchant has been imported from the Panasonic datafeed. Can you please check your feeds directory and see if there has been a problem downloading the feeds and that somehow they are all the same despite having different filenames?

Cheers,
David.