| Author |
Message |
blackvault
Beginner


Joined: Nov 19, 2003 Posts: 1
|
Posted: Sat Apr 19, 2008 2:19 pm Post subject: Exporting users from PHPnuke to Gallery 2 - stops at 23000 |
|
|
Hello everyone,
I have a large site, and when trying to import my users on the install (everything else worked perfectly) it gets to:
23000 users imported
and just stops... nothing else happens. No server timeout, no error messages, nothing.
I appreciate any help anyone can give me. |
|
| Back to top |
|
|
AdBot
|
| Post subject: Exporting users from PHPnuke to Gallery 2 - stops at 23000 |
|
|
|
|
|
| Back to top |
|
 |
Ansolon
Beginner


Joined: Apr 11, 2003 Posts: 7
|
Posted: Sat Jun 07, 2008 6:02 pm Post subject: Re: Exporting users from PHPnuke to Gallery 2 - stops at 230 |
|
|
go to /html/modules/gallery/admin/export.php
find
$gallery->guaranteeTimeLimit(300);
change with
$gallery->guaranteeTimeLimit(900); |
|
| Back to top |
|
|
|
|
|
|
|