This is a discussion on "error on page" messages on all osC pages within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; In IE, in the bottom left corner I get an "error on page" message on all my osC pages. If ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| In IE, in the bottom left corner I get an "error on page" message on all my osC pages. If I double-click it gives me a brief description of the error for each page. Since it's on all pages I figured it had to be more of a global setting that's wrong. Any ideas for this php-challenged guy? http://vanderburghhumidors.com/catalog/index.php |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| You don't have the template switching turned on do you? Is cool menu on? If so, switch it off and see if that fixes it. I had problems with cool menu, but that was over a year ago. Anyway, that error is pointing to this line in your templates/AAbox/ main_page.tpl.php. Look around line #69 for this <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" onload="selectRowEffect(this, 0)"> I took that line out on my site but I don't remember exactly why, but it may have been because of errors. It might have been connected with template switching. In looking over your site I see a lot of things that were missed in your setup and you have files accessible to anyone. I'd highly suggest you go back over the installation and setup steps to correct issues. You might have to refer back to the OSCDOX site to get all the install and mod info, but there is a lot there, which I guess will be moved here. Follow everything in detail. It's also a real good idea to learn the Admin panel really well. Get things working in the most basic setup and then move on. One thing that will make your life easier is using Firefox for your browser and adding some of the the extensions that are available like Web Developer. There are many good extensions that can help you see and find problems.
__________________ John |
|
#3
| ||||
| ||||
| I am attaching a screenshot of your errors... Check the stylesheet for the css errors. Change main_page.tpl.php by removing the part if the line that defines selectRowEffect As john suggests, change line : HTML Code: <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" onload="selectRowEffect(this, 0)"> HTML Code: <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting "Page Cannot Be Displayed" error creating | pthurmond | osCMax v1.7 Installation | 1 | 07-19-2004 09:16 AM |
| Getting "Page Cannot Be Displayed" error creating | pthurmond | osCMax v1.7 Discussion | 3 | 07-15-2004 10:46 PM |
| Adding "Next page" links to bottom of new pages? | afguns | osCMax v1.7 Discussion | 0 | 03-31-2004 06:30 PM |
| Moving "Result Pages: 1,2" to the top of the page | Anonymous | osCMax v1.7 Discussion | 1 | 02-06-2004 02:37 PM |
| Define main page error - "file not writeable" | mark754 | osCMax v1.7 Discussion | 4 | 01-16-2004 10:18 AM |