antiz Posted December 14, 2003 Share Posted December 14, 2003 Hello guys, I have just downloaded the Column Controller contribution. The odd thing is that when I get trough the installation procedure it says : In the admin/includes/application_top.php, locate the following line: define('FILENAME_CONFIGURATION', 'configuration.php'); Just above that line add: define('FILENAME_COLUMN_CONTROLLER', 'column_controller.php'); and in my admin/includes/application_top.php I don't have the: define('FILENAME_CONFIGURATION', 'configuration.php'); Do you know where I should insert the define('FILENAME_COLUMN_CONTROLLER', 'column_controller.php'); then ? Do you know if there is another version (i have oscommerce-2.2ms2) of the Oscommerce that would include the correct file ? Thanks a lot for your help Link to comment Share on other sites More sharing options...
kagg Posted December 14, 2003 Share Posted December 14, 2003 filenames are defined in admin/includes/filenames.php Link to comment Share on other sites More sharing options...
antiz Posted December 14, 2003 Author Share Posted December 14, 2003 ok thanks a lot so in your opinion if I declare the define('FILENAME_COLUMN_CONTROLLER', 'column_controller.php'); in the admin/includes/filenames.php i can then add this line define('FILENAME_COLUMN_CONTROLLER', 'column_controller.php'); wherever I want in the admin/includes/application_top.php file ? Link to comment Share on other sites More sharing options...
kagg Posted December 14, 2003 Share Posted December 14, 2003 Add the line in filenames.php only before the closing tag ?> Link to comment Share on other sites More sharing options...
antiz Posted December 14, 2003 Author Share Posted December 14, 2003 thanks a million man ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.