Guest Posted April 12, 2008 Posted April 12, 2008 I'm new to all this and would like some help. Anyone know how to solve this problem Dont forget I'm new to this so need a idiots guide :'( FATAL ERROR: register_globals is disabled in php.ini, please enable it!
Guest Posted April 12, 2008 Posted April 12, 2008 Just search the contributions for Register Global, there are a couple of contributions that will help you with that. One of them is even called Easy Register Globals :thumbsup: Just backup your files first and make changes slowly and carefully.
♥FWR Media Posted April 12, 2008 Posted April 12, 2008 Or it could be far easier. Probably register_globals is set to off on your server and you are using a version that requires globals on. Find .. catalog/.htaccess Add a line php_value register_globals 1 If the line is already there like #php_value register_globals 1 Just remove the # Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
Guest Posted April 12, 2008 Posted April 12, 2008 Ive sorted it out and now got a another problem 1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '26' Who knows what to do about this one?
Guest Posted April 12, 2008 Posted April 12, 2008 It could be because of an update of PHP or Mysql. Check the contributions for the fixes and it should tell you if the error is because of an upgrade and give you the fix.
Guest Posted April 12, 2008 Posted April 12, 2008 Searched high and low for the answers and found nothing. Not sure what the problem is but im pulling my hair out
♥FWR Media Posted April 12, 2008 Posted April 12, 2008 Searched high and low for the answers and found nothing. Not sure what the problem is but im pulling my hair out google search site:oscommerce.com 1054 - Unknown column 'p.products_id' in 'on clause' Gave me tons of answers .. not exactly searching high and low is it? Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.