XF 1.1 An unexpected error occurred. Please try again later.

David_

Active member
I'm trying to save options in the admin area of a freshly installed Xenforo (no mods), and this is the error I keep getting.

It's a pretty generic error, and viewing the source of the error page doesn't contain anything either.

Any ideas?
 
I found that specific error message in XenForo_Error.

Enable debug mode by adding this to your library/config.php file:

Code:
$config['debug'] = 1;

That should reveal a more detailed error.
 
Nope nothing in the log or source.

Screen shot, just imagine a plain white page with the text.

"An unexpected error occurred. Please try again later."

Only seems to happen on the Admin Options -> Search Options

I'm trying to set the max results to 150, and the search results per page to 15.
 
I couldn't ever figure it out or what was causing it Jayramfootball, so if you do let me know.

For now I've built the site using IP.Board but would still like to make use of this Xenforo license.
 
Top Bottom