I'm getting this error (Attached) during the auto upload attempt. Any ideas?
Thank you,
David
Automatic Upload
Re: Automatic Upload
Is it
.htaccess
restricted?Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools
Re: Automatic Upload
it was working, then one day it stopped working.
.htaccess only contains two lines
RewriteEngine On
RewriteRule ^$ /wp [L]
.htaccess only contains two lines
RewriteEngine On
RewriteRule ^$ /wp [L]
Re: Automatic Upload
when I click OK it just skipped the uploading process
Re: Automatic Upload
Found out the problem.
I use appginilte on my local dev server.
the mdsum generation gets timeout during md5sum generation because appginilte have too many files to process.
solution :
move appginilte folder out from project directory before upload
I use appginilte on my local dev server.
the mdsum generation gets timeout during md5sum generation because appginilte have too many files to process.
solution :
move appginilte folder out from project directory before upload