Title |
Upgrade problem |
Description |
missing code in config file |
Message Text |
Hi. I have WSN Links 2.53 installed. The directions to upgrade from 2.5x say that I need to downloaded my config.pho file (which I did), and remove "$emailtable = 'wsnlinks_email';" from it - however there is no such code in my config file. All I have is what I've copied below. Do I leave as is and go on with directions?
<?php
$categoriestable = 'wsnlinks_categories';
$linkstable = 'wsnlinks_links';
$metatable = 'wsnlinks_settings';
$commentstable = 'wsnlinks_comments';
$languagetable = 'wsnlinks_language';
$memberstable = 'wsnlinks_members';
$membergroupstable = 'wsnlinks_membergroups';
$databasename = 'links';
$prefix = 'wsnlinks_';
$connection = mysql_connect('localhost', 'wsn', 'links');
mysql_select_db('links'); ?> |
Rating |
0/5 based on 0 votes.
|
Ownership |
tunerworld |
Views |
634 views. Averaging 0 views per day. |
Similar Topics |
|
Submission Date |
Jun 15, 2005 - 9:20 AM |