Hello Mark, thanks for your reply. Yes I have Big Royal Mail v3.2.2. I just recently updated it from version 3.0... The file causing issues comes from the times of Philip Clarke, but I don't think up until recently gave this error. So, as you said BRM have no extra functions I just deleted the file and then, when checking again, I found that the file giving errors was this one:
includes/functions/extra_functions/init_royalmail.php, I deleted it too.
Then, doing the checking on the website, I found that the checkout page was completely blank, giving this error:
PHP Code:
PHP Fatal error: Class 'ParcelForceWW' not found in /home2/xxxxx/public_html/includes/modules/shipping/ukzr.php on line 11
I reinstalled the two files again and the checkout is working, but the errors are still there. As I said, these errors don't affect the normal functioning of the website, but accumulate a big amount of errors in the cache folder. I wonder if by deleting just the line that is creating problems, that would be enough. I mean in the case of init_royalmail.php on line 23, just deleting the line 23 which is:
PHP Code:
$ms->add( 'The Royal Mail International modules only ship with example data for the shipping rates, <a href="'.zen_href_link('sqlupdates_licence.php').'">click here for details</a> on
And in the case of Parcel Force by deleting the line 111:
PHP Code:
$ms->add( 'The ParcelForce WorldWide modules only ship with example data for the shipping rates, <a href="'.zen_href_link('sqlupdates_licence.php').'">click here for details</a> on obtaining the updates.', 'error');} $ms->pfrm=true; ///* }
I appreciate if you can throw some light on this. Thanks again.
Bookmarks