Difference between revisions of "M2 Call Trace Does Not Work"
From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'If you click on Call Trace icon and it shows: "No Data found, Trace Call again", make sure ''/tmp/m2/m2_call_tracing'' directory exist on your server. <br> If there is no such di…') |
m |
||
Line 1: | Line 1: | ||
If you click on Call Trace icon and it shows: "No Data found, Trace Call again", make sure ''/tmp/m2/m2_call_tracing'' directory exist on your server. | If you click on Call Trace icon and it shows: "No Data found, Trace Call again", make sure ''/tmp/m2/m2_call_tracing'' directory exist on your server. | ||
<br> | <br> | ||
If there is no such directory, | If there is no such directory, use these commands: | ||
mkdir -p /tmp/m2/m2_call_tracing | mkdir -p /tmp/m2/m2_call_tracing | ||
chmod 777 -R /tmp/m2/m2_call_tracing/ | chmod 777 -R /tmp/m2/m2_call_tracing/ |
Latest revision as of 12:33, 28 December 2015
If you click on Call Trace icon and it shows: "No Data found, Trace Call again", make sure /tmp/m2/m2_call_tracing directory exist on your server.
If there is no such directory, use these commands:
mkdir -p /tmp/m2/m2_call_tracing chmod 777 -R /tmp/m2/m2_call_tracing/