Thanks @Tim, I followed all your recommendations, and quite sure I do not have a memcached server. Still I just get a nice error page... To point out here, I had no Smarty folder first and then I got the debug screen with the information, that this folder was missing. I have it setup with the "compile" folder, set correct permissions, but since then the nice error page appears.
Fatal Error in Gdn_PluginManager.GetPluginInstance(); Tried to load plugin '' from access name 'PluginUtils:pluginname', but it doesn't exist. The error occurred on or near: /***/library/core/class.pluginmanager.php 515: if (!class_exists($ClassName)) 516: throw new Exception("Tried to load plugin '{$ClassName}' from access name '{$AccessName}:{$AccessType}', but it doesn't exist.");
And do you have any idea, why it might still say I am running "2.0.18rc2"?
[UPDATE] Wait, I guess I did miss something with the file upload of 2.0.18... damn that's embarrassing [UPDATE2] Nope, all files & config OK. Still above error when running /utility/structure/
Answers
$Configuration['Debug'] = TRUE;
into your config file.Vanilla Forums COO [GitHub, Twitter, About.me]
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
[UPDATE] Wait, I guess I did miss something with the file upload of 2.0.18... damn that's embarrassing
[UPDATE2] Nope, all files & config OK. Still above error when running /utility/structure/
Glad you spotted the problem, they say the most obvious can sometimes e the most obscure
There was an error rendering this rich post.