geodesicsolutions-community / geocore-community

GeoCore Community, open source classifieds and auctions software
MIT License
9 stars 6 forks source link

Sell link goes to a 404 error page. #238

Open waynec444 opened 1 month ago

waynec444 commented 1 month ago

The "sell" link goes to a 404 error page. This is happening after someone registers successfully.

I found the reason why.

I have the software installed in a directory on my website in the /classifieds/ directory and all files are there. But, instead of the sell link going to www.mysite.com/classifieds/index.php?a=cart it goes to www.mysite/index.php?a=cart (not in the classifieds directory). Of course it won't find it there!

Otherwise everything else is working as it should (as far as I know). Setting up the site through admin, etc.

Why and how can I fix this? Thank you.

waynec444 commented 1 month ago

I just noticed that when a user "hovers" over the sell link the link shows going to the "classifieds" folder as it should. But when clicking on it the program changes the destination to the NON-classifieds directory. This causes the error.