You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A client of ours is attempting to use osTicket and is getting the following error.
PHP Fatal error: Cannot redeclare class PEAR in /home/xxx/public_html/ostic/include/pear/PEAR.php on line 87\n, referer: http://xxx.com/ostic/scp/
I've X'd out the user and domain name, keeping the error itself intact. It looks like osTicket is trying to redeclare PEAR when PHP already provides it. You may wish to add a check for it.
The text was updated successfully, but these errors were encountered:
Hi,
A client of ours is attempting to use osTicket and is getting the following error.
PHP Fatal error: Cannot redeclare class PEAR in /home/xxx/public_html/ostic/include/pear/PEAR.php on line 87\n, referer: http://xxx.com/ostic/scp/
I've X'd out the user and domain name, keeping the error itself intact. It looks like osTicket is trying to redeclare PEAR when PHP already provides it. You may wish to add a check for it.
The text was updated successfully, but these errors were encountered: