Joomla 2.5.17
CB 1.9.1
(Also using Virtuemart 2.0.26, Jevents 2.3, Kunena 3.0 and others)
I have a brand new site where only since yesterday I have the first new members.
Most profiles I can easily select, no issue. But on a few (3 out of 10) i got an error:
Code:
500 - DateTime::__construct() [datetime.--construct]: Failed to parse time string (-1-11-30 00:00:00) at position 5 (-): Double timezone specification
So I turned on error reporting in Joomla and then I get the following error
Code:
JDatabaseMySQLi::query: 1146 - Table 'bifree_bifree.bif_[b]gj_groups[/b]' doesn't exist SQL=select m.memberid, u.id, u.username, u.name, c.avatar, c.cb_profiletype AS cb_gender, a.id AS groupid, a.name AS grouptitle, a.descr, a.logo AS groupimage, a.date_s AS actidate FROM bif_comprofiler_members m, bif_users u, bif_comprofiler c, bif_gj_groups a WHERE u.id=c.user_id AND u.id=m.memberid AND m.referenceid = 495 AND m.accepted=1 AND m.pending=0 and c.avatarapproved = 1 and u.id=a.user_id order by a.date_s desc limit 25
Call stack
# Function Location
1 JSite->dispatch() /home/bifree/public_html/index.php:42
2 JComponentHelper::renderComponent() /home/bifree/public_html/includes/application.php:197
3 JComponentHelper::executeComponent() /home/bifree/public_html/libraries/joomla/application/component/helper.php:351
4 require_once() /home/bifree/public_html/libraries/joomla/application/component/helper.php:383
5 userProfile() /home/bifree/public_html/components/com_comprofiler/comprofiler.php:103
6 HTML_comprofiler::userProfile() /home/bifree/public_html/components/com_comprofiler/comprofiler.php:710
7 Cbprofilepro::getPageContent() /home/bifree/public_html/components/com_comprofiler/comprofiler.html.php:901
8 Cbprofilepro::processData() /home/bifree/public_html/components/com_cbprofilepro/helpers/cbprofilepro.php:56
9 preg_replace_callback() /home/bifree/public_html/components/com_cbprofilepro/helpers/cbprofilepro.php:426
10 ProcessData::loadCBTab()
11 CBuser->getTab() /home/bifree/public_html/components/com_cbprofilepro/helpers/processData.php:159
12 cbTabs->generateViewTabsContent() /home/bifree/public_html/administrator/components/com_comprofiler/plugin.foundation.php:1172
13 cbTabs->_callTabPlugin() /home/bifree/public_html/administrator/components/com_comprofiler/comprofiler.class.php:3377
14 cbPluginHandler->call() /home/bifree/public_html/administrator/components/com_comprofiler/comprofiler.class.php:4187
15 call_user_func_array() /home/bifree/public_html/administrator/components/com_comprofiler/plugin.class.php:583
16 cbsuperaTab->getDisplayTab()
17 include() /home/bifree/public_html/components/com_comprofiler/plugin/user/plug_cbsuperprofileactivity/cb_plugin_superactivity.php:36
18 eval() /home/bifree/public_html/components/com_cbactivity/helpers/parameters.php:77
19 include() /home/bifree/public_html/components/com_cbactivity/helpers/parameters.php(77) : eval()'d code:566
20 JDatabase->loadObjectList() /home/bifree/public_html/components/com_cbactivity/helpers/sql_loads.php:409
21 JDatabaseMySQLi->execute() /home/bifree/public_html/libraries/joomla/database/database.php:1126
22 JError::raiseError() /home/bifree/public_html/libraries/joomla/database/database/mysqli.php:396
23 JError::raise() /home/bifree/public_html/libraries/joomla/error/error.php:251
Any ideas??
I have checked my database, table
gj_groups indeed does not exist but I have no idea why it is searching for this in the first place. I have already tried uninstalling and reinstalling Groupjive, to no avail