error help cheers
Moderator: General Moderators
error help cheers
i install a template, now i get this message what am i doin wrong
how to fix it
thank you
also i'm confused what is this /san/
Warning: main(/var/www/html/san/platinums/include/common.php): failed to open stream: No such file or directory in /home2/x/public_html/index.php on line 7
Warning: main(): Failed opening '/var/www/html/san/platinums/include/common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/x/public_html/index.php on line 7
how to fix it
thank you
also i'm confused what is this /san/
Warning: main(/var/www/html/san/platinums/include/common.php): failed to open stream: No such file or directory in /home2/x/public_html/index.php on line 7
Warning: main(): Failed opening '/var/www/html/san/platinums/include/common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/x/public_html/index.php on line 7
/san/ is just another directory. The file common.php does not exist so I suggest having a look at:also i'm confused what is this /san/
/var/www/html/san/platinums/include/
and comparing it against your actual directory structure. Perhaps /san/ does not exist as a directory or any other directory it is attempting to tunnel through for that matter.
feyd | Please use
i,m confused
aint sure how to make change to link to mine
http://mydomain.com/public_html/
feyd | Please use
Code: Select all
tags when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]Code: Select all
<?
$dat_base_path="/var/www/html/san/platinums";
$dat_base_url="http://192.168.0.2/san/platinums";
$dat_dbhost="localhost";
$dat_dbuser="root";
$dat_dbpasswd="";
$dat_dbname="platinumtest";
$dat_table_prefix="platinum_1_";
?>aint sure how to make change to link to mine
http://mydomain.com/public_html/
feyd | Please use
Code: Select all
tags when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]