Errors happened during tdcIFrameData.TdcLiveView -> customRender!

Posted in: Newspaper
Post count: 52

I got this error when changing elements in tagdiv composer.
After debugging I noticed that security code in my nginx server script was causing this.
After removing the bit of code tagdiv composer worked fine, but I want to secure my uploads folder. How can I make a workaround to have the tagdivcomposer working with this code?

This is the code that was causing conflict:
location ~* /(?:uploads|files)/.*.php$ {
deny all;
access_log off;
log_not_found off;
}

Thanks

  • This topic was modified 8 years by Roboman.
  • This topic was modified 8 years by Roboman.
  • This topic was modified 8 years by Roboman.
Post count: 22421

Hello,

Sorry but you need to allow permission to the composer otherwise it will not work. I cannot provide any alternatives to that code. Simply do not use it and search for another security implementation. There are exceptions you can add for each case. Here is an example:
http://www.wpbeginner.com/wp-tutorials/9-most-useful-htaccess-tricks-for-wordpress/

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.