Did you replace the source of pp_standard.php with that from github ?
If so, the error should not be the same as that coding on line 32 has changed.
If so, the error should not be the same as that coding on line 32 has changed.
hi all sort by : goldndelicious
Line 32 is : $value = $option['option_value'];
Change this to $value = $option['value'];
Line 35 is : $filename = $this->encryption->decrypt($option['option_value'])
change this this : $filename = $this->encryption->decrypt($option['value'])
(basically getting rid of the option_ bit
Thank you for you help,
Lee
Line 32 is : $value = $option['option_value'];
Change this to $value = $option['value'];
Line 35 is : $filename = $this->encryption->decrypt($option['option_value'])
change this this : $filename = $this->encryption->decrypt($option['value'])
(basically getting rid of the option_ bit
Thank you for you help,
Lee
Who is online
Users browsing this forum: No registered users and 2 guests