Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: EP Warning Error Help please

    Langer, the original author of the mod, explained in that lengthy support thread, that this error relates to DATE formatting, (there are a number of fields relating to DATE).

    The error seems to be thrown out in two sorts of instances:

    1. when a column that "ought" to contain date-related data is either empty, or missing.

    2. when the date is incorrectly formatted. This OFTEN happens. If you look at a RAW txt file from an EP "dump"...ie: BEFORE you open it in MS Excel, you will see how EP has formatted your date. (The setting is in the EP configuration option in admin). In my case, the raw date format comes out as: 2009-11-28 09:14:59.

    However... as we know, the minute you bring the file into excel, that damned program sees it as a date field, and re-formats it!. So even after you re-save that spreadsheet as a TXT file, you run the risk of the date being formatted some OTHER way...

    So when you do the EP upload, it sees a format for the date which it is not configured to understand.

    Langer appears to have said that this error can largely be ignored... as long as any date-related data is not functionally critical to your upload.

    I ALWAYS re-check a TXT file in Emerald Editor to see what excel has done to it. You'd be surprised (or perhaps not) to see what MS does to what should be a PLAIN TEXT TAB DELIMITED file!
    20 years a Zencart User

  2. #2
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: EP Warning Error Help please

    Thanx schoolboy i assumed this would be an irrelevant error in my case anyway thanks for the explanation.

    Can you help me to fix the margin errors on my site you can view it at http://3dsgifts.com

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: EP Warning Error Help please

    Currrent:
    h3.leftBoxHeading{
    color: #323232;
    padding: 7px 0 0 15px;
    background: url(../images/cat_bg_top.png) no-repeat top left;
    width: 205px;
    height: 25px;
    }

    Suggested:

    h3.leftBoxHeading{
    color: #323232;
    padding: 7px 0 0 15px;
    background: url(../images/cat_bg_top.png) no-repeat top left;
    width: 135px;
    height: 25px;
    }

    You will need to re-crop the BG image too (to 135px)
    20 years a Zencart User

  4. #4
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: EP Warning Error Help please

    ok lol stupid question do i change this in the stylesheet?

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: EP Warning Error Help please

    Yes...

    You should use the FireFox browser and then install the following PLUGINS (into FireFox).

    Web Developer Toolkit

    and

    Firebug

    These tools will enable you to do a radical off-line "unpick" of a displayed web page - including the ability to see what styles are being applied to a page and its elements.

    You can even "edit" a stylesheet while that page is showing on-screen, and apply changes that will reflect immediately in the displayed page.

    Of course, this will be an "off-line" edit (you are not changing the SERVER#s copy of the stylesheet - just the one currently in the browser) - so you have to then make desired changes to the ACTUAL stylesheet.

    learn how to use these tools. They will save you HUGE amounts of time when you want to tweak designs and do other "webbish" stuff on displayed pages.
    20 years a Zencart User

  6. #6
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: EP Warning Error Help please

    thanx for all the help schoolboy sorry for late response but i have got the problem fixed thanx alot

 

 

Similar Threads

  1. Replies: 5
    Last Post: 7 Jan 2015, 08:17 PM
  2. Replies: 4
    Last Post: 24 Jun 2013, 09:51 PM
  3. Replies: 3
    Last Post: 21 Dec 2012, 01:53 PM
  4. Replies: 2
    Last Post: 23 Jul 2012, 12:00 AM
  5. Help Please! - Warning Error
    By dorje in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 19 Jul 2006, 08:16 PM

Posting Permissions

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