osCmax v2.5 User Manual
Results 1 to 3 of 3

"error on page" messages on all osC pages

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 ...

      
  1. #1
    New Member
    Join Date
    Oct 2005
    Posts
    22
    Rep Power
    0


    Default "error on page" messages on all osC pages

    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

  2. #2
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default

    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. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    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)">
    to

    HTML Code:
    <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
    Attached Images Attached Images

Similar Threads

  1. Getting "Page Cannot Be Displayed" error creating
    By pthurmond in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 07-19-2004, 08:16 AM
  2. Getting "Page Cannot Be Displayed" error creating
    By pthurmond in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 07-15-2004, 09:46 PM
  3. Adding "Next page" links to bottom of new pages?
    By afguns in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 03-31-2004, 05:30 PM
  4. Moving "Result Pages: 1,2" to the top of the page
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-06-2004, 01:37 PM
  5. Define main page error - "file not writeable"
    By mark754 in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 01-16-2004, 09:18 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •