Webmastersite.net
Register Log In

Fresh Install Error for wsnlinks 4.014

Comments on Fresh Install Error for wsnlinks 4.014

DerekOntario
Member

Usergroup: Customer
Joined: Oct 10, 2003

Total Topics: 6
Total Comments: 13
Posted Feb 08, 2007 - 4:03 AM:

I'm having problems doing a fresh install of wsnlinks 4.014.

I checked run in debug mode for install and I received the successful installation message. When trying to login to the admin panel after install I get this error:

URL for the error:
www.cottagelinkexchange.com...om/wsnlinks/adminlogin.php
Fatal error: Call to undefined function: mysqli_connect() in /mnt/w0201/d30/s24/b02a42c7/www/cottagelinkexchange.com/wsnlinks/databases/mysqli.php on line 6

Adding the &debug=1 or ?debug=1 to the URL gives the same error:
www.cottagelinkexchange.com...nks/adminlogin.php&debug=1
Fatal error: Call to undefined function: mysqli_connect() in /mnt/w0201/d30/s24/b02a42c7/www/cottagelinkexchange.com/wsnlinks/databases/mysqli.php on line 6

If it's any help here's the link to my php settings:
http://virtual360tours.netfirms.com/cgi/phpinfo.php?1

_____
Derek
webac01
Member

Usergroup: Customer
Joined: Feb 08, 2007
Location: France

Total Topics: 20
Total Comments: 40
webac01
Posted Feb 08, 2007 - 9:59 AM:

In config.php edit that:

$dbtype = 'mysqli';
require_once 'databases/mysqli.php';


to

$dbtype = 'mysql';
require_once 'databases/mysql.php';
DerekOntario
Member

Usergroup: Customer
Joined: Oct 10, 2003

Total Topics: 6
Total Comments: 13
Posted Feb 08, 2007 - 10:40 AM:

Thanks, that fixed it.

_____
Derek
Paul
developer

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

Total Topics: 61
Total Comments: 7867
Paul
Posted Feb 08, 2007 - 9:35 PM:

Misplaced parentheses in the mysql version check. Fixed.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



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