Webmaster Forum

Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
Old 04-11-2009, 10:04 PM   #1 (permalink)
Contributing Member
 
saidul's Avatar
 
Join Date: 01-19-09
Location: New York
Posts: 57
iTrader: 0 / 0%
Latest Blog:
None

saidul is an unknown quantity at this point
Send a message via MSN to saidul Send a message via Yahoo to saidul
Error in Mysql plz help me


Hi guy, i am trying to create a online game site with ArcadeBuilder_v17_Script but when i upload the file in the folder and try to install i got error
my sql is like this i edit
[# ARCADEBUILDR COMES WITH NO WARRANTY of ANY KIND. Your use of this script
# shows your acceptance of this - if you do not agree with this then
# please discontinue using it. Read license.php to know more.
#
# by http://www.arcadebuilder.net
#--------------------------------------------------------------------------

// Config vars - absolutely needed before anything really happens.

///////////////////////////////////

// The local path on your server of ArcadeBuilder, INCLUDING THE TRAILING SLASH.
// This should be something like /home/yourdir/public_html/ or C:/Domains/YourDomain.com/
$cfg['instdir'] = '/home/dvk2h7ug/domain/saidul.com/public_html/game/';
// The Internet URL of ArcadeBuilder, INCLUDING THE TRAILING SLASH.
// This should be something like http://www.example.com/
$cfg['baseurl'] = 'http://arcadebuilder.net/';
// Your MySQL database information information
$cfg['sqluser'] = 'dvk2h7ug_game';
$cfg['sqlpass'] = '123456';
$cfg['sqldb'] = 'dvk2h7ug_game';
$cfg['sqlhost'] = 'localhost';
// The title of your homepage. The global site title can be changed in the admin area.
$cfg['pagetitle'] = 'Cool Online Games';
///////////////////////////////////



function critcalerror($text) {
echo "<body style='background-color: #CCCCCC;'><div style='color: #FF0000; font-

weight: bold; text-align: center; border: 1px solid #000000; background-color: #FFFFFF;

margin: 8px; padding: 4px;'>".$text."</div></body>";
die();
}]
And the error is showing like this
[Warning: include(/home/dvk2h7ug/domain/saidul.com/public_html/game/plugins/site/themes/default/index.php) [function.include]: failed to open stream: No such file or directory in /home/dvk2h7ug/public_html/game/index.php on line 49

Warning: include() [function.include]: Failed opening '/home/dvk2h7ug/domain/saidul.com/public_html/game/plugins/site/themes/default/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dvk2h7ug/public_html/game/index.php on line 49]
Please help me out from this condition i will glad to you
__________________
saidul is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-11-2009, 10:08 PM   #2 (permalink)
Meeow!
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,235
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest order
your answer is simple: this file /home/dvk2h7ug/domain/saidul.com/public_html/game/plugins/site/themes/default/index.php was not found... make sure you set the path correctly.
__________________
...to be continued
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-11-2009, 10:10 PM   #3 (permalink)
Contributing Member
 
saidul's Avatar
 
Join Date: 01-19-09
Location: New York
Posts: 57
iTrader: 0 / 0%
Latest Blog:
None

saidul is an unknown quantity at this point
Send a message via MSN to saidul Send a message via Yahoo to saidul
but that index is there though
__________________
saidul is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-11-2009, 10:14 PM   #4 (permalink)
Meeow!
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,235
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest order
maybe, but if the inclusion path
Code:
include_path='.:/usr/lib/php:/usr/local/lib/php'
doesn't point to the right direction, you'll get an error like that, no matter whether or not the file is there...

try to edit the file that throws the error and set the path to that included file manually. See if you get that error again.
__________________
...to be continued
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-11-2009, 10:19 PM   #5 (permalink)
Contributing Member
 
saidul's Avatar
 
Join Date: 01-19-09
Location: New York
Posts: 57
iTrader: 0 / 0%
Latest Blog:
None

saidul is an unknown quantity at this point
Send a message via MSN to saidul Send a message via Yahoo to saidul
what should be that if my site name game.saidul.com
__________________
saidul is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-11-2009, 10:27 PM   #6 (permalink)
Meeow!
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,235
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest order
eh?

try something like this:

- if your file to be included is called index.php and is located in a folder called "includes" right under your root directory (your website's root folder):

ex:
Code:
+ root directory - includes folder - index.php - page.php
Now, in your page.php, do something like this:
PHP Code:

<?php
    
include_once 'includes/index.php';
?>
__________________
...to be continued
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-11-2009, 10:29 PM   #7 (permalink)
Contributing Member
 
saidul's Avatar
 
Join Date: 01-19-09
Location: New York
Posts: 57
iTrader: 0 / 0%
Latest Blog:
None

saidul is an unknown quantity at this point
Send a message via MSN to saidul Send a message via Yahoo to saidul
but there isn't any include dir exist
__________________
saidul is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mysql syntax error? Need quick help 2939195631902 Coding Forum 2 01-04-2009 10:07 PM
MySql Error daniel0012 Coding Forum 6 07-01-2007 05:45 PM
Error Message MySql - Please help sovereign6 Coding Forum 7 08-16-2006 01:58 PM
MySQL error... but why? sparkblaze Coding Forum 3 02-15-2006 02:31 PM
error trying to connect to mysql Jshortest Coding Forum 2 08-03-2005 08:28 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 06:33 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.