I've followed the basic instructions and got it installed in ACP and my sql database. I even chmod'ed the director to 777 and all files to 666. Now here is the problem.
When setting up easymod, pointing to the appropriate address. I get the following in advance mode.
Let's see what you have for file access. You do not need everything to read 'ok'.
As you can see write access is off. Thus, when setting up the option for Easymod I get the errorread access :: OK
write access :: No
root path write :: OK
chmod access :: unattempted
unlink access :: unattempted
mkdir access :: unattempted
tmp path write :: OK
FTP extension :: module not loaded
Safe Mode :: OFF
copy access :: OK
Easymod also doesn't seem to have access to copy of the directory even though in advance mode it says its able to.
Testing selected write method
ACCESS ERROR: phpBB does not have permission to write to the EasyMOD directory.
Write stuff about checking permissions and how to.
Here is the debug information.
(formatted for forum posting)
EM installer v0.2.1a wrote: phpBB version: 2.0.17
Working Dir: /var/www/html/area51/admin/mods/easymod
Install Step: 3
Mode: debug
Permissions: (including system errors)The Error wrote: No error.
read access :: OK
write access :: No
root path write :: OK
chmod access :: unattempted
unlink access :: unattempted
mkdir access :: unattempted
tmp path write :: OK
FTP extension :: module not loaded
Safe Mode :: OFF
copy access :: OK
Recommendations:
write: buffer & ftp
move: automated FTP
Selected settings:
write:
move:
ftp dir:
ftp host:
ftp port:
ftp debug: false
ftp ext:
ftp cache: false
CWD Listing:Code: Select all
drwxr-xr-x includes drwxr-xr-x em_includes -;rw-r--r-- easymod_display_functions.php -;rw-rw-rw- index.html drwxr-xr-x . drwxrwxrwx .. drwxr-xr-x templates -;rw-r--r-- easymod.gif -;rw-r--r-- easymod_install.php~ -;rw-r--r-- easymod_install.php drwxr-xr-x languages
Not testing FTP since it is not being used.
So any sujestions?