Username:
Password:



 
View FAQ

PHP Library Installation
Posted By: sebflipper on 08:17pm - 02.08.06 | 3 comment(s)
Question
The PHP Library installer doesn't submit and all the fields have been reset, how do I install the script?
Answer
As this script is quite old, it sometimes does work with newer versions of PHP. To resolve this problem, try putting a php.ini file in the same folder as the script with the following in it:

register_globals = On

Once you have updated your main php.ini or made a separate php.ini in the same folder as the script, try running the installer again.

If this doesn't fix the problem try adding the following to the config file:

// For getting post, get and cookie info for newer versions of PHP
if ( phpversion() >= "4.2.0")
{
extract($_POST);
extract($_GET);
extract($_COOKIE);
extract($_REQUEST);
extract($_SERVER);
}

Comments

RE: PHP Library Installation
Posted By: aulimge on 03:17pm - 13.03.07
i have copied the php.ini from my XP Pro to the server folder where the library program is but still cannot work.
with this setting

register_globals = On

the next part is the config file which file are you refering to ? where can i find this file is the

library.config.inc.php ?

RE: PHP Library Installation on standalone PC running XP Pro with IIS
Posted By: aulimge on 03:39pm - 13.03.07
PHP Notice: Undefined variable: db in C:\Inetpub\wwwroot\library\index.php on line 26 PHP Notice: Undefined variable: module in C:\Inetpub\wwwroot\library\index.php on line 45 PHP Notice: Undefined variable: cookie_set in C:\Inetpub\wwwroot\library\index.php on line 51 PHP Notice: Undefined variable: module in C:\Inetpub\wwwroot\library\index.php on line 87 PHP Notice: Use of undefined constant username - assumed 'username' in C:\Inetpub\wwwroot\library\index.php on line 88 PHP Notice: Undefined variable: PHPLibrary in C:\Inetpub\wwwroot\library\index.php on line 88 PHP Notice: Undefined variable: header_footer in C:\Inetpub\wwwroot\library\index.php on line 93 PHP Notice: Undefined variable: date in C:\Inetpub\wwwroot\library\header.inc.php on line 25 PHP Notice: Use of undefined constant username - assumed 'username' in C:\Inetpub\wwwroot\library\header.inc.php on line 25 PHP Notice: Undefined variable: PHPLibrary in C:\Inetpub\wwwroot\library\header.inc.php on line 25 PHP Notice: Use of undefined constant username - assumed 'username' in C:\Inetpub\wwwroot\library\header.inc.php on line 30 PHP Notice: Undefined variable: PHPLibrary in C:\Inetpub\wwwroot\library\header.inc.php on line 30 PHP Notice: Undefined variable: Submit in C:\Inetpub\wwwroot\library\modules\setup.php on line 7 PHP Notice: Undefined variable: act in C:\Inetpub\wwwroot\library\modules\setup.php on line 146 PHP Notice: Use of undefined constant username - assumed 'username' in C:\Inetpub\wwwroot\library\index.php on line 121 PHP Notice: Undefined variable: PHPLibrary in C:\Inetpub\wwwroot\library\index.php on line 121 PHP Notice: Undefined variable: header_footer in C:\Inetpub\wwwroot\library\index.php on line 172

RE: PHP Library Installation Error Msg
Posted By: aulimge on 04:21pm - 16.03.07
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'condition varchar(20) NOT NULL default '', price int(11) NOT NULL default '' at line 5

Add a comment

You must be a registered member to add a comment

Please login by using the box in the top right of your screen


pdjk-support suite version 1.50
pdjk-support suite is copyright 2005 © of www.pdjkeelan.com