Hi Dave
Welcome back and hope you had a good holiday!
I am just setting PT up on a new site. Copied over the files from a site where it is working ok to ensure I had the mods etc. Have uploaded and registered the feeds and everything is working ok there, but I can't get it to show the results externally. As far as I can see I have exactly the same as my other site, which works, but get the error on the new site...
An error occoured at http://www.organicresources.co.uk/link.php?rewritten=1&action=detail&id=65&categorypath=organic-gardening&linktitle=using-nature-to-control-insect-pests on 2009-01-21 16:30:32. Please relay this data to support. Error #2: 'require(/home/organic/public_html/organicproducts/searchExternal.php) [function.require]: failed to open stream: No such file or directory' in /home/organicr/public_html/includes/commonfuncs.php(874) : eval()'d code on line 148.
Fatal error: require() [function.require]: Failed opening required '/home/organic/public_html/organicproducts/searchExternal.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/organicr/public_html/includes/commonfuncs.php(874) : eval()'d code on line 148
I'm stumped!
Jill
So sorry David! You know I looked and looked and just didn't see that. Sometimes it just needs a fresh eye when you have been working on the same thing for a long time
---------
Jill
Hi Jill,
Looking at your site; the file exists and is in the organicproducts directory;
but it looks from the error message that your home folder is called
"organicr" not "organic", so I think your $common_path
needs to be set as follows:
$common_path = "/home/organicr/public_html/organicproducts/";
Cheers,
David.