KLM Posted November 1, 2015 Report 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
web541 Posted November 1, 2015 Report Posted November 1, 2015 http://forum.phpvms....ng/#entry120884 - Should be similar to what you are trying to do Quote
web541 Posted November 2, 2015 Report 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
flyalaska Posted November 2, 2015 Report Posted November 2, 2015 Figured out that fix caused the sidebar issue 1 Quote
KLM Posted November 2, 2015 Author Report 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
jrodosu Posted January 9, 2016 Report 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
web541 Posted January 9, 2016 Report 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
flyalaska Posted January 9, 2016 Report 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
jrodosu Posted January 10, 2016 Report 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
jrodosu Posted January 10, 2016 Report Posted January 10, 2016 OK, this fixed it! if (is_string($value) && $value != '' && substr($value, -3) == $this->tpl_ext) { Quote
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.