This is a discussion on files to edit don't exist on our server - there's more within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; First of all lemme say I've searched the forum and the user manual, and have tried the fixes and/or solutions ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| First of all lemme say I've searched the forum and the user manual, and have tried the fixes and/or solutions I found but to no avail! The problem is that I've inherited a client's cart that someone else installed and fiddled with so I'm left with what he has already put in place. I do believe I have version 2.0, and I'm finding some strange things. First: Need to change the header graphic and found instructions on how to call a new one once I've created it. User manual says to open includes/header.php to edit - that file does not exist on our server with the other cart files. What is up with that? Should I just reload the header.php file out of the un.zipped files and go from there? What is the size requirement for the header graphic anyway? Second: Our info box has three text/links that I wish to remove. I found instructions for adding new boxes and their links. Attempted to use this info to try and edit the files for the existing info box stuff, but it would not work. I believe this one is a case of I didn't do it correctly anyway, but I still found what I believe to be slightly "not the norm" stuff in those files I did try to edit. So I need instructions on how to edit the info box to remove some of the links and that is all. Once I see the correct instructions for exactly what I'm trying to do, I'll know if it is me or not messing it up. Third: I continue to get the pink warning at the top that the configure.php file can be written to. I have changed the permissions to 644 and that is how it remains, but I still get the pink warning. I have tried a couple of other permission variations, but still the same. Is this a server issue for the host or is this something you guys can help me with? There are a couple of other imperfections that I will be dealing with but these are the biggies. Thanks in advance for any help anyone can offer with this stuff! Thanks again bbw
__________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ knowledge is power - teach me |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| 1) header. It's a BTS system, look in main_page.tpl.php in the main template directory you are working with 2) editing infoboxes depends on the inforbox you are working with. Some are hardcoded, some are not. If hardcoded you want to work with the files in /includes/boxes 3) file writable play with the chmod until the message goes away.
__________________ so endith the lesson<think>sometimes I just sit's and thinks</think> "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB |
|
#3
| |||
| |||
| 1. After looking in all the folders in the darn cart, I found all the template folders have this file. I finally figured out which template they are using and found where to put my header edits AND the image too. 2. It is the infobox that actually says Information and has the shipping/return, privacy policy, etc. Don't know if it is hard coded or not - how do I tell? The edits I've tried on the includes/boxes/information.php file have produced undesired results. And all I've done is remove the line that has the text/link I want gone - if all I do is edit that one file, it gives me some gibberish when I render the cart in my browser... If I remove all three lines that I want gone, I get a duplicate login box instead of the "information" box! 3. I have. I've tried everything. Thanks for the help! Anyone else? bbw
__________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ knowledge is power - teach me |
|
#4
| ||||
| ||||
| 3. chmod 444
__________________ Michael Sasek osCMax Developer
|
|
#5
| |||
| |||
| 3. nope - tried again just to make sure and it still isn't working. I can see it when I change it and the changes are taking effect on the server - I don't get it! I'm sure I'm changing the right file according to the path name the error message is giving me. thanks bbw
__________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ knowledge is power - teach me |
|
#6
| |||
| |||
| Hey look at this from the osc forum: http://forums.oscommerce.com/index.p...165080&hl= what would be the oscmax equivalent of this? bbw
__________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ knowledge is power - teach me |
|
#7
| ||||
| ||||
| How about more info. What os are you running? What web server?
__________________ Michael Sasek osCMax Developer
|
|
#8
| |||
| |||
| Server OS: Linux 2.6.9-22.0.2.ELsmp Database: MySQL 4.1.14-standard-log HTTP Server: Apache/1.3.34 (Unix) mod_fastcgi/2.4.2 PHP Version: 4.4.1 (Zend: 1.3.0) And it is with Bluehost.com for the service... Sorry! Got this directly from the oscmax admin server info... bbw
__________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ knowledge is power - teach me |
|
#9
| ||||
| ||||
| If you have too.... Change application_top.php botton of file: Code: // set which precautions should be checked
define('WARN_INSTALL_EXISTENCE', 'true');
define('WARN_CONFIG_WRITEABLE', 'true');
define('WARN_SESSION_DIRECTORY_NOT_WRITEABLE', 'true');
define('WARN_SESSION_AUTO_START', 'true');
define('WARN_DOWNLOAD_DIRECTORY_NOT_READABLE', 'true');
?>
Code: // set which precautions should be checked
define('WARN_INSTALL_EXISTENCE', 'true');
define('WARN_CONFIG_WRITEABLE', 'false');
define('WARN_SESSION_DIRECTORY_NOT_WRITEABLE', 'true');
define('WARN_SESSION_AUTO_START', 'true');
define('WARN_DOWNLOAD_DIRECTORY_NOT_READABLE', 'true');
?>
Good Luck. |
|
#10
| |||
| |||
| Thank you - I will only use as a last resort. I now also have requested bluehost.com take a look for me to see what I'm missing. I will wait for their response before I decide what to do next. Thanks so much to you all. bbw
__________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ knowledge is power - teach me |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Losing ability to view webpage when I edit php files | ajljhall | osCommerce 2.2 Modification Help | 1 | 07-13-2005 08:33 AM |
| How do I edit these files? | Anonymous | osCMax v1.7 Discussion | 2 | 08-03-2004 02:18 PM |
| SQL file does not exist: | spearhead | osCommerce 2.2 Installation Help | 0 | 02-29-2004 09:44 AM |
| not able to edit files in admin | not-so-simple | osCommerce 2.2 Installation Help | 1 | 08-29-2003 08:51 AM |
| SQL file does not exist | dino | osCommerce 2.2 Installation Help | 4 | 03-04-2003 03:11 PM |