The database sql file in a JoomlaPack JPA file is stored in installation/sql/joomla.sql.
The correct specs to upload large files into the Joomla LMS file library is .htaccess:
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value memory_limit 2048M
php_value max_execution_time 120
I gigantic Joomla sql file (205 MB) is possibly 135 MB jos_session. Don’t backup jos_session, or, edit it out using Jujusoft JuJuEdit, or split the sql file into pieces using splitter.exe, then piece back the pieces you do want.
You must log in to post a comment.