Admin Smarty Errors

I placed a test order. I am receiving 2 smarty errors when I click on view orders in the admin. I also received the same error on the confirmation page. I also received the errors in the email.



[COLOR=“Red”]Warning: Smarty error: unable to read resource: “addons/gift_certificates/orders_pages/orders_search_form.tpl” in /home/X/X/X/X/mywebsite/X/supplystore/classes/templater/Smarty.class.php on line 1095



and



Warning: Smarty error: unable to read resource: “addons/gift_certificates/orders_pages/orders.tpl” in /home/X/X/X/X/mywebsite/X/supplystore/classes/templater/Smarty.class.php on line 1095[/COLOR]



I have re-uploaded these pages /skins/basic/addons/gift_certificates/orders_pages/orders.tpl and /skins/basic/addons/gift_certificates/orders_pages/orders_search_form.tpl 2 times and I still get these errors.



Thanks,

MaryMae

from what I can see: you need to apply the correct permissions (CHMOD) to these files / parent folders.

[quote name=‘JesseLeeStringer’]from what I can see: you need to apply the correct permissions (CHMOD) to these files / parent folders.[/QUOTE]



I’ve already done that because I thought that the permissions was the problem. I will recheck again though. I must be missing a correct permission somewhere.



Thanks,

MaryMae

[quote name=‘MaryMae’]I’ve already done that because I thought that the permissions was the problem. I will recheck again though. I must be missing a correct permission somewhere.



Thanks,

MaryMae[/QUOTE]



Okay, I checked all permissions and wow it was really time consuming. It took quite a while to check each dir, sub-dir and file. I did it very slowly to be sure each one was correct. So, permissions is not my problem. There is another problem somewhere that is causing this smarty error. But what?



MaryMae

[quote name=‘MaryMae’]Okay, I checked all permissions and wow it was really time consuming. It took quite a while to check each dir, sub-dir and file. I did it very slowly to be sure each one was correct. So, permissions is not my problem. There is another problem somewhere that is causing this smarty error. But what?



MaryMae[/QUOTE]



I found my problem. At least I think I did. The files in /skins/basic/admin/addons/gift_certificates/orders_pages/ were not visible. So I uploaded the files from \skins\basic\customer\orders_pages and now the smarty errors are gone.



The files I uploaded were:

order_repay.tpl

order_status.tpl

orders_search_form.tpl

placing_order.tpl



MaryMae