Installation Problem - debug code included

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
eyang232
Registered User
Posts: 1
Joined: Wed Jan 09, 2008 3:17 pm

Installation Problem - debug code included

Post by eyang232 »

Hey guys,

I'm relatively new to phpbb, but I'm still trying to install EasyMOD. The process went smoothly until the very last step, where I got an error message that told me I could not complete installation. The debug code that was generated is as follows. Please tell me if there's anything else I need to include. Thanks in advance.
EM installer v0.3.0 wrote: EM status: New Install
phpBB version: 2.0.13
Working Dir: /tlbb/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 :: module not loaded
Safe Mode :: OFF
copy access :: OK


Additional System Information:

System: FreeBSD hostingprod.com 4.11-YAHOO-20070423 FreeBSD 4.11-YAHOO-20070423 #0: i386
Configure Command: './configure' '--prefix=/usr' '--enable-fastcgi' '--with-config-file-path=/usr/lib/php' '--enable-memory-limit' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-mbstring=all' '--enable-mbregex' '--with-curl' '--with-dom' '--with-dom-xslt' '--with-gdbm' '--with-gettext' '--with-iconv' '--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-tiff-dir' '--with-xpm-dir=/usr/X11R6' '--with-zlib-dir' '--with-ttf' '--with-freetype-dir' '--with-t1lib' '--enable-gd-native-ttf' '--with-mcrypt' '--with-mhash' '--with-mime-magic' '--with-ming' '--with-openssl' '--with-pspell' '--with-regex' '--enable-wddx' '--with-xmlrpc' '--enable-xslt' '--with-xslt-sablot' '--with-zip' '--disable-posix'
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: /directory/tlbb
ftp host: ftp.topazlabs.com
ftp port: 21
ftp debug: false
ftp ext: fsock
ftp cache: false

CWD Listing:

Code: Select all

drwxrwxr-x .
drwxrwxr-x ..
-rw-rw-r-- easymod_display_functions.php
-rw-rw-r-- easymod.gif
-rw-rw-r-- easymod_install.php
drwxrwxr-x em_includes
drwxrwxr-x includes
drwxrwxr-x languages
drwxrwxr-x templates
-rw-r--r-- post_process.sh
-rw-r--r-- post_process.bat
Testing FTP access...
Trying to connect to ftp.topazlabs.com:21 ...
220-Welcome to the Yahoo! Web Hosting FTP server.
220-Need help? Get all details at:
220-http://help.yahoo.com/help/us/webhosting/gftp/
220-
220-No anonymous logins accepted.
220 Yahoo!
Connected to remote host "ftp.topazlabs.com:21"
> USER username
331-Enter your Yahoo! member password
331
> PASS ********
230-You are using 10.5% of your subscribed disk space
230-You have 17891.868 MB of space available
230
Authentication succeeded
1) Logged in successfully
> PWD
257 "/directory" is current directory.
Current Working Directory: /directory
> PASV
227 Entering Passive Mode (216,39,62,30,172,110)
> NLST
Trying to 216.39.62.30:44142 ...
150 Opening ASCII mode data connection for .
Connected to remote host
Disconnected from remote host
00readme.txt
Register.html
archives.html
atom.xml
download.html
index.html
index.html.bak
index.xml
index_.html
mt-site.js
mtview.php
nav-commenters.gif
query.txt
register.html
register_tmpe.html
rsd.xml
showcase_main.swf
stylecatcher_insert.pl
styles-site.css
topazdejpeg.html
topazenhance.html
topazmoment.html
topazvivacity.html226 Transfer complete.
Directory listing: (23 files being listed)
[00readme.txt]
[Register.html]
[archives.html]
[atom.xml]
[download.html]
[index.html]
[index.html.bak]
[index.xml]
[index_.html]
[mt-site.js]
[mtview.php]
[nav-commenters.gif]
[query.txt]
[register.html]
[register_tmpe.html]
[rsd.xml]
[showcase_main.swf]
[stylecatcher_insert.pl]
[styles-site.css]
[topazdejpeg.html]
[topazenhance.html]
[topazmoment.html]
[topazvivacity.html]
> CWD /directory/tlbb/admin/mods/easymod
250 CWD command successful.
> PWD
257 "/directory/tlbb/admin/mods/easymod" is current directory.
2) CD to EasyMOD path successfully
> TYPE I
200 Type set to I.
> PASV
227 Entering Passive Mode (216,39,62,30,246,22)
> DELE ../../../easymod.gif
550 /directory/tlbb/easymod.gif: No such file or directory.
Error : DELE command failed
> STOR ../../../easymod.gif
Trying to 216.39.62.30:62998 ...
150 Opening BINARY mode data connection for /directory/tlbb/easymod.gif .
Connected to remote host
Storing local file "../../../admin/mods/easymod/easymod.gif" to remote file "../../../easymod.gif"
Disconnected from remote host
226-You are using 10.5% of your subscribed disk space
226 You have 17891.861 MB of space available
> SITE CHMOD 644 ../../../easymod.gif
200 CHMOD command successful.
> TYPE I
200 Type set to I.
> PASV
227 Entering Passive Mode (216,39,62,30,238,51)
> DELE ../../../easymod.gif
250-You are using 10.5% of your subscribed disk space
250-You have 17891.868 MB of space available
250 DELE command successful.
> STOR ../../../easymod.gif
Trying to 216.39.62.30:60979 ...
150 Opening BINARY mode data connection for /directory/tlbb/easymod.gif .
Connected to remote host
Storing local file "../../../admin/mods/easymod/easymod.gif" to remote file "../../../easymod.gif"
Disconnected from remote host
226-You are using 10.5% of your subscribed disk space
226 You have 17891.861 MB of space available
> SITE CHMOD 644 ../../../easymod.gif
200 CHMOD command successful.
> DELE ../../../easymod.gif
250-You are using 10.5% of your subscribed disk space
250-You have 17891.868 MB of space available
250 DELE command successful.
3) wrote to phpBB root successfully
> QUIT
221-You have transferred 13156 bytes in 2 files
221-Total traffic for this session was 15316 bytes in 3 transfers.
221-Thank you for using the FTP service on ftp.us.geocities.com.
221 Goodbye.
Disconnected from remote host

FTP access test :: successful

Locked