Not download all rows in Excel

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
eayvl
User
Posts: 315

Not download all rows in Excel

Post by eayvl »

Hi, i have more of 1,100 rows and 20 columns in my mysql database and only 997 rows are downloaded in Excel. Does anyone know why everything is not downloaded?

Thanks.


arbei
User
Posts: 9411

Post by arbei »

You may try to configure your php.ini to increase the memory limit and maximum execution time, read:
http://www.php.net/manual/en/ini.core.p ... mory-limit
http://www.php.net/manual/en/info.confi ... ution-time


eayvl
User
Posts: 315

Post by eayvl »

I made the following changes, but it did not work, just download 997 rows.

realpath_cache_size = 4M
memory_limit=256M
max_execution_time=0
session.cookie_httponly= 1

try the following:

  • report of 1,100 rows, just download 997
  • report of 2,500 rows, just download 997

Any idea or configuration is appreciated, Thanks.


arbei
User
Posts: 9411

Post by arbei »

Make sure you export "All pages" not "Current Page" and try to increase the memory limit (256M may not be enough).


eayvl
User
Posts: 315

Post by eayvl »

I have configured "Selected records" but it does not work with bases of more of 1000 rows,

The solution was "All pages".

Thanks.


whynick
User
Posts: 45

Post by whynick »

sofar i can remember, there was something with

max_input_vars = 3000

hope this help.


eayvl
User
Posts: 315

Post by eayvl »

whynick wrote:

max_input_vars = 3000

Thank you I try.


Post Reply