XF 1.2 Zend Errors, Please Help

BrittonG

Member
Earlier today, around 12:00 P.M, the forums were working perfectly fine. I get on around 4:00 P.M or so and there was only 3 things in the navtabs, pretty sure none of the add-ons are working, either. I went to the error log and I have MULTIPLE errors saying, "Invalid URI supplied" and they're coming from this location.
Code:
library/Zend/Uri/Http.php:156
Any idea on what's going on? I also have a few "Connection Refused" Errors. This is where they're coming from.
Code:
library/Zend/Mail/Protocol/Abstract.php:277
Please help me with this ASAP.
 
Last edited:
Yes. Just checked them. No erroes in the WEB server error logs. Where will the php error logs be found?
You on a shared host or VPS/dedicated server? If shared, then you probably cannot access them. Otherwise they will be (normally) in the /var/log directory if the php log exists.
 
Have you added any RSS feeds lately? These errors are requesting a remote URL that is failing. It may be a failed gravatar, call, but without the full error (past the file), its hard to be certain.

The second is an error coming from your email provider, specifically, the connection has been refused for some reason (you'll need to check those logs).
 
Top Bottom