• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue PhpMyadmin 3.3.0 with Export to Excel 2003 or 2007

Roberto Nunez

Basic Pleskian
Issue PhpMyadmin 3.3.3 with Export to Excel 2003 or 2007

Hello,
I detect this another issue when I try to export to Excel 97-2003 XLS Workbook or Excel 2007 XLSX Workbook, I get error 500.

Product: Plesk Panel 10.0.1 (latest)

O.S.: CentOS 5.5 64 bits

This function should be works fine because its important.

Regards.
 
Last edited:
I can't reproduce it on my test environment. Need more details, error logs, etc.
 
Hi Igor,
This error appear in this logs:

/var/log/sw-cp-server/error_log

[root@ns sw-cp-server]$ tail -f error_log

2010-11-18 11:52:40: (connections.c.299) SSL: 1 error:140780E5:SSL routines:SSL23_READ:ssl handshake failure
2010-11-18 11:52:40: (connections.c.299) SSL: 1 error:140780E5:SSL routines:SSL23_READ:ssl handshake failure
2010-11-18 11:52:40: (connections.c.299) SSL: 1 error:140780E5:SSL routines:SSL23_READ:ssl handshake failure
2010-11-18 11:52:40: (connections.c.299) SSL: 1 error:140780E5:SSL routines:SSL23_READ:ssl handshake failure
2010-11-18 11:52:56: (connections.c.299) SSL: 1 error:140780E5:SSL routines:SSL23_READ:ssl handshake failure
2010-11-18 11:53:32: (mod_fastcgi.c.2582) FastCGI-stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 95 bytes) in /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/PHPExcel/PHPExcel/Worksheet.php on line 977

2010-11-18 11:53:56: (mod_fastcgi.c.2582) FastCGI-stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 95 bytes) in /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/PHPExcel/PHPExcel/Worksheet.php on line 977

2010-11-18 11:56:34: (mod_fastcgi.c.2582) FastCGI-stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/PHPExcel/PHPExcel/Cell.php on line 505

I has been increase the memory to 192MB but it still doesnt solve the issue.

[root@]$ grep memory_limit /usr/local/psa/admin/conf/php.ini
memory_limit = 192M

Do you have any idea?
 
Is it Virtuozzo VPS? Maybe there is lack of resources for VPS?
 
No, it is not Virtuozzo, it is a normal server with 4GB Ram, around 750 memory free.

At this moment I increase memory_limit to 256 MB but the issue is persistent.

Do you have any idea?
 
Back
Top