Warning: file_exists() Error

Ew…

Lets try this.

Change line 117 to;

if (is_string($value) && $value != '' && substr($value, -3) == $this->tpl_ext) {
1 Like

That did it. Thank you David!

1 Like

That did it. Thank you David!

Yeah thank you both of you, But especially Eddie, for helping me out so much.

Ew…

Lets try this.

Change line 117 to;

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

Hi sir,

I applied this rule to resolve the previous error “sidebar_dashboard.tpl” it resolved well, but the previous error shown again “Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /var/www/vhosts/…”

FYI my php version is 5.3.29

looking forward

Any idea!

1 Like

Are you able to edit the php setting on your server?

Yes, i do

Is that the full error message?

Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): (here the path of default skin)

Thanks

Go to your php settings and set open_basedir to none!

Much appreciated your help, working well Thank you