deepakdogus Posted October 3, 2002 Share Posted October 3, 2002 I have my first problem with installing the software, Environment: Win2K The page is not reading the language files.. here is the error... My PHP skills are novice.. but here is what i understand, in the file application_top.php line 209 is $include_file = DIR_WS_LANGUAGES . $language . '/' . basename($PHP_SELF); include(DIR_WS_INCLUDES . 'include_once.php'); where basename($PHP_SELF); is referencing the name of the page and stripping the .php from it.. So this is supposed to find the .php file in the language directory and append it to the include_file variable.. it doesn't seem to be parsing that correctly.. the error i get is Warning: Failed opening 'includes/languages/english/' for inclusion (include_path='') in c:phpdevwwwstoreadminincludesinclude_once.php on line 4 How do i fix this or where is there a configuration parameter for this?? :? Link to comment Share on other sites More sharing options...
deepakdogus Posted October 7, 2002 Author Share Posted October 7, 2002 Download 2.2 and install it.. It is a lot sell painfull to deal with... :shock: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.