Got error installing EM

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
nl.bassplayer
Registered User
Posts: 1
Joined: Wed May 09, 2007 11:21 am

Got error installing EM

Post by nl.bassplayer »

EM installer v0.0.10a wrote: phpBB version: 2.0.22
Working Dir: /home/bibelot/domains/bibelot.net/public_html/forum/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 :: OK
copy access :: OK



Recommendations:
write: server
move: copy

Selected settings:
write: server
move: copy
ftp dir: ftp://forum.bibelot.net

CWD Listing:

Code: Select all

drwxr−xr−x .. 
−rw−r−−r−− lang_easymod.php 
−rw−r−−r−− easymod_install.php 
drwxrwxrwx processed 
drwxrwxrwx backups 
−rw−r−−r−− easymod.gif 
drwxr−xr−x includes 
−rwxrwxrwx post_process.bat 
drwxr−xr−x . 
−rwxrwxrwx post_process.sh 
−rw−r−−r−− admin_easymod_functions.php 

Not testing FTP since it is not being used.


Furthermore, by trying to open the EM History, after entering password the next error comes into view:
Could not obtain EasyMod information

DEBUG MODE

SQL Error : 1146 Table 'bibelot_phpbb.easymod' doesn't exist

SELECT * FROM easymod ORDER BY mod_id DESC

Line : 919
File : admin_easymod.php

User avatar
Raimon
Former Team Member
Posts: 67
Joined: Sun Mar 19, 2006 1:21 pm
Contact:

Re: Got error installing EM

Post by Raimon »

Have the db user name that you connect to your database the full privileges, like insert, deleted, create you name it.
You can check the settings into your host panel like CPanel, plesk etc , normal to found into the mysql settings of that.

Because the error that you get is that easymod didn't successful ad a sql table into your database :)

Locked