1 fabriceb6 Jun 22, 2009 16:47
3 lturner Jun 22, 2009 17:03
Actually, looking at your error message again it seems that there are two underscores between 'evo' and the table name part. Maybe the component is putting the '_' in for you and you only have to supply the 'evo' part ?
L
4 yabba Jun 22, 2009 19:24
fabriceb6 wrote:
My b2evolution Version: Joomla B2Evolution Component
Hi,
I bought the pack b2evolution for joomla
Not trying to sound funny but, if I'd bought a product I'd be expecting the seller to bend over backwards to support my needs in getting that product working ;)
Not that we mind helping you :D
I think lturner's right, change your b2evo table prefix to evo ;)
¥
Hi Fabrice
Welcome to the forums. I have to say that I thought the table prefix defaulted to evo_ unless someone changed it but I could be wrong on this.
I have never used (or heard of for that matter) the Joomla b2evo component but as far as finding out the table prefix for your installation, just crack open /conf/_basic_config.php and scan down for the following variable:
$tableprefix = 'evo_';
L