Quote:
Originally Posted by todin
Hi,
does the tables in you DB have a prefix or not? If they do not see the post from me yesterday.
regards.
todin
my config.php
line 245
|
Cookie Related Variables
|--------------------------------------------------------------------------
|
| 'cookie_prefix' = Set a prefix if you need to avoid collisions
| 'cookie_domain' = Set to .your-domain.com for site-wide cookies
| 'cookie_path' = Typically will be a forward slash
|
*/
$config['cookie_prefix'] = "myprefix_";
$config['cookie_domain'] = "http://www.**********.biz/";
$config['cookie_path'] = "/home/domain/public_html/";[/QUOTE]
line 106
Quote:
$config['subclass_prefix'] = 'myprefix_';
|