Hi David, I get the following error when accessing admin:
Warning: Cannot modify header information - headers already sent by (output started at /home/drjayco/public_html/config.php:17) in /home/drjayco/public_html/admin/admin_header.php on line 4
I never had this. What goes wrong?
Additionally I can not execute a search for a brand. Although a brand is registered I get a noresult message.
Regards
Roland
Hi David,
I changed that.
The other question was that I do get no searchresults e.g. if I search for Akademiks
......search.php?q=akademiks
whearas I get a correct search result if I seachr for brands and click on Akademiks:
.....search.php?q=brand:Akademiks:
the file is registered correctly and I see akademiks in the responsible datafeed as well as in the database. The sam is with other domains where the feed is also registered.
Regards
Roland
Hi Roland,
This sounds like whilst Akademiks is in the brand field, it does not appear in the product name at all, which is all the normal search function searches.
Would you like to modify the script to include the brand field in the normal search? I would only really recommend doing this for a niche site however...
Cheers,
David.
Hi David,
the term Akademiks is in the brands field but it does not appear in the product name but it appears in the description.
If there is no other solution I would use the brand field in normal search. Is there no possibility to search the database using the description?
Regards
Roland
Hi Roland,
Sure - quite a few users have extended the search index to include the description field - full details in this thread:
http://www.pricetapestry.com/node/1224
Cheers,
David.
Hi Roland,
This just means that some white space has got into config.php. Make sure it starts and ends with the PHP tags (load it into your editor, and delete any spaces at the end or beginning) otherwise PHP starts the output and the headers cannot be sent afterwards..!
Cheers,
David.