Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help
Author Message
lazarus111
Regular
Regular



Joined: Jul 14, 2005
Posts: 64

PostPosted: Fri Sep 09, 2005 12:41 am Reply with quote

hey i run php nuke 6.6 resecured 3.0 (or something like that)
and i just baught new hosting and a new domain..
i would like to know how to tranferr the site over to the new hosting without loosing any members or posts ect.
thx in advance
P.S. its www.clanf2g.w-bt.com and im trying to transfer to www.clanf2g.com with a different hosting aswell.
 
View user's profile Send private message
lazarus111







PostPosted: Fri Sep 09, 2005 12:48 am Reply with quote

oh yeah the second domain (www.clanf2g.com) wont work yet coz its not resolved.
 
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Fri Sep 09, 2005 1:59 am Reply with quote

Get a backup of your files and database from your old host/domain and install them on your new host/domain.
 
View user's profile Send private message
lazarus111







PostPosted: Fri Sep 09, 2005 12:39 pm Reply with quote

from the backup section of cpanel? a full backup and the nuke database backup?
 
Raven







PostPosted: Fri Sep 09, 2005 1:01 pm Reply with quote

Yep.
 
lazarus111







PostPosted: Sat Sep 10, 2005 1:28 pm Reply with quote

ok ill reply if it works.... still waiting for the domain to resolve so i cant test it can i?
 
lazarus111







PostPosted: Sat Sep 10, 2005 1:44 pm Reply with quote

hmm ok i made the backup and restored it on the other account.. but what it did was make a folder in the root called "backup-9.9.2005_13-44-13_wayne" then under that folder it has all the sql and files ect..
what do i do??
 
Xiode
Regular
Regular



Joined: Jun 15, 2005
Posts: 78
Location: AR

PostPosted: Sat Sep 10, 2005 4:17 pm Reply with quote

the same place that you made the backup in cpanel on the last host you will find a place on that page to restore a backup.

_________________
**Mental Note** Signature Goes Here! 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
lazarus111







PostPosted: Sun Sep 11, 2005 3:56 am Reply with quote

you misread me.. i restored the backup and all it did was make a folder with all the files in it.
 
UnLeasheD
New Member
New Member



Joined: May 01, 2005
Posts: 21
Location: GB

PostPosted: Mon Sep 12, 2005 1:41 pm Reply with quote

Simply move the files that have been created within that dir named backup-9.9.2005_13-44-13_wayne into the root of your domain.

Now use phpmyadmin to install the database from your old site onto your new one.

Configure your config.php (this may not need to be changed but still check just in case) and you should be good to go.

Hope that helps!


Last edited by UnLeasheD on Wed Sep 14, 2005 11:09 am; edited 1 time in total 
View user's profile Send private message
lazarus111







PostPosted: Wed Sep 14, 2005 12:16 am Reply with quote

hmmm okay i did that but at first it came up with a sql database error but then i just redone the config.php and now it just loads a white screen Sad
any more help, sorry for the newbieness.
 
lazarus111







PostPosted: Wed Sep 14, 2005 12:17 am Reply with quote

is there anyone that can help me from msn or something?
(sorry if not allowed to post this)
 
lazarus111







PostPosted: Wed Sep 14, 2005 10:52 am Reply with quote

hmm i really cant see what the problem is with it.. i transferred the files, then configured the config.php file for the new db user/pass/name but i just cant seem to get it working.
 
UnLeasheD







PostPosted: Wed Sep 14, 2005 11:08 am Reply with quote

Well Im fairly new here, but most other forums dont like people bumping there threads constantly.

If you would like then I can sort this for you for a small fee.

Regards


Last edited by UnLeasheD on Mon Apr 02, 2007 9:09 am; edited 1 time in total 
Raven







PostPosted: Wed Sep 14, 2005 11:10 am Reply with quote

lazarus111 wrote:
hmm i really cant see what the problem is with it.. i transferred the files, then configured the config.php file for the new db user/pass/name but i just cant seem to get it working.
Check your error_log. Many times a blank page at that point means that there is still a problem with the config.php file.
 
lazarus111







PostPosted: Wed Sep 14, 2005 11:13 pm Reply with quote

um sorry for being such a noob but where is the error log saved??
sorry...
 
lazarus111







PostPosted: Thu Sep 15, 2005 2:35 am Reply with quote

maybe this will help
this is my old config
Code:
$dbhost           = 'localhost'                  ;

$dbuname          = 'wayne_nuke1'                  ;
$dbpass           = '(some random password which i did not set)'                  ;
$dbname           = 'wayne_nuke1'                    ;
$prefix           = 'nuke'                         ;
$user_prefix      = 'nuke'                         ;
$dbtype           = 'MySQL'                        ;
$sitekey          = 'SdFk*&kUTRpOiDvDKP80hhhLW1+e9' ;
$gfx_chk          = 0                              ;
$subscription_url = ''                             ;
$admin_file       = 'admin'                        ;
$advanced_editor  = 0                              ;

that config works...
and this is my new config
Code:
$dbhost           = 'localhost'                  ;

$dbuname          = 'clanf2g_lazarus'                  ;
$dbpass           = '(password for the imported database which i did set)'                  ;
$dbname           = 'clanf2g_nuke1'                    ;
$prefix           = 'nuke'                         ;
$user_prefix      = 'nuke'                         ;
$dbtype           = 'MySQL'                        ;
$sitekey          = 'SdFk*&kUTRpOiDvDKP80hhhLW1+e9' ;
$gfx_chk          = 0                              ;
$subscription_url = ''                             ;
$admin_file       = 'admin'                        ;
$advanced_editor  = 0                              ;

is that correct?
 
Raven







PostPosted: Thu Sep 15, 2005 2:57 am Reply with quote

lazarus111 wrote:
um sorry for being such a noob but where is the error log saved??
sorry...
Your host should provide you with access to all your logs. In cPanel, for instance, you have an icon or a link that says Error Log.
 
lazarus111







PostPosted: Thu Sep 15, 2005 8:08 am Reply with quote

lol i must have been in a rush because i checked before and diddnt see it lmao..
anyways it just says:
Last 300 Error Log Messages in reverse order:
with nothing after it.

are those configs right?
 
Raven







PostPosted: Thu Sep 15, 2005 8:39 am Reply with quote

I have no way of knowing that. But, when you restored the database you have to manually associate the new user with the new database and assign a password through cPanel. Have you done that?
 
lazarus111







PostPosted: Fri Sep 16, 2005 12:01 am Reply with quote

yep

ok, i redone everything and now look at my error log lmao
Quote:
[Fri Sep 16 01:56:32 2005] [error] [client 144.138.29.55] File does not exist: /home3/clanf2g/public_html/404.shtml
[Fri Sep 16 01:56:32 2005] [error] [client 144.138.29.55] File does not exist: /home3/clanf2g/public_html/favicon.ico
[Fri Sep 16 01:56:32 2005] [error] [client 144.138.29.55] File does not exist: /home3/clanf2g/public_html/404.shtml
[Fri Sep 16 01:56:32 2005] [error] [client 144.138.29.55] File does not exist: /home3/clanf2g/public_html/themes//style/style.css
[Fri Sep 16 01:56:31 2005] [error] PHP Fatal error: Call to undefined function: themeheader() in /home3/clanf2g/public_html/header.php on line 52
[Fri Sep 16 01:56:31 2005] [error] PHP Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/header.php on line 32
[Fri Sep 16 01:56:31 2005] [error] PHP Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/header.php on line 32
[Fri Sep 16 01:56:31 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 1091
[Fri Sep 16 01:56:31 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 1091
[Fri Sep 16 01:56:31 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 854
[Fri Sep 16 01:56:31 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 854
[Fri Sep 16 01:56:31 2005] [error] PHP Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 205
[Fri Sep 16 01:56:31 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Fri Sep 16 01:56:31 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Fri Sep 16 01:54:48 2005] [error] [client 220.245.180.131] File does not exist: /home3/clanf2g/public_html/404.shtml
[Fri Sep 16 01:54:48 2005] [error] [client 220.245.180.131] File does not exist: /home3/clanf2g/public_html/favicon.ico
[Thu Sep 15 22:38:07 2005] [error] [client 203.94.146.234] File does not exist: /home3/clanf2g/public_html/404.shtml
[Thu Sep 15 22:38:07 2005] [error] [client 203.94.146.234] File does not exist: /home3/clanf2g/public_html/themes//style/style.css
[Thu Sep 15 22:38:06 2005] [error] PHP Fatal error: Call to undefined function: themeheader() in /home3/clanf2g/public_html/header.php on line 52
[Thu Sep 15 22:38:06 2005] [error] PHP Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 22:38:06 2005] [error] PHP Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 22:38:06 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 22:38:06 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 22:38:06 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 22:38:06 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 22:38:06 2005] [error] PHP Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 22:38:06 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 22:38:06 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 20:06:15 2005] [error] [client 149.167.218.77] File does not exist: /home3/clanf2g/public_html/404.shtml
[Thu Sep 15 20:06:15 2005] [error] [client 149.167.218.77] File does not exist: /home3/clanf2g/public_html/themes//style/style.css
[Thu Sep 15 20:06:15 2005] [error] PHP Fatal error: Call to undefined function: themeheader() in /home3/clanf2g/public_html/header.php on line 52
[Thu Sep 15 20:06:15 2005] [error] PHP Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 20:06:15 2005] [error] PHP Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 20:06:15 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 20:06:15 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 20:06:15 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 20:06:15 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 20:06:15 2005] [error] PHP Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 20:06:15 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 20:06:15 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 20:05:47 2005] [error] [client 149.167.218.77] File does not exist: /home3/clanf2g/public_html/404.shtml
[Thu Sep 15 20:05:47 2005] [error] [client 149.167.218.77] File does not exist: /home3/clanf2g/public_html/themes//style/style.css
[Thu Sep 15 20:05:46 2005] [error] PHP Fatal error: Call to undefined function: themeheader() in /home3/clanf2g/public_html/header.php on line 52
[Thu Sep 15 20:05:46 2005] [error] PHP Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 20:05:46 2005] [error] PHP Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 20:05:46 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 20:05:46 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 20:05:46 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 20:05:46 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 20:05:46 2005] [error] PHP Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 20:05:46 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 20:05:46 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:53:28 2005] [error] PHP Fatal error: Call to undefined function: themeheader() in /home3/clanf2g/public_html/header.php on line 52
[Thu Sep 15 18:53:28 2005] [error] PHP Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 18:53:28 2005] [error] PHP Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 18:53:28 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 18:53:28 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 18:53:28 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 18:53:28 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 18:53:28 2005] [error] PHP Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:53:28 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:53:28 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:52:17 2005] [error] [client 203.94.146.234] File does not exist: /home3/clanf2g/public_html/404.shtml
[Thu Sep 15 18:52:17 2005] [error] [client 203.94.146.234] File does not exist: /home3/clanf2g/public_html/themes//style/style.css
[Thu Sep 15 18:52:15 2005] [error] PHP Fatal error: Call to undefined function: themeheader() in /home3/clanf2g/public_html/header.php on line 52
[Thu Sep 15 18:52:15 2005] [error] PHP Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 18:52:15 2005] [error] PHP Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 18:52:15 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 18:52:15 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 18:52:15 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 18:52:15 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 18:52:15 2005] [error] PHP Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:52:15 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:52:15 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:51:36 2005] [error] PHP Fatal error: Call to undefined function: themeheader() in /home3/clanf2g/public_html/header.php on line 52
[Thu Sep 15 18:51:36 2005] [error] PHP Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 18:51:36 2005] [error] PHP Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 18:51:36 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 18:51:36 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 18:51:36 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 18:51:36 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 18:51:36 2005] [error] PHP Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:51:36 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:51:36 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:51:21 2005] [error] [client 203.94.146.234] File does not exist: /home3/clanf2g/public_html/404.shtml
[Thu Sep 15 18:51:21 2005] [error] [client 203.94.146.234] File does not exist: /home3/clanf2g/public_html/themes//style/style.css
[Thu Sep 15 18:51:21 2005] [error] PHP Fatal error: Call to undefined function: themeheader() in /home3/clanf2g/public_html/header.php on line 52
[Thu Sep 15 18:51:21 2005] [error] PHP Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 18:51:21 2005] [error] PHP Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/header.php on line 32
[Thu Sep 15 18:51:21 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 18:51:21 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 1091
[Thu Sep 15 18:51:21 2005] [error] PHP Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 18:51:21 2005] [error] PHP Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 854
[Thu Sep 15 18:51:21 2005] [error] PHP Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:51:21 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205
[Thu Sep 15 18:51:21 2005] [error] PHP Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home3/clanf2g/public_html/mainfile.php on line 205


totally confused Smile
 
Raven







PostPosted: Fri Sep 16, 2005 9:03 am Reply with quote

That appears to indicate that you are not linking to your database.
 
lazarus111







PostPosted: Sat Sep 17, 2005 6:56 am Reply with quote

so that means my config is wrong right?
 
Raven







PostPosted: Sat Sep 17, 2005 8:34 am Reply with quote

Yes.
 
lazarus111







PostPosted: Sun Sep 18, 2005 9:37 pm Reply with quote

hmmm well all thats in the config that i changed is the
$dbhost
$dbuname
$dbpass
$dbname

would any of the other unchanged options cause this?
im almost 100% sure that those 4 options are correct.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©