I keep getting this error, could anyone point me in a good direction to resolve this :?
would be much appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-21
Warning: Failed opening 'lang/.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/sites/site624/web/phpayv2/admin/lang.inc.php on line 11
hmz. the whole error, forgot to post it. couldn't find the edit button.. must be me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I keep getting this error, could anyone point me in a good direction to resolve this :?
would be much appreciated.
Warning: Failed opening 'lang/.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/sites/site624/web/phpayv2/admin/lang.inc.php on line 11
hmz. the whole error, forgot to post it. couldn't find the edit button.. must be me.
I think your shop-users can not change shop-language themselves?
I forget to add an hidden field for this case in different files:
reguser.php, publicpay.inc.php, pay.php
In all cases there has to be after if($chg_lang) .... an
else {echo "<input type=hidden name=nlang value='$langID'>"; }
Other way (and easier) is to write before line 7 (SQL-Query) of lib.inc.php once $langID=xy; with xy contains the ID of your favourit language.