Could not successfully update table.

Having problems installing EM? Let's fix that
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
firehawkv8
Registered User
Posts: 1
Joined: Fri Apr 18, 2008 6:46 am

Could not successfully update table.

Post by firehawkv8 »

Installing EasyMOD, won't complete install.

admin_easymod.php, looking for: admin_easymod.php
Confirmed!


mod_install.tpl: verifying existence
Confirmed!



Updating EasyMOD table data
Storing config table entries: Done

Executing SQL: INSERT INTO phpbb_easymod ( mod_title, mod_file, mod_version, mod_author_handle, mod_author_email, mod_author_name, mod_author_url, mod_description, mod_process_date, mod_phpBB_version, mod_processed_themes, mod_processed_langs, mod_files_edited, mod_tables_added, mod_tables_altered, mod_rows_inserted) VALUES ( 'EasyMOD', 'easymod/easymod_install.php', '0.3.0', 'Nuttzy', 'pktoolkit@blizzhackers.com', 'n/a', 'http://www.blizzhackers.com', 'EasyMOD automatically perfoms in seconds which previously required the tedious task of manually editing files.', 1208501094, '2.0.22', 'subSilver; futureblue; Cobalt; AcidTech; AcidTech; Glass2; subSilver', 'english; russian', 0, 1, 0, 1)

Progress :: . Done
Result :: Some queries failed, the statements and errors are listing below

* Error :: Unknown column 'mod_title' in 'field list'
SQL :: INSERT INTO phpbb_easymod ( mod_title, mod_file, mod_version, mod_author_handle, mod_author_email, mod_author_name, mod_author_url, mod_description, mod_process_date, mod_phpBB_version, mod_processed_themes, mod_processed_langs, mod_files_edited, mod_tables_added, mod_tables_altered, mod_rows_inserted) VALUES ( 'EasyMOD', 'easymod/easymod_install.php', '0.3.0', 'Nuttzy', 'pktoolkit@blizzhackers.com', 'n/a', 'http://www.blizzhackers.com', 'EasyMOD automatically perfoms in seconds which previously required the tedious task of manually editing files.', 1208501094, '2.0.22', 'subSilver; futureblue; Cobalt; AcidTech; AcidTech; Glass2; subSilver', 'english; russian', 0, 1, 0, 1)


Error


Could not successfully update table. Something is wrong and install cannot complete.



Expanded Debug Info
(formatted for forum posting)
EM installer v0.3.0 wrote: Update EM from: 0.3.0
phpBB version: 2.0.22
Working Dir: /home/content/f/i/r/firehawkv8/html/phpBB2/admin/mods/easymod
Install Step: 7
Mode:

The Error wrote:

Could not successfully update table. Something is wrong and install cannot complete.

Permissions: (including system errors)
read access :: OK
write access :: OK
root path write :: OK
chmod access :: OK
unlink access :: OK
mkdir access :: OK
tmp path write :: OK
FTP extension :: OK
Safe Mode :: OFF
copy access :: OK


Additional System Information:

System: Linux linhost203.mesa1.secureserver.net 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686
Configure Command: './configure' '--with-cgi' '--enable-fastcgi' '--with-config-file-path=/web/conf' '--with-gd' '--with-xml' '--with-gettext' '--with-zlib-dir=/usr/src/zlib' '--disable-posix' '--with-jpeg-dir=../jpeg-6b' '--enable-gd-native-ttf' '--enable-ftp' '--with-freetype-dir=/usr' '--with-freetype' '--with-sybase=/usr/src/freetds' '--with-curl=/usr/bin/curl' '--with-dom' '--enable-calendar' '--enable-soap' '--enable-bcmath' '--with-zip' '--with-openssl' '--with-mcrypt' '--with-mysql=/usr/local/mysql-5.0'
PHP version: 4.3.11
register_globals: ON
magic_quotes_gpc: ON
magic_quotes_runtime: OFF
allow_url_fopen: ON
sockets_support: N/A


Recommendations:
write: server
move: copy

Selected settings:
write: ftpb
move: ftpa
ftp dir: /phpBB2/
ftp host: localhost
ftp port: 21
ftp debug: false
ftp ext: ext
ftp cache: false

CWD Listing:

Code: Select all

drwxr-xr-x .
drwxr-xr-x ..
drwxr-xr-x em_includes
-rw-r--r-- easymod.gif
-rw-r--r-- easymod_display_functions.php
-rw-r--r-- easymod_install.php
drwxr-xr-x includes
drwxr-xr-x languages
drwxr-xr-x templates
-rw-r--r-- post_process.sh
-rw-r--r-- post_process.bat
Testing FTP access...
1) Logged in successfully
Current Working Directory: /
Directory listing: (0 files being listed)
2) CD to EasyMOD path successfully
3) wrote to phpBB root successfully

FTP access test :: successful


So what is wrong with the database or the program?

Locked