Please Log in or Create an account to join the conversation.
Looks like you're using some sort of MYSQL field? Maybe CB Query Field? You appear to have an invalid query present though as the user_id is matching nothing. When using CB Query Field for such information always surround the substitution with quotes (e.g. `user_id` = '[user_id]').Error: 1064 You have an error in your SQL syntax; check the manual thaqt corresponds
to your MySQL server version for the right syntax to use near " at line 1 SQL=SELECT
dATE_FORMAT(max(`expiry_date`), '%Y-%m-%d') AS mysqlfield FROM
`qujx_cbsubs_subscriptions ` where `user_id` =
Just means you've 2 plugins installed with no associated XML file. This typically happens when the files for a plugin are deleted, but the database entry remains. You should see them grayed out in CB > Plugin Management. It shouldn't cause any problems.I ran all of the CB Tools checkers with only one unrelated error
CB plugin "JoomlaXTC VM Orders": JoomlaXTC VM Orders has no readable xml file /home/calsaili/public_html/components/com_comprofiler/plugin/user/plug_joomlaxtcvmorders/jxtc_vmorders.xml
CB plugin "Virtuemart": Virtuemart has no readable xml file /home/calsaili/public_html/components/com_comprofiler/plugin/user/plug_virtuemart/virtuemart.xml
I've seen this error for some time and assume its harmless.
It's not possible to unpublish core plugins. Mouse over the checkmark under Published and it'll only let you toggle non-core.I've looked through the forum and saw a recommendation to disable non-core plug-ins one by one, but I can't figure out how to determine which plug-ins are core. One post said to click on the help file under CB Plug-Ins, but the help file it displays doesn't show this (or I'm missing it).
Please Log in or Create an account to join the conversation.
krileon wrote: Looks like you're using some sort of MYSQL field? Maybe CB Query Field? You appear to have an invalid query present though as the user_id is matching nothing. When using CB Query Field for such information always surround the substitution with quotes (e.g. `user_id` = '[user_id]').
Please Log in or Create an account to join the conversation.