rebelsheep Posted July 19, 2019 Posted July 19, 2019 ...there is also a PayPal error which appeared after clicking 'PayPal' Start.
rebelsheep Posted July 19, 2019 Author Posted July 19, 2019 Fresh install of Phoenix 1.0.1.0, just tried to install PayPal in Admin and got the following error.... Warning: Use of undefined constant OSCOM_APP_PAYPAL_LOGIN_SORT_ORDER - assumed 'OSCOM_APP_PAYPAL_LOGIN_SORT_ORDER' (this will throw an Error in a future version of PHP) in /homepages/21/d219854835/htdocs/domains/notebookrepair.rocks/includes/modules/content/login/cm_paypal_login.php on line 41
♥JcMagpie Posted July 19, 2019 Posted July 19, 2019 It's not an error just a warning, what version of PHP are you running?
rebelsheep Posted July 19, 2019 Author Posted July 19, 2019 More of an undefined constant issue in includes/languages/etc I am guessing. Looking now.
♥JcMagpie Posted July 19, 2019 Posted July 19, 2019 Tooooooooooooooooooooooooo high drop back to 7.3 at most or, line 41 is $this->sort_order = OSCOM_APP_PAYPAL_LOGIN_SORT_ORDER; replace it with $this->sort_order = 'OSCOM_APP_PAYPAL_LOGIN_SORT_ORDER'; and the warning should stop.
rebelsheep Posted July 19, 2019 Author Posted July 19, 2019 Well includes\languages\english\modules\content\login\cm_paypal_login.php says: // language definitions have been moved to: // catalog/includes/apps/paypal/languages/english/modules/LOGIN/LOGIN.php ...so looking in here now. Guessing that the PayPal module is still looking for the OSCOM_APP_PAYPAL_LOGIN_SORT_ORDER constant in the original cm_paypal_login.php. .....
rebelsheep Posted July 19, 2019 Author Posted July 19, 2019 No definitions in the app/paypal etc login.php file. I need to look in to it further to see how OSCommerce is configured to work with PayPal.
rebelsheep Posted July 19, 2019 Author Posted July 19, 2019 14 minutes ago, JcMagpie said: Tooooooooooooooooooooooooo high drop back to 7.3 at most or, I am OK testing Phoenix on 7.3.6. Because of time constraints, I'm using the ISP interface which only lets me choose crudely between 7.1, 7.2 or 7.3. I would like to see how Phoenix runs on 7.3, and if there are any issues due to PHP version, fix them. I see why you would recommend 7.3 and lower though 🙂
Recommended Posts
Archived
This topic is now archived and is closed to further replies.