Raised This Month: $51 Target: $400
 12% 

Php-> AmxX


Post New Thread Reply   
 
Thread Tools Display Modes
pendragon
Senior Member
Join Date: Mar 2004
Location: In a bubble
Old 10-01-2004 , 16:46  
Reply With Quote #31

Installation Failed...

Error:
Code:
 Fatal error: Call to undefined function: free() in C:\www\HLDSAdmin-DFA\install.php on line 52
Line 51-59:
Code:
			}
			$res->free();
			$admin = $_POST['aname'];
			$adminpass = md5($_POST['apass']);
			$res = $db->query("INSERT INTO users VALUES ('','".$admin."','".$adminpass."','','','2','','') ");
			if(!$res)
			{
				die("Could not add Admininstrator User : ");
			}
server info:
Dual 2.4 GHz Xeon Processors
Windows Server 2003
PHP v. 4.3.6
Pear 1.3.1
IIS v. 6
__________________
pendragon is offline
Send a message via ICQ to pendragon
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 10-01-2004 , 20:56  
Reply With Quote #32

Zipping up my current version, try this, it should fix it

This would be known as a beta release, it just upgrades the web interface, doesn't touch the plugin. It hasn't been extensively tested either..

Scroll down a bit for the attachment update
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
Bry
Member
Join Date: Mar 2004
Old 10-03-2004 , 17:41  
Reply With Quote #33

when amxmodx 2.0 goes final this will be one of the first plugins i use
Bry is offline
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 10-03-2004 , 21:46  
Reply With Quote #34

I haven't had a lot of time lately, which is the main reason I haven't done much. If I ever get some time, I can probably add some better stuff, along with making it more stable
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
kryptonyte
Senior Member
Join Date: Aug 2004
Location: South Carrolinaa
Old 10-04-2004 , 18:27  
Reply With Quote #35

Code:
Fatal error: Call to undefined function NewADOConnection() in c:\Inetpub\wwwroot\php-amxx\install.php on line 30
keep getting this error when attempting to install. i think it has something to do with my PEAR install but thought i would tell you anyways.

Windows Server 2003
IIS 6
PHP 5.0.2
everything up to date
__________________

Kaboom Clan Site
Visit Kaboom Counter-Strike 1.6 Server: 24.88.56.188:27015
Visit Kaboom DOD Server: 24.88.56.188:2030
kryptonyte is offline
Send a message via ICQ to kryptonyte Send a message via AIM to kryptonyte Send a message via MSN to kryptonyte Send a message via Yahoo to kryptonyte
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 10-04-2004 , 20:32  
Reply With Quote #36

Did you try the zip file I posted a few posts ago?
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
kryptonyte
Senior Member
Join Date: Aug 2004
Location: South Carrolinaa
Old 10-04-2004 , 20:42  
Reply With Quote #37

yea that was the one i used.
__________________

Kaboom Clan Site
Visit Kaboom Counter-Strike 1.6 Server: 24.88.56.188:27015
Visit Kaboom DOD Server: 24.88.56.188:2030
kryptonyte is offline
Send a message via ICQ to kryptonyte Send a message via AIM to kryptonyte Send a message via MSN to kryptonyte Send a message via Yahoo to kryptonyte
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 10-04-2004 , 21:03  
Reply With Quote #38

Update..

change this to get install.php to work
find this line in install.php
$db = NewADOConnection($con);
change it to
$db = NewADOConnection($dsn);
Attached Files
File Type: zip version2.zip (210.1 KB, 258 views)
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
kryptonyte
Senior Member
Join Date: Aug 2004
Location: South Carrolinaa
Old 10-04-2004 , 21:47  
Reply With Quote #39

Code:
ADONewConnection: Unable to load database driver ''

Connection error

sorry now im getting this error when i try and run the install.php
__________________

Kaboom Clan Site
Visit Kaboom Counter-Strike 1.6 Server: 24.88.56.188:27015
Visit Kaboom DOD Server: 24.88.56.188:2030
kryptonyte is offline
Send a message via ICQ to kryptonyte Send a message via AIM to kryptonyte Send a message via MSN to kryptonyte Send a message via Yahoo to kryptonyte
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 10-04-2004 , 22:00  
Reply With Quote #40

Uh, are you running one of the sql modules? They have to be enabled in newever versions of php

Oops

find this line in install.php
$db = NewADOConnection($con);
change it to
$db = NewADOConnection($dsn);

I really should test before I release.. but I have no time
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:48.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode