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
Comments on Fresh Install Error for wsnlinks 4.014
Member
Usergroup: Customer
Joined: Oct 11, 2003
Total Topics: 6
Total Comments: 13
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
Member
Usergroup: Customer
Joined: Feb 08, 2007
Location: France
Total Topics: 20
Total Comments: 40
In config.php edit that:
to
Member
Usergroup: Customer
Joined: Oct 11, 2003
Total Topics: 6
Total Comments: 13
Thanks, that fixed it.
_____
Derek
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Misplaced parentheses in the mysql version check. Fixed.