Guest Posted September 8, 2005 Share Posted September 8, 2005 I'm trying to get this contrib working. followed all the steps in the instructions fine, but step 2.3 is giving me a problem: - it references a file (catalog/default.php) which doesn't appear on my site? here is an excerpt from the install file: - ---------------------------------------------------------------------------------------------- STEP 2.3 --> OPEN: catalog/default.php ================================ Look for this around line 32: ================================ <tr> <td class="main"><br><?php echo TEXT_MAIN; ?></td> </tr> =============================== And replace that line with this: =============================== <tr> <td class="main"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_MAINPAGE); ?></td> </tr> -------------------- it's the only step i haven't been able to complete, so please help. thanks. Gary. Quote Link to comment Share on other sites More sharing options...
Guest Posted September 8, 2005 Share Posted September 8, 2005 Also i have a problem in my config from admin now after doing the install. bearing in mind i wasn't able to modify a 'default.php' as described above. I thought i'd continue regardless, however I am getting an error message as follows now whenever I try to access the config section from the contol panel. Parse error: parse error, unexpected $ in /home/fhlinux205/p/xxxx/htdocs/catalog/admin/includes/boxes/catalog.php on line 37 line 37 of my catalog.php is as follows: <!-- catalog_eof //--> help please. not many are replying to my help, so if you do know about these things do reply =) gary. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.