I just upgraded my wsnlink from version 3. I liked the load management function in admin but i dont know if it is working for me since the upgrade. I put 3 in the load management box and then i press update settings. When i look again at the load management box i do not see the number 3, no numbers is shown. Im wondering if that is the way it works or did i do something wrong during my upgrade.
Probably the config.php has become so messy it can't parse it properly, that can happen after a large number of upgrades from old enough versions. Send it via the email support form and I can clean it up for you, or you can try it yourself, removing instances of ?><?php and putting in line breaks so everything is on its own line.
I actually went ahead and changed the config.php file to be the same as what you ahve in version 4. What was odd was when i upload the new config.php file on t0 my server it just shows up as the config file i posted above, all the new changes i made was replaced with the file above. Im not sure what I can do to fix it.
The below code are the ones that stay missing when the config.php is uploaded:
Comments on load management ?
Forum Regular
Usergroup: Customer
Joined: Nov 01, 2004
Total Topics: 56
Total Comments: 121
I just upgraded my wsnlink from version 3. I liked the load management function in admin but i dont know if it is working for me since the upgrade. I put 3 in the load management box and then i press update settings. When i look again at the load management box i do not see the number 3, no numbers is shown. Im wondering if that is the way it works or did i do something wrong during my upgrade.
Thnaks,
Fuee
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Probably the config.php has become so messy it can't parse it properly, that can happen after a large number of upgrades from old enough versions. Send it via the email support form and I can clean it up for you, or you can try it yourself, removing instances of ?><?php and putting in line breaks so everything is on its own line.
Forum Regular
Usergroup: Customer
Joined: Nov 01, 2004
Total Topics: 56
Total Comments: 121
This is my code paul if you can show me where to modify ill just follow your instructions
Thanks,
fuee
<?php
$categoriestable = 'wsnlinks_categories';
$linkstable = 'wsnlinks_links';
$metatable = 'wsnlinks_settings';
$commentstable = 'wsnlinks_comments';
$languagetable = 'wsnlinks_language';
$memberstable = 'wsnlinks_members';
$membergroupstable = 'wsnlinks_membergroups';
$sessionstable = 'wsnlinks_sessions';
$emailtable = 'wsnlinks_email';
$ratingstable = 'wsnlinks_ratings';
$switchestable = 'wsnlinks_switches';
$pmtable = 'wsnlinks_pm';
$markuptable = 'wsnlinks_markup';
$prefix = 'wsnlinks_';
$databasename = 'xxxxx';
$dbtype = 'mysql';
require_once 'databases/mysql.php';
$dbhost = 'localhost';
$dbuser = 'xxxxx';
$dbpass = 'xxxxx';
$databasename = 'xxxxx';
$adb = new db($dbhost, $dbuser, $dbpass, $databasename);
if ($adb->dbh) $connection = $adb->dbh;
$imtable = 'wsnlinks_im'; $modtable = 'wsnlinks_modlog'; $attachmentstable = 'wsnlinks_attachments'; $helpcatstable = 'wsnlinks_helpcategory'; $helpitemstable = 'wsnlinks_helpitem'; $cronstable = 'wsnlinks_crons';
$dirurl = 'http://www.xxxxx.com';
$uploadpath = '/home/xxxxx/public_html/attachments/';
?><?php $searchestable = 'wsnlinks_searches'; $caltable = 'wsnlinks_calendar'; $invitestable = 'wsnlinks_invites'; $traderstable = 'wsnlinks_trader'; ?>
Forum Regular
Usergroup: Customer
Joined: Nov 01, 2004
Total Topics: 56
Total Comments: 121
Hey Paul,
I actually went ahead and changed the config.php file to be the same as what you ahve in version 4. What was odd was when i upload the new config.php file on t0 my server it just shows up as the config file i posted above, all the new changes i made was replaced with the file above. Im not sure what I can do to fix it.
The below code are the ones that stay missing when the config.php is uploaded:
$rejectspiderlevel = '';
$rejectguestlevel = '';
$ftphost = '';
$ftpuser = '';
$ftppass = '';
$ftpdir = '';
I just checked another site that's been upgraded to version 4 and the config.php looks the same as above as well.
Thanks,
Fuee
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Fixed, upgrade to 4.0.35.
Forum Regular
Usergroup: Customer
Joined: Nov 01, 2004
Total Topics: 56
Total Comments: 121
Thanks again Paul another issue solved
Great job,
Fuee