KLM Posted November 1, 2015 Report Share Posted November 1, 2015 Hello all, I'll have on each page within the admin center, in the upper left corner, an error called sidebar_dashboard.php. Due to this error I can't add anything, because the sidebar is gone. I appears to happen to all the pages not only the dashboard. Does anybody know an fix for this? Thanks KLM Quote Link to comment Share on other sites More sharing options...
web541 Posted November 1, 2015 Report Share Posted November 1, 2015 http://forum.phpvms....ng/#entry120884 - Should be similar to what you are trying to do Quote Link to comment Share on other sites More sharing options...
web541 Posted November 2, 2015 Report Share Posted November 2, 2015 Or if you were referring to your post in the "file_exists()" error, then have a look at this http://forum.phpvms.net/topic/22972-warning-file-exists-error/page__st__20#entry121598 Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 2, 2015 Report Share Posted November 2, 2015 Figured out that fix caused the sidebar issue 1 Quote Link to comment Share on other sites More sharing options...
KLM Posted November 2, 2015 Author Report Share Posted November 2, 2015 Figured out that fix caused the sidebar issue I did get your mail, Thanks for handling all the error's I received in the past few days. You're really awesome. Quote Link to comment Share on other sites More sharing options...
jrodosu Posted January 9, 2016 Report Share Posted January 9, 2016 What is the fix for this? I recently had the same error and need to get it fixed ASAP. Thanks Quote Link to comment Share on other sites More sharing options...
web541 Posted January 9, 2016 Report Share Posted January 9, 2016 Make sure the ending of the file is actually .php and then check out this post and see if it fixes it http://forum.phpvms.net/topic/22972-warning-file-exists-error/page__st__20#entry121598 Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 9, 2016 Report Share Posted January 9, 2016 did you recently change a mod for the php version? If you did you need to change the tpl refrecnces in the module from tpl to php. Quote Link to comment Share on other sites More sharing options...
jrodosu Posted January 10, 2016 Report Share Posted January 10, 2016 No change on the version - the only thing updated recently was the Vacentral codes to ensure the flies are sent properly. Quote Link to comment Share on other sites More sharing options...
jrodosu Posted January 10, 2016 Report Share Posted January 10, 2016 OK, this fixed it! if (is_string($value) && $value != '' && substr($value, -3) == $this->tpl_ext) { Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.