Scripts on Kloxo

vegas

Account Disabled
Hello brothers this is my first time on kloxo and Im getting to understand it by installing scripts,I got this errors:
register_globals Off
magic_quotes Off
file_uploads On
session.auto_start Off
session.use_trans_sid Off
MySQL off
GD off
cURL on
OpenSSL on
PHP Version 5.2.17

Could you interpret them and tell me whats going on?
 
Hello brothers this is my first time on kloxo and Im getting to understand it by installing scripts,I got this errors:
register_globals Off
magic_quotes Off
file_uploads On
session.auto_start Off
session.use_trans_sid Off
MySQL off
GD off
cURL on
OpenSSL on
PHP Version 5.2.17

Could you interpret them and tell me whats going on?

these are not errors these are server settings and are nothing to worry about.

depends on what you are using your site/server for, but i would advise you contact yoy host to enable magic quotes and GD and MySQL if you are using MySQL databases
 
I manage the server man,is that ur wording that it aint php.ini,that I should enable gd libraries,do you know the path where to edit that on kloxo men?

so much like no worry about men
 
Last edited:
one kiss to you brother thank you
Package php-gd-5.2.17-1.x86_64 already installed and latest version
Nothing to do
the LX forum is on my lists of forums to try thanks
 
Last edited:
Found out that the subject matter of this issue was php.ini from errors as I posted here therefore went to edit it,heres what I got:
Changes made etc/php.ini
On line 10777 register_globals = on
on line 1086 and 1087:
magic_quotes_runtime = on
magic_quotes_sybase = on
on line 1084 magic_quotes_gpc = on
on line 400
;magic_quotes_gpc = On
on line 404
;magic_quotes_runtime = On
on line 408
;magic_quotes_sybase = On
on line 1079
file_uploads = on
on line 60
; - magic_quotes_gpc = On [Performance]
on line 798
session.auto_start = 1
on line 865
session.use_trans_sid = 1
on line 1088
mysql.allow_persistent = on
on line 649
mysql.trace_mode = On
on line 632
mysql.default_host = localhost
on line 625
mysql.default_port = 98
on line 583
sql.safe_mode = On
on line 180
safe_mode_gid = On
on line 175
;safe_mode = On
on line 94
asp_tags = On
and from them the errors I got from script:

PHP Settings
register_globals On
magic_quotes Off as being right
file_uploads On as being right
session.auto_start On as being wrong
session.use_trans_sid On as being wrong

PHP Extensions
MySQL as being wrong
GD as being wrong
cURL as being right
OpenSSL as being right

So as you can see I could affect most each one from the first errors I got:
register_globals Off
magic_quotes Off
file_uploads On
session.auto_start Off
session.use_trans_sid Off
MySQL off
GD off
cURL on
OpenSSL on
PHP Version 5.2.17

The ones I could not affect was mysql and gd,so my diagnose is that from this the problem
still mysql and gd are not properly set on php.ini,please bring some help
many thanks in advance
If anyone could provide their own judgement on this matter pretty much appreciate
 
thanks easyhostmedia for ur lovely attention
I have php.d this as the extensions directory with files like:
xsl.ini
xmlwriter.ini
xcache.noini
pdo_sqlite.ini
pdo_mysql.ini
pdo.ini
mysql.ini
mysqli.ini
mbstring.ini
imap.ini
gd.ini
dom.ini
dbase.ini

From these files I changed permissions to dir php.d to 777 as well as to files:
gd.ini
mysql.ini
mysqli.ini
pdo_mysql.ini

still doing this dont make the script to enable mysql and gd extentions

Please tell me how to edit mysql.ini which has this code:
; Enable mysql extension module
extension=mysql.so

Also please tell me how to edit gd.ini which has this code:
; Enable gd extension module
extension=gd.so

Im getting to wonder that maybe the fact why my script cant enable the extentions mysql and gd is
because when first installing kloxo the installer told me the architecture of my os wasnt the proper
one and that this might cause kloxo to not work properly,please if you think this can be the cause of failure
please let me know in order to drop my actual host for another or update os version before install kloxo.
 
i am used to cpanel.

i do have a server with kloxo on, but this server does not have any sites as its just their to host RMS for my clients dolphin sites.

but the kloxo forum is the best source or if you have a managed server get the server host to correct this

CentOS 5 minimum for the OS to run Kloxo.

dont know what you are paying for your server but why not get Direct Admin its easier than kloxo and you can get for approx. 5 USD.
 
da sucks I dont want that crap near,I manage the server man,is not issue of installer saying,kloxo works perfectly I just want a good hearted programmer that gives me the right coding to enable php mysql ,gd extentions on php.ini
it will be much appreciated with best wishes of love sex and money for christmas and new year
 
da sucks I dont want that crap near,I manage the server man,is not issue of installer saying,kloxo works perfectly I just want a good hearted programmer that gives me the right coding to enable php mysql ,gd extentions on php.ini
it will be much appreciated with best wishes of love sex and money for christmas and new year

well their wil be coders on the kloxo forum that use the program and will know its structure and setups
 
Back
Top