Hi

Can you provide info regarding your server setup

e.g. php version, mysql version etc.

your admin/server_info.php will provide this info

Or put a file on your server like this:
filename: phpinfo.php
Code:
<?php echo phpinfo();
and point your browser to that phpinfo.php file, to see the details on-screen.
Delete the file when done.