ridiculous error

klyxlink

New Member
Messages
2
Reaction score
0
Points
1
I say this is ridiculous, as it should not exist.

folder structure =
smarty/libs/smarty.class.php
index.php

index calls:
requires_once('smarty/libs/smarty.class.php');

says not found,

then I did a file_exists and that too fails and says its not found
yet - there it is, and on my local (xampp) server when I am creating it, be it laptop, tower or at work,, all works fine, however, as soon as I upload it to x10hosting
it crashes..


works fine EVERYWHERE but x10hosting

anyone wanna take a stab at that?
 

klyxlink

New Member
Messages
2
Reaction score
0
Points
1
solved it.
windows servers (xampp, wampp) are not case sensitive
Linux servers are

changed smarty.class.php => Smarty.class.php

works
 
Top