sidebar_dashboard.php error

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

post-46098-0-75321200-1446378331.png

  • Should be similar to what you are trying to do

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

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

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.

OK, this fixed it! if (is_string($value) && $value != ‘’ && substr($value, -3) == $this->tpl_ext) {