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 joomla-...@googlegroups.com
To upgrade from alpha I downloaded the beta and merged all the files into my existing install. Everything works but I wasnt sure if there were any database changes from alpha2 to beta1.
Does the Joomla Update Component work for these pre releases(I didnt think, to try it)?
Was it ok only overwriting the alpha files with the beta?
In the joomla update component config I see a "testing" update server. What is this "testing" server for and is there a update server for contributors that want the latest?
Dont get me wrong I use git and its awesome, just not for db schema changes.
Rouven Weßling
unread,
Sep 10, 2012, 5:44:39 PM9/10/12
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 joomla-...@googlegroups.com
I doubt the alpha -> beta update will work correctly for the database. To be save I'd either do a fresh installation or a fresh update from 2.5.6.
Rouven
elin
unread,
Sep 11, 2012, 9:03:19 AM9/11/12
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 joomla-...@googlegroups.com
Actually you can usually just go to the database tab and use Fix.
Elin
Elin
Rouven Weßling
unread,
Sep 11, 2012, 9:04:38 AM9/11/12
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
> Actually you can usually just go to the database tab and use Fix.
That will probably not work because the schema version is 3.0.0 in both the alpha and the beta.
Rouven
reynaldo celaya III
unread,
Sep 11, 2012, 4:30:32 PM9/11/12
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 joomla-...@googlegroups.com
It works after a bug fix in downloadable beta version update sql: com_admin/sql/updates/mysql/3.0.0.sql line 18 there is a line referencing #__user table which doesn't exist
looks like it has been fixed in master branch
Nick Savov
unread,
Sep 11, 2012, 4:33:40 PM9/11/12
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 joomla-...@googlegroups.com
Yes, it should be #_users (plural) and it has been fixed.