PDA

View Full Version : php help


gorilly
8th February 2007, 12:21
i've uploaded a free youtube style script but i am getting two errors, i really dont understand mysql/php... please can someone help?

Warning: require_once(k:/pm/youtube_prof/smarty/libs/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web8/web/include/config.php on line 40

Fatal error: require_once() [function.require]: Failed opening required 'k:/pm/youtube_prof/smarty/libs/Smarty.class.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/web8/web/include/config.php on line 40

till
8th February 2007, 14:22
The error means that the file "k:/pm/youtube_prof/smarty/libs/Smarty.class.php" is missing. As the ebove path is a windows path, I guess your theme is broken and you should contact the author if you dont have the knowledge to fix it yourself.

zcworld
8th February 2007, 17:39
what OS is it on
to me its looks like windows but than its says /var/

so i'm totally lost .. if its the same type of script that i seen than its easy to install set to load up but i haven't being able to do anything else with it

sjau
8th February 2007, 19:58
and do you have smarty?

I guess you haven't set the right path to smarty in the config of that script.

zcworld
9th February 2007, 04:32
if its the one im thinking of ... all i had was just an clean install of fedora / apache / mysql / php / ffmpeg ....


make sure you got the core stuff installed : ffmpeg and maybe pear ... i think is apart of the PHP package ..
and it should work ...
but i will give it a run on an FC ISPconfig box in a bit .. when i get it installed