Jump to content

Egroupware v1.0 for Linux Mandrake


kyzzar
 Share

Recommended Posts

Dear All,

 

I used this command "urpmi egroupware" to install in my Linux mandrake

but below are my error, all red color....

 

I donr know how to fix this problem...does anyone can help me to complete this program...

 

 

Checking the eGroupWare Installation

 

Checking php.ini: safe_mode = Off: ini_get('safe_mode')='' = Off

 

Checking php.ini: error_reporting not set E_NOTICE: ini_get('error_reporting')='2039'

 

Checking php.ini: magic_quotes_runtime = Off: ini_get('magic_quotes_runtime')='' = Off

 

Checking php.ini: register_globals = Off: ini_get('register_globals')='1' = On

register_globals is turned On, eGroupWare does NOT require it and it's generaly more secure to have it turned Off

 

Checking php.ini: memory_limit >= 16M: ini_get('memory_limit')='8M'

memory_limit is set to less then 16M: some applications of eGroupWare need more then the recommend 8M,

expect ocasional failures

Please make the following change in your php.ini: memory_limit = 16M

 

Checking php.ini: max_execution_time >= 30: ini_get('max_execution_time')='30'

 

Checking extension mysql is loaded or loadable: False

The mysql extension is needed, if you plan to use a MySQL database.

Checking extension pgsql is loaded or loadable: False

The pgsql extension is needed, if you plan to use a pgSQL database.

 

Checking extension mbstring is loaded or loadable: False

The mbstring extension is needed to fully support unicode (utf-8) or other multibyte-charsets.

 

Checking extension imap is loaded or loadable: False

The imap extension is needed by the two email apps (even if you use email with pop3 as protokoll).

 

Checking file-permissions of . for : root/root drwxr-xr-x

 

Checking file-permissions of phpgwapi/images for : root/root drwxr-xr-x

phpgwapi/images not writable by the webserver !!!

 

 

Please fix the above errors ( ) and warnings( ) and continue to the Header Admin

 

Thanks...

 

Kyzzar...

Link to comment
Share on other sites

There not really errors, just some config adjustments you need to make. The ones you need to address are the php comments.

So open up php.ini in a text editor (/etc/php.ini) and make the changes as required.

You might also want to install mysql. !

Link to comment
Share on other sites

There not really errors, just  some config adjustments you need to make. The ones you need to address are the php comments.

So open up php.ini  in a text editor  (/etc/php.ini) and make the changes as required.

You might also want to install mysql. !

Hello Goodevening Anon!

 

Yes you right I configure it the PHP.INI

as my sample below you can see the checking installation that the php is already complete

but some are not ..all red color is my error ...

 

I have clue about this error....

 

 

Checking the eGroupWare Installation

 

Checking php.ini: safe_mode = Off: ini_get('safe_mode')='' = Off

 

Checking php.ini: error_reporting not set E_NOTICE: ini_get('error_reporting')='2039'

 

Checking php.ini: magic_quotes_runtime = Off: ini_get('magic_quotes_runtime')='' = Off

 

Checking php.ini: register_globals = Off: ini_get('register_globals')='' = Off

 

Checking php.ini: memory_limit >= 16M: ini_get('memory_limit')='16oM'

 

Checking php.ini: max_execution_time >= 30: ini_get('max_execution_time')='30'

 

Checking extension mysql is loaded or loadable: True

 

Checking extension pgsql is loaded or loadable: False

The pgsql extension is needed, if you plan to use a pgSQL database.

 

Checking extension mbstring is loaded or loadable: False

The mbstring extension is needed to fully support unicode (utf-8) or other multibyte-charsets.

 

Checking extension imap is loaded or loadable: False

The imap extension is needed by the two email apps (even if you use email with pop3 as protokoll).

Checking file-permissions of . for : root/root drwxr-xr-x

 

Checking file-permissions of phpgwapi/images for : root/root drwxr-xr-x

phpgwapi/images not writable by the webserver !!!

 

Please fix the above errors ( ) and warnings( ) and continue to the Header Admin

 

 

Thanks

 

Kyzzae

Link to comment
Share on other sites

Your using mysql so i don't think you need to worry about The pgsql extension.

Go to the Mandrake control centre and in the install section,

install php-mbstring-4.3.8-1mdk and also imap-2004-1mdk

 

Then find phpgwapi/images and change the permissions so your webserver can write to it.

Link to comment
Share on other sites

Your using mysql so i don't think you need to worry about The pgsql extension.

Go to the Mandrake control centre and in the install section,

install php-mbstring-4.3.8-1mdk   and also  imap-2004-1mdk

 

Then find   phpgwapi/images and  change the permissions so your webserver can write to it.

Hello Anon,

 

Goodevening!

 

Thanks to you my error now is only a permission

But what kind of permission that I'm going to set in the images...

 

Status:

 

Checking the eGroupWare Installation

 

Checking php.ini: safe_mode = Off: ini_get('safe_mode')='' = Off

 

Checking php.ini: error_reporting not set E_NOTICE: ini_get('error_reporting')='2039'

 

Checking php.ini: magic_quotes_runtime = Off: ini_get('magic_quotes_runtime')='' = Off

 

Checking php.ini: register_globals = Off: ini_get('register_globals')='' = Off

 

Checking php.ini: memory_limit >= 16M: ini_get('memory_limit')='16oM'

 

Checking php.ini: max_execution_time >= 30: ini_get('max_execution_time')='30'

 

Checking extension mysql is loaded or loadable: True

 

Checking extension pgsql is loaded or loadable: False

The pgsql extension is needed, if you plan to use a pgSQL database.

Checking extension mbstring is loaded or loadable: True

 

Checking extension imap is loaded or loadable: True

 

Checking file-permissions of . for : root/root drwxr-xr-x

 

Checking file-permissions of phpgwapi/images for : root/root drwxr-xr-x

phpgwapi/images not writable by the webserver !!!

 

Please fix the above errors ( ) and warnings( ) and continue to the Header Admin

 

 

Thanks Anon...

 

Kyzzar

Link to comment
Share on other sites

Find out where the file is and then:

chmod  0755 file_name

If that doesn't work then try:

chmod  0777  file_name

Hello Anon!,

 

Goodmorning!

 

I set the permission into 0777 but it shows me like this: please see the red color at below...

I dont know if it is working or not...

 

Checking the eGroupWare Installation

 

Checking php.ini: safe_mode = Off: ini_get('safe_mode')='' = Off

 

Checking php.ini: error_reporting not set E_NOTICE: ini_get('error_reporting')='2039'

 

Checking php.ini: magic_quotes_runtime = Off: ini_get('magic_quotes_runtime')='' = Off

 

Checking php.ini: register_globals = Off: ini_get('register_globals')='' = Off

 

Checking php.ini: memory_limit >= 16M: ini_get('memory_limit')='16oM'

 

Checking php.ini: max_execution_time >= 30: ini_get('max_execution_time')='30'

 

Checking extension mysql is loaded or loadable: True

 

Checking extension pgsql is loaded or loadable: False

The pgsql extension is needed, if you plan to use a pgSQL database.

 

Checking extension mbstring is loaded or loadable: True

 

Checking extension imap is loaded or loadable: True

 

Checking file-permissions of . for : root/root drwxr-xr-x

./phpgwapi/images world-writable !!!

 

Checking file-permissions of phpgwapi/images for : root/root drwxrwxrwx

 

Please fix the above errors ( ) and warnings( ) and continue to the Header Admin

 

 

Thanks Anon

 

Kyzzar

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...