Jump to content

Profile export timed out due to the size


benbyf
 Share

Recommended Posts

Hi!

I'm trying to export a large site but the export profile  module keeps timing out due to the size of the installation its trying to export (around 1500 pages - half with body content). Is there any work around or is it worth simply duplicating the site and files without using teh export profile module?

Thanks

Link to comment
Share on other sites

Do you know if there is a high setting allowed for timeout on this host?

If so, you may try to temporarily add a line into your site/templates/admin.php (before the controller.php)

$timeLimit = 60 * 15;   // sec * min  <= adjust to your needs
set_time_limit($timeLimit);

-------

In general, you also simply can copy all files to a new location. You then will need a mysql dump too. If you have no other tool at hand, you simply can install the PW module ProcessDatabaseBackups, before you do the copy. Create a full backup from within the PW admin, before you copy the files. The backup can be found under site/assets/backups/ database/...

 

  • Like 4
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...