Jump to content
WebFlake
  • 0

IP.Nexus Paypal Error


Reptiles

Question

This is what i get when i have Paypal gateway setup.

 

 

Warning: in_array() expects parameter 2 to be array, null given in /home/ozzyrept/public_html/board/admin/applications_addon/ips/nexus/sources/gateways/paypal.php on line 172

Warning: in_array() expects parameter 2 to be array, null given in /home/ozzyrept/public_html/board/admin/applications_addon/ips/nexus/sources/gateways/paypal.php on line 177

Warning: in_array() expects parameter 2 to be array, null given in /home/ozzyrept/public_html/board/admin/applications_addon/ips/nexus/sources/gateways/paypal.php on line 172

Warning: in_array() expects parameter 2 to be array, null given in /home/ozzyrept/public_html/board/admin/applications_addon/ips/nexus/sources/gateways/paypal.php on line 177

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Happens a lot. Since it is an encoded product you can do this to not show the errors.

you can use ftp and edit the initdata.php file changing
this

//--------------------------------------------------------------------------
// ADVANCED CONFIGURATION: ERROR REPORTING
//--------------------------------------------------------------------------

error_reporting( E_STRICT | E_ERROR | E_WARNING | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING );


to this


//--------------------------------------------------------------------------
// ADVANCED CONFIGURATION: ERROR REPORTING
//--------------------------------------------------------------------------

error_reporting( E_STRICT | E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING );
  • Upvote 2
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...