• Resolved mohammad barghamadi

    (@mbarghamadi)


    hay guys
    please help me to solve my problem i installed a paid plugin,and after backing from bank to my site i get the blew error above paid received info:
    Warning: array_key_exists() expects parameter 2 to be array, null given in /home/tmlmana1/public_html/wp-content/plugins/jahanpay/includes/functions.php on line 176

    in line 176 of the functions.php :
    if (array_key_exists($orderid, $jahanpay_info_cache)) {
    ——————————————————————————
    i have no idea about php but can replace or some ez job ?? plz help me and sorry for my en language.
    thanks a lot

Viewing 1 replies (of 1 total)
  • Thread Starter mohammad barghamadi

    (@mbarghamadi)

    i solved it by my self ??
    only going in line 176 of the functions.php and change above code with this:

    if (is_array($jahanpay_info_cache) && array_key_exists($orderid, $jahanpay_info_cache)) {

    Thanks a lot to everyone

Viewing 1 replies (of 1 total)
  • The topic ‘Paid Plugin Problems’ is closed to new replies.