everburninglight wrote:
An error has occurred.
0 Database query failed (error # %s): %s SQL=SELECT manifest_cache FROM joo_extensions WHERE element="com_jfbconnect"
That getLoginRedirect code does 1 SQL query (which looks correct visually, but may have problems in Postgres when run) to check if the redirection URL is to a registered page. If so, we redirect the user to the home page on logout (so that they don't go to an ugly Joomla "You must login screen" right after they try to logout.Can you confirm that I'm doing nothing wrong that might have an impact on other parts of the module? I see that, when I log in, the log out button works just fine
Database query failed (error # %s): %s SQL=SELECT * FROM joo_menu WHERE id=''alzander wrote:
Are you still seeing that somewhere? If so, can you give any details of when?Database query failed (error # %s): %s SQL=SELECT * FROM joo_menu WHERE id=''
alzander wrote: As for the BIGINT conversion, we've already made a few changes to that block to make it compatible with both Postgres and MySQL. The conversion definitely should use BIGINT, but it's a conversion from a row that's already BIGINT, not VARCHAR(40). Not sure where you saw that..
That's a MySQL/Postgres compatible way of specifying a limit with offset, just so you know. That will, obviously, be in the v5.2.2 release as well.$query .= ' LIMIT ' . $limit . ' OFFSET ' . $limitstart;
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
