You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHPDevShell
I just tried to create my first application using v2.8.1-stable (both
with and without plugins) and I entered all information in Step 8 and
it appears to have completed succesfully, but when when I try to go to
the application, it redirects to install.php again.
Upon checking the tables, they are all created but they are all empty
which appears to be the problem.
Thanks
greg
unread,
Aug 21, 2010, 4:45:51 PM8/21/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHPDevShell
Did you check that the user given to PHPDevShell has all the needed
rights? that may sound dumb but "create table" right is not "update
table" right, so you might be authorize to create an empty table but
not filling it with content...
greg
jsherk
unread,
Aug 21, 2010, 4:53:53 PM8/21/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHPDevShell
Yes the user has ALL permissions... I just figured out the problem
though:
I had changed the default table prefix from pds_ to mag_ (in config
file and on install page) ... apparently there is a bug that will
create the tables but will not populate them if this is changed.
I changed the table prefix back to pds_ and then the install went fine
and the tables were created and populated ok.
Thanks
Message has been deleted
greg
unread,
Aug 22, 2010, 5:01:37 PM8/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message