Home › Forums › WoodMart support forum › Files built by theme CSS Generators are not saved on localhost › Reply To: Files built by theme CSS Generators are not saved on localhost
May 19, 2020 at 9:40 pm
#196228
horny_fungus
Participant
Finally I was able to solve the issue it was appearing as long as upload_path
in wp_options
had any value. On my live site it had full path like home/username/public_html etc., I changes it to proper path for local site, but it didn’t help. As soon as I earased this option value the bug was fixed.
It’s rather strange considering other uploads were working fine.
Can you please comment on this?