Adding EasyMOD tables to your database
Executing SQL:
CREATE TABLE phpbb_easymod ( mod_id mediumint(8) NOT NULL auto_increment, mod_title varchar(255) NULL DEFAULT '', mod_file varchar(255) NULL DEFAULT '', mod_version varchar(15) NULL DEFAULT '', mod_author_handle varchar(25) NULL DEFAULT '', mod_author_email varchar(100) NULL DEFAULT '', mod_author_name varchar(100) NULL DEFAULT '', mod_author_url varchar(100) NULL DEFAULT '', mod_description text NULL DEFAULT '', mod_process_date int(11) NULL DEFAULT '0', mod_phpBB_version varchar(15) NULL DEFAULT '', mod_processed_themes varchar(200) NULL DEFAULT '', mod_processed_langs varchar(200) NULL DEFAULT '', mod_files_edited mediumint(8) NULL DEFAULT '0', mod_tables_added mediumint(8) NULL DEFAULT '0', mod_tables_altered mediumint(8) NULL DEFAULT '0', mod_rows_inserted mediumint(8) NULL DEFAULT '0', PRIMARY KEY (mod_id))
CREATE TABLE phpbb_easymod_processed_files ( mod_processed_file varchar(255) NOT NULL DEFAULT '', mod_id mediumint(8) NOT NULL DEFAULT '0', KEY mod_processed_file (mod_processed_file), KEY mod_id (mod_id))
Progress :: .. Done
Result :: No errors
Completing Post-Process
Making Backups in [backups/]
Copy From [processed/] To Status
includes/admin_easymod.php.txt ../../../admin/admin_easymod.php completed
em_includes/em_functions.php ../../../admin/em_includes/em_functions.php completed
em_includes/em_cipher.php ../../../admin/em_includes/em_cipher.php completed
em_includes/em_schema.php ../../../admin/em_includes/em_schema.php completed
em_includes/em_modio.php ../../../admin/em_includes/em_modio.php completed
em_includes/em_ftp.php ../../../admin/em_includes/em_ftp.php completed
em_includes/index.htm ../../../admin/em_includes/index.htm completed
includes/sql/sql_builder.php ../../../includes/sql/sql_builder.php completed
includes/sql/sql_builder_mssql.php ../../../includes/sql/sql_builder_mssql.php completed
includes/sql/sql_builder_mysql.php ../../../includes/sql/sql_builder_mysql.php completed
includes/sql/sql_builder_postgresql.php ../../../includes/sql/sql_builder_postgresql.php completed
includes/sql/sql_parser.php ../../../includes/sql/sql_parser.php completed
includes/sql/sql_reserved_keywords.php ../../../includes/sql/sql_reserved_keywords.php completed
languages/lang_sql_parser.php ../../../language/lang_english/lang_sql_parser.php completed
languages/lang_easymod_english.php ../../../language/lang_english/lang_easymod.php completed
includes/mod_complete.tpl ../../../templates/subSilver/admin/mod_complete.tpl completed
includes/mod_header.tpl ../../../templates/subSilver/admin/mod_header.tpl completed
includes/mod_history.tpl ../../../templates/subSilver/admin/mod_history.tpl completed
includes/mod_history_details.tpl ../../../templates/subSilver/admin/mod_history_details.tpl completed
includes/mod_install.tpl ../../../templates/subSilver/admin/mod_install.tpl completed
includes/mod_login.tpl ../../../templates/subSilver/admin/mod_login.tpl completed
includes/mod_process.tpl ../../../templates/subSilver/admin/mod_process.tpl completed
includes/mod_settings.tpl ../../../templates/subSilver/admin/mod_settings.tpl completed
includes/mod_sql_body.tpl ../../../templates/subSilver/admin/mod_sql_body.tpl completed
includes/mod_preview.tpl ../../../templates/subSilver/admin/mod_preview.tpl completed
includes/mod_diy_body.tpl ../../../templates/subSilver/admin/mod_diy_body.tpl completed
includes/mod_help.tpl ../../../templates/subSilver/admin/mod_help.tpl completed
easymod.gif ../../../templates/subSilver/images/easymod.gif completed
includes/emc.gif ../../../templates/subSilver/images/emc.gif completed
Installing EasyMOD beta (0.3.0)
Step 4 (of 5): Depending on your selection, the modified files have been automatically moved into place or prepared for you to move them manually. If there are no errors, click the "Confirm" button to update your database and complete the installation process.
Adding EasyMOD tables to your database
Executing SQL:
CREATE TABLE phpbb_easymod ( mod_id mediumint(8) NOT NULL auto_increment, mod_title varchar(255) NULL DEFAULT '', mod_file varchar(255) NULL DEFAULT '', mod_version varchar(15) NULL DEFAULT '', mod_author_handle varchar(25) NULL DEFAULT '', mod_author_email varchar(100) NULL DEFAULT '', mod_author_name varchar(100) NULL DEFAULT '', mod_author_url varchar(100) NULL DEFAULT '', mod_description text NULL DEFAULT '', mod_process_date int(11) NULL DEFAULT '0', mod_phpBB_version varchar(15) NULL DEFAULT '', mod_processed_themes varchar(200) NULL DEFAULT '', mod_processed_langs varchar(200) NULL DEFAULT '', mod_files_edited mediumint(8) NULL DEFAULT '0', mod_tables_added mediumint(8) NULL DEFAULT '0', mod_tables_altered mediumint(8) NULL DEFAULT '0', mod_rows_inserted mediumint(8) NULL DEFAULT '0', PRIMARY KEY (mod_id))
CREATE TABLE phpbb_easymod_processed_files ( mod_processed_file varchar(255) NOT NULL DEFAULT '', mod_id mediumint(8) NOT NULL DEFAULT '0', KEY mod_processed_file (mod_processed_file), KEY mod_id (mod_id))
Progress :: .. Done
Result :: No errors
Completing Post-Process
Making Backups in [backups/]
Copy From [processed/] To Status
includes/admin_easymod.php.txt ../../../admin/admin_easymod.php completed
em_includes/em_functions.php ../../../admin/em_includes/em_functions.php completed
em_includes/em_cipher.php ../../../admin/em_includes/em_cipher.php completed
em_includes/em_schema.php ../../../admin/em_includes/em_schema.php completed
em_includes/em_modio.php ../../../admin/em_includes/em_modio.php completed
em_includes/em_ftp.php ../../../admin/em_includes/em_ftp.php completed
em_includes/index.htm ../../../admin/em_includes/index.htm completed
includes/sql/sql_builder.php ../../../includes/sql/sql_builder.php completed
includes/sql/sql_builder_mssql.php ../../../includes/sql/sql_builder_mssql.php completed
includes/sql/sql_builder_mysql.php ../../../includes/sql/sql_builder_mysql.php completed
includes/sql/sql_builder_postgresql.php ../../../includes/sql/sql_builder_postgresql.php completed
includes/sql/sql_parser.php ../../../includes/sql/sql_parser.php completed
includes/sql/sql_reserved_keywords.php ../../../includes/sql/sql_reserved_keywords.php completed
languages/lang_sql_parser.php ../../../language/lang_english/lang_sql_parser.php completed
languages/lang_easymod_english.php ../../../language/lang_english/lang_easymod.php completed
includes/mod_complete.tpl ../../../templates/subSilver/admin/mod_complete.tpl completed
includes/mod_header.tpl ../../../templates/subSilver/admin/mod_header.tpl completed
includes/mod_history.tpl ../../../templates/subSilver/admin/mod_history.tpl completed
includes/mod_history_details.tpl ../../../templates/subSilver/admin/mod_history_details.tpl completed
includes/mod_install.tpl ../../../templates/subSilver/admin/mod_install.tpl completed
includes/mod_login.tpl ../../../templates/subSilver/admin/mod_login.tpl completed
includes/mod_process.tpl ../../../templates/subSilver/admin/mod_process.tpl completed
includes/mod_settings.tpl ../../../templates/subSilver/admin/mod_settings.tpl completed
includes/mod_sql_body.tpl ../../../templates/subSilver/admin/mod_sql_body.tpl completed
includes/mod_preview.tpl ../../../templates/subSilver/admin/mod_preview.tpl completed
includes/mod_diy_body.tpl ../../../templates/subSilver/admin/mod_diy_body.tpl completed
includes/mod_help.tpl ../../../templates/subSilver/admin/mod_help.tpl completed
easymod.gif ../../../templates/subSilver/images/easymod.gif completed
includes/emc.gif ../../../templates/subSilver/images/emc.gif completed
Warning: ftp_put() [function.ftp-put]: Filetype not allowed. File post_process.bat won't be saved. in /www/8tt.org/w/i/l/wildcatforums/htdocs/admin/mods/easymod/em_includes/em_ftp.php on line 1167
Error
Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]->
Expanded Debug Info
(formatted for forum posting)
EM installer v0.3.0 wrote: EM status: New Install
phpBB version: 2.0.22
Working Dir: /www/8tt.org/w/i/l/wildcatforums/htdocs/admin/mods/easymod
Install Step: 4
Mode:
The Error wrote:
Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]->
Permissions: (including system errors)
read access :: OK
write access :: No
root path write :: No
chmod access :: unattempted
unlink access :: unattempted
mkdir access :: unattempted
tmp path write :: No
FTP extension :: OK
Safe Mode :: ON
copy access :: OK
Additional System Information:
System: Linux cl-t059-200cl.privatedns.com 2.6.18-8.1.4.el5 #1 SMP Thu May 17 03:26:03 EDT 2007 i686
Configure Command: './configure' '--enable-memory-limit' '--disable-debug' '--with-regex=php' '--disable-rpath' '--disable-static' '--with-pic' '--with-layout=GNU' '--with-pear=/usr/share/php' '--enable-calendar' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--enable-ctype' '--with-db4' '--with-iconv' '--enable-exif' '--enable-filepro' '--enable-ftp' '--with-gettext' '--enable-mbstring' '--with-pcre-regex=/usr' '--enable-shmop' '--enable-sockets' '--enable-wddx' '--disable-xml' '--with-expat-dir=/usr' '--with-xmlrpc' '--enable-yp' '--enable-dio' '--with-zlib' '--without-pgsql' '--with-kerberos=/usr' '--with-openssl=/usr' '--with-zip=/usr' '--enable-dbx' '--with-mime-magic=/usr/share/misc/file/magic.mime' '--with-exec-dir=/usr/lib/php4/libexec' '--prefix=/usr' '--with-apxs2=/usr/bin/apxs2' '--with-config-file-path=/etc/php4/apache2' '--with-jpeg-dir=/usr/lib' '--with-gd' '--with-curl' '--with-mysql'
PHP version: 5.1.6
register_globals: OFF
magic_quotes_gpc: ON
magic_quotes_runtime: OFF
allow_url_fopen: OFF
sockets_support: enabled
Recommendations:
write: buffer & ftp
move: automated FTP
Selected settings:
write: ftpb
move: ftpa
ftp dir: /
ftp host: wildcatforums.8tt.org
ftp port: 21
ftp debug: false
ftp ext: ext
ftp cache: true
CWD Listing:Testing FTP access...Code: Select all
-rw-r--r-- post_process.sh drwxr-xr-x languages -rw-r--r-- easymod.gif -rw-r--r-- easymod_install.php drwxr-xr-x em_includes drwxr-xr-x .. drwxr-xr-x templates drwxr-xr-x includes drwxr-xr-x . -rw-r--r-- easymod_display_functions.php
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
4) FTP cache access checked successfully
FTP access test :: successful