• Hello,
    As disclaimer, I’m a newbie in programing but I can manage to enter some lines where it’s needed.
    I’ve selected all I need to be exported but after I click on export, a blank page appear and nothing happens.
    There are about 4000 rows to export, but I waited a lot but still nothing happens.
    I tried to switch memeory in php.ini to 1024,3000,6000…I still have this: ” PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /Applications/MAMP/htdocs/verificator/wp-includes/wp-db.php on line 1851″.

    So, please help me… ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shambix

    (@shambix)

    Hello!

    Your server is probably timing out due to lack of resources (too many posts at once), unfortunately changing the available memory from php.ini, if the server doesnt actually allow you to use 6GB, wont help.

    Have you tested with less results? eg. 10 posts?

    Thread Starter serginio636

    (@serginio636)

    Hi,
    Yes, I’ve made a copy of the app and run it on a different server with about 200 posts and worked.
    I run the WP on local and use MAMP for OSX as an emulated server.
    My php_ini looks like this:
    max_execution_time = 180
    max_input_time = 180
    memory_limit = 8192M

    As I mentioned in other post, if the DB is interrogated for only the last posts (eg. today, this week etc.) do you think it will solve the problem?

    Thread Starter serginio636

    (@serginio636)

    YES YES YESSS..
    Just worked !! ??
    The problem: wrong php.ini edited! ??

    The RIGHT php.ini is in ../MAMP/bin/php/php7.1.1/conf

    So, SOLVED!
    Thank you !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank page result’ is closed to new replies.