24.11.2017, 18:40
Hi there Marius, just some more information and as RedFusion says that you have to include y_ini.inc in your script to stop having this error.
Can you just check the location of y_ini.inc if it is in pawno\include\YSI\ or in pawno\include\?
so if it was in pawno\include\YSI\ then just put in your script the following:
and if it was in pawno\include\ so put the following in you script:
and i'm 100% sure and you won't get any errors unless you don't have the y_ini in your PC.
Can you just check the location of y_ini.inc if it is in pawno\include\YSI\ or in pawno\include\?
so if it was in pawno\include\YSI\ then just put in your script the following:
PHP код:
#include <YSI\y_ini>
PHP код:
#include <y_ini>