Hello,
I am getting the following error when i click on generate backup.. i also checked the line number 503 but nothing in there talks about any size..
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
WP Easy Backup
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 177149472 bytes) in /home/securesi/public_html/tools-pit/tp/wp-content/plugins/wp-easy-backup/wp-easy-backup.php on line 503
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Site is down, need to upload the backup db.
How do I do that?
Hello
I change my uploads dir in “files” because WP allows it. But you hardcoded “/uploads” !
-> You have to use the correct WP way to find the real upload for this installtion.
Also you’re doing a “SHOW TABLES” and ALL my tables are saved, even for my other websites oO
-> You have a get only the tables from this installation
The backup action is not protected by a nonce token
-> Add one !
You are creating a hash using the plain text DB password, are you crazy ? a double md5 is not enought…
-> do not use DB pass, use a salt instead !
Only found an index.html file in the backup folder??
]]>