Error:
If Phpmy admin shows this error msg "Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly".
Solution:
logon to the server and check the module of php:
# php -m
If any error shows there, like "local disk space is full"
Check the disk space:
# df -sh // if the disk full the error causes might be disk full
// it shows a partition /tmp, it always shows 0 size
Again the error is not fixed, check in the /tmp: check which able to touch a file if not delete all session files
# rm -f sessi*
# rm -f horde*
Note: do at your own risk.....
If Phpmy admin shows this error msg "Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly".
Solution:
logon to the server and check the module of php:
# php -m
If any error shows there, like "local disk space is full"
Check the disk space:
# df -sh // if the disk full the error causes might be disk full
// it shows a partition /tmp, it always shows 0 size
Again the error is not fixed, check in the /tmp: check which able to touch a file if not delete all session files
# rm -f sessi*
# rm -f horde*
Note: do at your own risk.....