denser wrote:it mean your hoster must have openssl and gd libraries in apache
Not in Apache, GD and OpenSSL are PHP business.
msjoker wrote:yes, but not how to fix it appears to me OK
If you are running Windows and you can edit the configuration files on your own, then open the php.ini file (location depends on configuration) and uncomment the lines like you can see bellow. On Linux you have to compile PHP with these libraries but I can't tell you how because I'm not hosting webserver on my own, just on my dev machine which is running Windows.
;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions ;;;;;;;;;;;;;;;;;;;;;;;...;extension=php_fileinfo.dllextension=php_gd2.dll ; THIS ONE;extension=php_gettext.dll...;extension=php_oci8_11g.dll ; Use with Oracle 11g Instant Clientextension=php_openssl.dll ; AND THIS ONE;extension=php_pdo_firebird.dll...
If you are not hosting on your own then ask your hoster that you need these libraries and maybe he will enable them for you.
* PHP version : 5.2.14 OK Checking extensions loaded : * mysql extension : OK * gd extension : OK * openssl extension : OK Checking mysql connexion : * connected ? OK Checking db connexion : * connected ? OK Checking table connexion : * accounts exist ? OK * account_data exist ? OK Checking sql parsing on accounts table : * email exist ? OK * created_time exist ? OK Checking rights of the cache folder : * cache folder : OK
I have new table: account_data (and inside it i have account_name, var and value (and it was 1 entery here with my ip))
and in table accounts i have email (all entery have null), created_time (with today date)
Skoczek wrote:Hello
I need help with this script. I copied it to ftp, connect to sql and parse db.sql (via navicat) but when i try to make account i have an error
* PHP version : 5.2.14 OK Checking extensions loaded : * mysql extension : OK * gd extension : OK * openssl extension : OK Checking mysql connexion : * connected ? OK Checking db connexion : * connected ? OK Checking table connexion : * accounts exist ? OK * account_data exist ? OK Checking sql parsing on accounts table : * email exist ? OK * created_time exist ? OK Checking rights of the cache folder : * cache folder : OK
I have new table: account_data (and inside it i have account_name, var and value (and it was 1 entery here with my ip))
and in table accounts i have email (all entery have null), created_time (with today date)
i have same problem moreover when i try login page with my account ingame i gate msg: We were unable to verify your login. Either your login information was entered incorrectly, or the account system is currently unavailable.
and cant login ingame also...
L2Noble Game, Server and System Admin - public relations
Hi,
I face a problem with this acm when someone creates account it sets access level = -1 , i forced to change it on class files and se it to 0,but i believe that this is not the right way.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
well then dig in the scripts and change it to 0, how hard is that?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
Checking php version : * PHP version : 5.2.13 OK Checking extensions loaded : * mysql extension : OK * gd extension : OK * openssl extension : OK Checking mysql connexion : * connected ? KO Checking db connexion : * connected ? KO Checking table connexion : * accounts exist ? KO * account_data exist ? KO Checking sql parsing on accounts table : * email exist ? KO * created_time exist ? KO Checking rights of the cache folder : * cache folder : OK
I'm using different website hosting and server . when i try on local all is OK .but when i upload to my web-hosting server .it can't connect mysql . show all KO