Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
sfraise wrote: Basically what this error is saying is that your code is trying to update something in the lastactivity column of the w0cx6_comprofiler table but the lastactivity column doesn't exist there.
I'm using a slightly older version of cb and some of these columns don't appear in my #__comprofiler table, are these in the newer version of cb or does jom_wall add columns to the comprofiler table? I don't see where the query is joining anything else so the first place I would start would be looking in your database w0cx6_comprofiler table and seeing if that column exists. If it exists then I'm not sure what to do there, if it doesn't then you need to figure out if that column is supposed to be in that table and figure out why it's not, or figure out why the code is trying to write to the wrong table. You might also just double check to make sure that w0cx6_ is in fact the prefix you're using, I'm used to everything always being jos_ since I'm still on 1.5 but I know the installation for 1.7 now lets you choose a different prefix.
Is everything here a fresh install and nothing has been tweaked or customized in the code?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.