Can't register new users

When new users try to register on our site ( www.GuildAscendancy.com ) they get the following error message:

Fatal error: Class 'Zend_Uri' not found in /home/guilda7/public_html/library/Zend/Http/Client.php on line 270

Background: To my knowledge, outside of upgrading to 1.1.3 last week, no changes have been made to the file structure in the past week or so (when I last recall it working) and we have not added any new addons.

Has anyone seen this or know how to resolve the issue?
 
Can you log in to Admin CP?

Is there any more info in the Server Error Log?

Clicking on the error in there will often contain further stack information that may be useful.
 
That's the first place I went to look as getting a bit more detail is always worth while when troubleshooting. Unfortunately, there is no entry in the Server Error Log pertaining to this. Our last error was on 6/14 and this particular error was brought to our attention last night and verified in person today.
 
Quick update: I disabled all the addons on our site and we still experienced the exact same issue. Users are still not able to register new accounts and we still get the same error message as listed above.
 
It looks like library/Zend/Uri.php is missing. Re-upload the default files from the zip file.
Yup, that fixed it for us. When I checked the file structure, for some reason Uri.php was a 0kb file. I simply replaced it with what we had in our archive and we're good to go now. I don't know how that happened, but thanks for helping us track down the issue preventing people from registering!
 
Top Bottom