having problem in 4step

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
terminator7879
Registered User
Posts: 1
Joined: Wed Dec 12, 2007 9:59 am

having problem in 4step

Post by terminator7879 »

it says the following below:

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





Completing Post-Process

Warning: copy() [function.copy]: SAFE MODE Restriction in effect. The script whose uid is 3336 is not allowed to access /www/newsit.es/g/p/t/gptclick/htdocs/forum/admin/em_includes owned by uid 2001 in /www/newsit.es/g/p/t/gptclick/htdocs/forum/admin/mods/easymod/em_includes/em_modio.php on line 544

Warning: copy(../../../admin/em_includes/em_functions.php) [function.copy]: failed to open stream: No such file or directory in /www/newsit.es/g/p/t/gptclick/htdocs/forum/admin/mods/easymod/em_includes/em_modio.php on line 544

Error

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

COPY ERROR: could not move file [em_includes/em_functions.php] to [../../../admin/em_includes/em_functions.php]




Expanded Debug Info
(formatted for forum posting)
EM installer v0.3.0 wrote: EM status: New Install
phpBB version: 2.0.21
Working Dir: /www/newsit.es/g/p/t/gptclick/htdocs/forum/admin/mods/easymod
Install Step: 4
Mode:

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

COPY ERROR: could not move file [em_includes/em_functions.php] to [../../../admin/em_includes/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 :: No
FTP extension :: OK
Safe Mode :: ON
copy access :: OK


Additional System Information:

System: Linux http://www.newsit.es 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 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: server
move: copy

Selected settings:
write: server
move: copy
ftp dir: /
ftp host: localhost
ftp port: 21
ftp debug: false
ftp ext: fsock
ftp cache: false

CWD Listing:

Code: Select all

drwxr-xr-x em_includes 
drwxr-xr-x templates 
drwxrwx--- . 
-rw-r--r-- easymod_display_functions.php 
-rw-r--r-- easymod.gif 
-rw-rw-rw- post_process.bat 
drwxrwx--- .. 
drwxr-xr-x languages 
-rw-r--r-- easymod_install.php 
-rw-rw-rw- post_process.sh 
drwxr-xr-x includes 

Not testing FTP since it is not being used.

User avatar
WhiteWolfSix
Registered User
Posts: 210
Joined: Fri Jan 21, 2005 9:05 am
Location: 48°43′N, 19°08′E

Re: having problem in 4step

Post by WhiteWolfSix »

While "SAFE MODE Restriction in effect" you can't do anything, see http://sk.php.net/manual/en/features.safe-mode.php This is a security setting of the server that disables lot of php functions required by EasyMOD. You could finish the installation process by manual copy of the required files to folder that is shown in error.

Safe Mode would allow you use Easy MOD at manual regime, not fully automatic regime. It means, EM would make all MOD changes to necessary files but you will be asked to download changed files from server and manually copy them back to server on proper place because function.copy is restricted.
Image
WhiteWolfSix (WW6)

Locked