Webmastersite.net
Register Log In

load management ?

Comments on load management ?

fuee
Forum Regular

Usergroup: Customer
Joined: Nov 01, 2004

Total Topics: 56
Total Comments: 121
fuee
Posted Jul 29, 2007 - 3:06 PM:

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
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jul 30, 2007 - 2:28 AM:

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.
fuee
Forum Regular

Usergroup: Customer
Joined: Nov 01, 2004

Total Topics: 56
Total Comments: 121
fuee
Posted Jul 30, 2007 - 8:51 PM:

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'; ?>
fuee
Forum Regular

Usergroup: Customer
Joined: Nov 01, 2004

Total Topics: 56
Total Comments: 121
fuee
Posted Jul 30, 2007 - 9:36 PM:

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
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jul 31, 2007 - 2:17 PM:

Fixed, upgrade to 4.0.35.
fuee
Forum Regular

Usergroup: Customer
Joined: Nov 01, 2004

Total Topics: 56
Total Comments: 121
fuee
Posted Jul 31, 2007 - 8:48 PM:

Thanks again Paul another issue solved wink

Great job,
Fuee
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.