<div dir="ltr"><div>Hi<br><br></div>If you are getting 403 - forbidden error , it could be due to a  restriction of that particular resource – for example, less permission. You may check the permissions of below folders<br><ul><li>storage (0755) - <br></li><li>test/upload (0755)</li></ul><p><i>The owner of folders should be "Web server User" </i><br></p><p>To debug you may follow below steps<br></p><ol><li>Add below code at the top of config.inc.php<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">ini_set('display_errors', 1);<br>error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING);<br></blockquote><div>and see whether any error messages shown after upload</div></li><li><div>in <i>inclcude/database/PearDatabase.php  </i>Find <i>$dieOnError </i>this will show if any database corruptions / errors</div></li></ol><div>If you cannot do this you may need your developer :)<br><br><br></div><div>Thanks<br></div><div>Sutharsan Jeganathan<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 13, 2017 at 12:10 PM, Maie <span dir="ltr"><<a href="mailto:maie@qq.com" target="_blank">maie@qq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>In my vtiger CRM 7.01, Documents, products, contacts, users and other modules, the picture upload function does not work, after uploading to stop at <a href="http://xxxcrm.com/index.php" target="_blank">http://xxxcrm.com/index.php</a>, page no response, can not jump Return to the original upload page.</div><div><br></div><div>In the document module I can upload pdf documents, but the file preview failed (403); upload picture file(.jpg) prompts success, but in fact did not upload any files.</div><div><br></div><div>But I tested the official demo upload function is normal.</div><div><br></div><div>Do you have encountered such a problem?</div><div><br></div><div>Thanks.</div><div><br></div><div>----------------------</div><div>Maie</div><br>______________________________<wbr>_________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br></div>