Depending on the size of your package it may be php that is timing out. You may need to increase a couple of php settings in the php.ini to accommodate large packages.
There are 3 possibly 4 values that may need changed: max_execution_time (you may need several minutes, 300 sec for example if the package takes a long time to create) memory_limit (this may or may not need adjusting depending on the current setting) upload_max_filesize (you'll need this to import the package on any MGE Server) post_max_size (not sure about this one) Regards, Dave -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kenneth Skovhede, GEOGRAF A/S Sent: Wednesday, March 03, 2010 7:35 AM To: [email protected] Subject: Re: [mapguide-users] Argument is out of range I don't have an explanation for your issue, but perhaps you can overcome this problem by building packages directly from MapGuide Maestro? In case you are already building packages from Maestro, you can try the package manager in the Site Administrator and see if you have better luck with that one. If you have trouble with both, can you narrow down the problem to a specific folder or resource? Regards, Kenneth Skovhede, GEOGRAF A/S On 03-03-2010 12:07, pilchid wrote: > Hello there. > > I am trying to fugure out how I can package up my site so that I can send it > to our developers to have a tweak around with and possibly try out on studio > 2010 before we commit. However - when I go to make package it times out > after a while with the error - Cannot create package ________ from folder > Library://: Argument is out of range. > > Any ideas what I am doing wrong? > > Thank for your help. > > Matt > _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
