Not sure, you need to be able to open following URL:http://classibook.com/oc-content/plugins/print_ad/print.phpYou are getting Internal Server Error, so you need to determine if:- there is PHP error- or URL is blocked by your hosting companyTo check if second is true, replace content of file:oc-content/plugins/print_ad/print.phpand place there only:Code: [Select]<?php echo 'It works'; ?>