Automatic Upload

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
dharbitindy
Veteran Member
Posts: 101
Joined: 2019-05-26 18:38

Automatic Upload

Post by dharbitindy » 2023-03-23 16:21

I'm getting this error (Attached) during the auto upload attempt. Any ideas?

Thank you,
David
AppGiniUploadError.JPG
AppGiniUploadError.JPG (48.13 KiB) Viewed 1718 times

tchandra
Posts: 18
Joined: 2019-09-22 16:52

Re: Automatic Upload

Post by tchandra » 2024-05-24 13:10

I have this problem too

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1869
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Automatic Upload

Post by jsetzer » 2024-05-24 15:10

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 [code]...[/code] blocks for better readability

AppGini 24.14 Revision 1665 + all AppGini Helper tools

tchandra
Posts: 18
Joined: 2019-09-22 16:52

Re: Automatic Upload

Post by tchandra » 2024-05-25 02:24

it was working, then one day it stopped working.

.htaccess only contains two lines

RewriteEngine On
RewriteRule ^$ /wp [L]

tchandra
Posts: 18
Joined: 2019-09-22 16:52

Re: Automatic Upload

Post by tchandra » 2024-05-25 02:37

when I click OK it just skipped the uploading process
appgini1.jpg
appgini1.jpg (96.53 KiB) Viewed 707 times
appgini2.jpg
appgini2.jpg (48.15 KiB) Viewed 707 times

tchandra
Posts: 18
Joined: 2019-09-22 16:52

Re: Automatic Upload

Post by tchandra » 2024-07-10 15:46

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

Post Reply