[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-08-20T06:58:52-07:00 https://integramod.com/forum/feed.php?f=17&t=1843 2006-08-20T06:58:52-07:00 2006-08-20T06:58:52-07:00 https://integramod.com/forum/viewtopic.php?t=1843&p=13853#p13853 <![CDATA[Re: Error uploading Backup]]>
Actually i have found the problem.. first of all, i have no reason for me to post my db prefix :) )
and that file (db backup from myphpadmin) had no errors..

so wat am thinkin is, am missing something or some field settings from "phpbb-backup-suite" when backin up MySQL DB..
If there is a setting to set in phpbb-backup-suite Mysql db backup page, then do let me know..

thanks..

Statistics: Posted Author: Unregistered — Sun Aug 20, 2006 6:58 am


]]>
2006-08-20T03:44:30-07:00 2006-08-20T03:44:30-07:00 https://integramod.com/forum/viewtopic.php?t=1843&p=13846#p13846 <![CDATA[Re: Error uploading Backup]]>
CREATE TABLE phphphpbbbb_ina_hall_of_fame(game_id mediumint( 10 ) NOT NULL default '0',current_user_id mediumint( 10 ) NOT NULL default '0',current_score float( 10, 2 ) NOT NULL default '0.00',current_date int( 10 ) NOT NULL default '0',old_user_id mediumint( 10 ) NOT NULL default '0',old_score float( 10, 2 ) NOT NULL default '0.00',old_date int( 10 ) NOT NULL default '0') TYPE = MYISAM ;


just a quick question is this how your tables are set up in your database using

just incase this is an error... :?:

Statistics: Posted Author: found it — Sun Aug 20, 2006 3:44 am


]]>
2006-08-13T14:31:56-07:00 2006-08-13T14:31:56-07:00 https://integramod.com/forum/viewtopic.php?t=1843&p=13605#p13605 <![CDATA[Error uploading Backup]]> Statistics: Posted Author: Unregistered — Sun Aug 13, 2006 2:31 pm


]]>
2006-08-13T14:08:21-07:00 2006-08-13T14:08:21-07:00 https://integramod.com/forum/viewtopic.php?t=1843&p=13604#p13604 <![CDATA[Error uploading Backup]]>
A

Statistics: Posted Author: Adrian Rea — Sun Aug 13, 2006 2:08 pm


]]>
2006-08-13T07:23:16-07:00 2006-08-13T07:23:16-07:00 https://integramod.com/forum/viewtopic.php?t=1843&p=13601#p13601 <![CDATA[Re: [SOLVED] Error uploading Backup]]>
CREATE TABLE phphphpbbbb_ina_hall_of_fame(
game_id mediumint( 10 ) NOT NULL default '0',
current_user_id mediumint( 10 ) NOT NULL default '0',
current_score float( 10, 2 ) NOT NULL default '0.00',
current_date int( 10 ) NOT NULL default '0',
old_user_id mediumint( 10 ) NOT NULL default '0',
old_score float( 10, 2 ) NOT NULL default '0.00',
old_date int( 10 ) NOT NULL default '0'
) TYPE = MYISAM ;

i get this error

#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'current_date int(10) NOT NULL default '0',
old_user_id mediu

(MySQL v 4.0.27)

Statistics: Posted Author: Unregistered — Sun Aug 13, 2006 7:23 am


]]>
2006-08-13T07:19:31-07:00 2006-08-13T07:19:31-07:00 https://integramod.com/forum/viewtopic.php?t=1843&p=13600#p13600 <![CDATA[Error uploading Backup]]> Statistics: Posted Author: Unregistered — Sun Aug 13, 2006 7:19 am


]]>
2006-08-12T21:05:46-07:00 2006-08-12T21:05:46-07:00 https://integramod.com/forum/viewtopic.php?t=1843&p=13592#p13592 <![CDATA[Re: Error uploading Backup]]>
I asked on the phpbb forums and got an answer. I opened the backup and edited some stuff.


Changed this:

CREATE TABLE phpbb_force_read_users(
user varchar( 255 ) NOT NULL default '',
READ int( 1 ) NOT NULL default '0',
time int( 10 ) NOT NULL default '0'
) TYPE = MYISAM ;



To this:

CREATE TABLE phpbb_force_read_users(
`user` varchar( 255 ) NOT NULL default '',
`READ` int( 1 ) NOT NULL default '0',
`time` int( 10 ) NOT NULL default '0'
) TYPE = MYISAM ;



I don't know if this problem has ever been resolved in later versions, but I hope it will be fixed in version 1.4.1.

Statistics: Posted Author: Amarth — Sat Aug 12, 2006 9:05 pm


]]>
2006-08-12T21:07:00-07:00 2006-08-10T09:36:29-07:00 https://integramod.com/forum/viewtopic.php?t=1843&p=13430#p13430 <![CDATA[Error uploading Backup]]>

Error

SQL query:

--
-- Table structure for table `phpbb_force_read_users`
--
CREATE TABLE phpbb_force_read_users(
user varchar( 255 ) NOT NULL default '',
READ int( 1 ) NOT NULL default '0',
time int( 10 ) NOT NULL default '0'
) TYPE = MYISAM ;

MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'read int(1) NOT NULL default '0',
time int(10) NOT NULL defau


What should I do to fix this? I'm using MySQL version 4.0.27-standard

Statistics: Posted Author: Amarth — Thu Aug 10, 2006 9:36 am


]]>