Greetings:
I'm having difficulty creating a package on Go Daddy's Deluxe Linux shared hosting. I keep getting the following:
Server Response
AJAX Response Duplicator.Pack.Create
duration: 120.212 secs
code: 500
status: Internal Server Error
response:
My php5.ini
file is as follows:
cgi.fix_pathinfo = 1
session.save_path = /tmp
register_globals = off
allow_url_fopen = offexpose_php = Off
max_input_time = 300
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="memory_limit = 256M
post_max_size = 256M
file_uploads = On
upload_max_filesize = 256Mextension="apc.so"
apc.enabled=1
apc.shm_segments=1
apc.shm_size=64M
apc.ttl=7200
apc.user_ttl=7200
apc.num_files_hint=1024
apc.enable_cli=1
I have a feeling that the process is timing out b/c the tail of the Duplicator log file reads, as follows:
STARTING PACKAGE BUILD
ADDED=>SQL: /path/to/my/wp-snapshots/[a bunch of random #s]_20130903_mysite_database.sql
BUILDING FILE LIST
FILE LIST COMPLETE: 5.8565 sec.
FILE LIST STATS: Dirs 164 | Files 1939 | Links 0 |PACKAGE INFO: ZipArchive Object
(
[status] => 0
[statusSys] => 0
[numFiles] => 2104
[filename] => /path/to/my/wp-snapshots/[a bunch of random #s]_20130903_mysite_package.zip
[comment] =>
)CREATING PACKAGE
Notice how the log just cuts off @ "CREATING PACKAGE?" Any ideas on what needs tweaking?