katman1971 Posted October 9, 2010 Posted October 9, 2010 Hi I changed hosts and uploaded a backed up database. I'm getting an error in the right column on my site: Error. Unable to determine the page link How can I fix this? Thanks
web-project Posted October 9, 2010 Posted October 9, 2010 check if the "register_globals" setting is set to on in php.ini Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
katman1971 Posted October 9, 2010 Author Posted October 9, 2010 check if the "register_globals" setting is set to on in php.ini I changed the register globals setting to "on" in php.ini but still I get the error: register_globals = on allow_url_fopen = off expose_php = Off max_input_time = 60 variables_order = "EGPCS" extension_dir = ./ upload_tmp_dir = /tmp precision = 12 SMTP = relay-hosting.secureserver.net url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" ; Only uncomment zend optimizer lines if your application requires Zend Optimizer support ;[Zend] ;zend_optimizer.optimization_level=15 ;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3 ;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3 ;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so ;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so ; -- Be very careful to not to disable a function which might be needed! ; -- Uncomment the following lines to increase the security of your PHP site. ;disable_functions = "highlight_file,ini_alter,ini_restore,openlog,passthru, ; phpinfo, exec, system, dl, fsockopen, set_time_limit, ; popen, proc_open, proc_nice,shell_exec,show_source,symlink"
artful Posted October 10, 2010 Posted October 10, 2010 I changed the register globals setting to "on" in php.ini but still I get the error: register_globals = on allow_url_fopen = off expose_php = Off max_input_time = 60 variables_order = "EGPCS" extension_dir = ./ upload_tmp_dir = /tmp precision = 12 SMTP = relay-hosting.secureserver.net url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" ; Only uncomment zend optimizer lines if your application requires Zend Optimizer support ;[Zend] ;zend_optimizer.optimization_level=15 ;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3 ;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3 ;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so ;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so ; -- Be very careful to not to disable a function which might be needed! ; -- Uncomment the following lines to increase the security of your PHP site. ;disable_functions = "highlight_file,ini_alter,ini_restore,openlog,passthru, ; phpinfo, exec, system, dl, fsockopen, set_time_limit, ; popen, proc_open, proc_nice,shell_exec,show_source,symlink" Hi, that is not a register globals problem (register globals should be off by the way and allow_url_fopen = on. The error message situated just below your currency with no currency choices showing indicates that the error comes from that part of your right column... either it can not find the images or the dropdown for your currencies. Once you control that all should work. Barbara
katman1971 Posted October 10, 2010 Author Posted October 10, 2010 Hi, that is not a register globals problem (register globals should be off by the way and allow_url_fopen = on. The error message situated just below your currency with no currency choices showing indicates that the error comes from that part of your right column... either it can not find the images or the dropdown for your currencies. Once you control that all should work. Barbara I changed the settings in php.ini as you advised. So, should I be looking at column_right.php? And what exactly should I be looking for? THanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.