2008. október 26., vasárnap

phpCollab upgrade és egyéb trükkök

File feltöltési mizériák:
find this line in php.ini file, upload_max_filesize = 2M, change 2M for 10M and you cant upload file of 10MB

vagy

Yes. create file .htaccess in root directory of phpcollab installation, and add this lines :

php_value upload_max_filesize "10M"

vagy

add this line
php_value max_execution_time 360
360 are the seconds that execute script, if it is not sufficient to send the file increases 360 until it is sufficient

vagy

php_value max_execution_time 1200000
php_value post_max_size 200M
php_value upload_max_filesize 200M
Options -Indexes

vagy

1. edit the file includes/settings.php
2. change the variable $maxFileSize from 51200 to the amount of bytes you want to enable uploading
3. add the variable $maxCustom = to the same amount of bytes

nem elfelejteni!!! :))

Always restart the Apache service for any changes to php.ini to take place.

HELP! HELP! Hüje vagyok, kitöröltem az Admin júzert!!
No para: Create a new user account called admin and then alter that user with the following SQL to make it have admin privilages:
UPDATE db_name.members SET profil='0' where login='admin'

Nincsenek megjegyzések: