![]() |
Quote:
|
When I run game_size.php, I am getting an error.
------------------------------------------------------- Database error in vBulletin 3.0.3: Invalid SQL: UPDATE games SET filesize='11' WHERE gameid=1 mysql error: Table 'siteroot_forums.games' doesn't exist mysql error number: 1146 ------------------------------------------------------- What must I modify in the php file? I've tried several fixes, to no avail. My table prefix is the standard vb3_ My games table, specifically, is: vb3_games Thanks! |
$DB_site->query("UPDATE vb3_games SET filesize='$filesize' WHERE gameid=$att[gameid]");
|
That was very similar to one I'd tried with no success - but I figured I'd made an error somewhere, so I took a fresh file_size.php and changed the line to your suggestion. I got the same result as illustrated above.
Here's what I have, after adding your suggestion: Code:
<?php |
Be sure to read the directions, the text directions fail to mention this, please edit them
go to your mysql execute thing and put this in. PHP Code:
|
I thought I'd done that, but I tried again anyway. I got this response:
SQL-query: ALTER TABLE `vb3_games` ADD `filesize` INT( 10 ) DEFAULT '0' NOT NULL MySQL said: #1060 - Duplicate column name 'filesize' |
Nice but your directions are lacking in the last phase of altering the arcade_main template. I've had no luck installing this and having it look decent.
Everything around my $gamebits, looks nothing like what you have posted in the instructions. HTML Code:
<td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> |
installed
|
Quote:
|
Quote:
Code:
<?php |
All times are GMT. The time now is 06:55 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|