KLM
November 1, 2015, 11:46am
1
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
web541
November 2, 2015, 5:05am
3
Or if you were referring to your post in the “file_exists()” error, then have a look at this
Figured out that fix caused the sidebar issue
1 Like
KLM
November 2, 2015, 4:47pm
5
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.
What is the fix for this? I recently had the same error and need to get it fixed ASAP. Thanks
web541
January 9, 2016, 8:17pm
7
Make sure the ending of the file is actually .php and then check out this post and see if it fixes it
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.
No change on the version - the only thing updated recently was the Vacentral codes to ensure the flies are sent properly.
jrodosu
January 10, 2016, 5:12pm
10
OK, this fixed it! if (is_string($value) && $value != ‘’ && substr($value, -3) == $this->tpl_ext) {