Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Phoenix 1.0.1.0 - PayPal Error


Recommended Posts

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

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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.

.....

Link to comment
Share on other sites

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 🙂

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...