Cannot install. - Critical errors

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
PaulGrogan
Registered User
Posts: 2
Joined: Thu Nov 29, 2007 10:47 am

Cannot install. - Critical errors

Post by PaulGrogan »

Hi all,

First time here. Tried everything in the FAQ and other things on the forum. I have set all directory permissions to 755, files to 644. Even tried once with everything set to 777 but it still fails.
Tried this multiple times and now lost.


Adding EasyMOD tables to your database
Progress :: Done - The tables were previously created





Completing Post-Process

Warning: ftp_put() [function.ftp-put]: Opening ASCII mode data connection for admin_easymod.php in /customersites/9/home/httpd/vhosts/runestonegames.com/httpdocs/phpbb/admin/mods/easymod/em_includes/em_ftp.php on line 1102

Warning: ftp_delete() [function.ftp-delete]: Transfer complete. in /customersites/9/home/httpd/vhosts/runestonegames.com/httpdocs/phpbb/admin/mods/easymod/em_includes/em_ftp.php on line 1107
Critical Error:
Function Trace: main[3]->modio_move[3]

FTP ERROR: could not move file [admin/mods/easymod/includes/admin_easymod.php.txt] to [admin_easymod.php]
ATTEMPING REMAINDER OF POST PROCESS



Critical Error:
Function Trace: main[3]->modio_move[3]

FTP ERROR: could not move file [admin/mods/easymod/em_includes/em_functions.php] to [em_functions.php]




(formatted for forum posting)
EM installer v0.3.0 wrote: EM status: New Install
phpBB version: 2.0.22
Working Dir: /customersites/9/home/httpd/vhosts/runestonegames.com/httpdocs/phpbb/admin/mods/easymod
Install Step: 4
Mode:

The Error wrote: Critical Error:
Function Trace: main[3]->modio_move[3]

FTP ERROR: could not move file [admin/mods/easymod/em_includes/em_functions.php] to [em_functions.php]

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 :: OK
FTP extension :: OK
Safe Mode :: OFF
copy access :: No


Additional System Information:

System: Linux customersites9.easily.co.uk 2.4.31 #1 SMP Mon Oct 17 22:16:58 BST 2005 i686
Configure Command: ./configure i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --prefix=/usr --with-config-file-path=/etc --enable-force-cgi-redirect --enable-pic --disable-rpath --enable-inline-optimization --with-bz2 --with-curl=/usr/local --with-db3 --with-dom --with-exec-dir=/usr/bin --with-freetype-dir=/usr/local --with-gd --with-gdbm --with-gettext=/usr/local --with-gmp --with-iconv --with-jpeg-dir=/usr --with-mm --with-openssl --with-png --with-pspell --with-regex=system --with-ttf --with-xml --with-expat-dir=/usr --with-zlib --with-layout=GNU --enable-bcmath --enable-ftp --enable-magic-quotes --enable-safe-mode --enable-sockets --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --enable-yp --enable-wddx --without-oci8 --with-imap=shared,/home/php-build/imap-2004g --with-imap-ssl --with-kerberos=/usr/kerberos --with-ldap=shared,/usr --with-mysql=shared,/usr --with-pgsql=shared,/usr --with-unixODBC=shared,/usr --with-apxs=/usr/sbin/apxs
PHP version: 4.4.7
register_globals: ON
magic_quotes_gpc: ON
magic_quotes_runtime: OFF
allow_url_fopen: ON
sockets_support: enabled


Recommendations:
write: buffer & ftp
move: automated FTP

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

CWD Listing:

Code: Select all

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

FTP access test :: successful

PaulGrogan
Registered User
Posts: 2
Joined: Thu Nov 29, 2007 10:47 am

Re: Cannot install. - Critical errors

Post by PaulGrogan »

Here's what I get when everything in phpbb and below is at 777 permissions

(formatted for forum posting)
EM installer v0.3.0 wrote: EM status: New Install
phpBB version: 2.0.22
Working Dir: /customersites/9/home/httpd/vhosts/runestonegames.com/httpdocs/phpbb/admin/mods/easymod
Install Step: 4
Mode:

The Error wrote: Critical Error:
Function Trace: main[3]->modio_move[3]

FTP ERROR: could not move file [admin/mods/easymod/em_includes/em_functions.php] to [em_functions.php]

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

User avatar
Lumpy Burgertushie
Registered User
Posts: 1006
Joined: Tue Feb 28, 2006 5:26 pm

Re: Cannot install. - Critical errors

Post by Lumpy Burgertushie »

sometimes this means that the files are not there to be moved or the directory is not there etc.

make sure all files and directories are exactly where they need to be.

robert

Locked