You are not logged in.
I am unsure as to why this is not working because I can see the file and the size is listed correct but whenever I try to download the file it downloads but it is only a 4k file. Any help would greatly be appreciated.
Offline
Hello,
thank you for your purchase.
The problem might be related to the size of a file. Could you please try to edit this file:
core/base/_init.php
and edit the first line, now it reads like this:
ini_set( 'memory_limit', '32M' );
set it to some bigger value, for example 128M:
ini_set( 'memory_limit', '128M' );
Offline
Thanks for the help that fixed the problem. I really appreciate it.
Offline