php version unrespond

Status
Not open for further replies.

Laguich

New Member
Messages
35
Reaction score
0
Points
0
Hello everybody,
I request a change in my PHP version, 5 days ago, and i have no answer.
Good or bad but i want to know, because, my CMS groupware, needs function's PHP version 3.

Is there a problem?:dunno:

thanks

groupware "groupoffice"
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
Unless an admin has told you to request v3, you wont get it - its a manual process.
 

Laguich

New Member
Messages
35
Reaction score
0
Points
0
So what i have to do?
I don't need all functions of version3.
How can it be done?

thanks
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
Most people use cms systems on v2 of php, what issues are you having?
 

Laguich

New Member
Messages
35
Reaction score
0
Points
0
This is the test script of groupoffice on server :
Group-Office test script
Server software:Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b mod_mono/1.2.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
PHP version:Ok (5.2.5)
MySQL support: Ok
IMAP support:Ok
Iconv support:Ok
File upload support:Ok
Safe mode:Ok
Open base_dir:Ok
Calendar functions:Ok
Memory limit:Ok
Register globals:Ok
Error logging:Warning: PHP error logging is disabled in php.ini. It's recommended that this feature is enabled. libwbxml:
Warning: exec() has been disabled for security reasons in /home/............ on line 67
Edit:
So just 2 functions, or options of v3 php are important for me. How Can i have them?
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
You need to provide a valid reason why you need PHPv3.
What functions do you need enabled, and what the script/website is about?
 
Last edited:

Laguich

New Member
Messages
35
Reaction score
0
Points
0
The script is a groupware "groupoffice".
The functions or options i need :
Error logging:Warning: PHP error logging is disabled in php.ini. It's recommended that this feature is enabled.
libwbxml:Warning: exec() has been disabled for security reasons in /home/............ on line 67

Thanks
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
exec() function isn't an important function. Try commenting out the line that has this function and see if your script works.
If you don't know how to do it, tell me what page is the one giving you the "Error logging:Warning: PHP error logging is disabled in php.ini. It's recommended that this feature is enabled. " message and I'll try to comment it out.
 
Status
Not open for further replies.
Top