View Single Post
  #212  
Old 04-04-2014, 10:00 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart 4.6 released

This is an extremely simple change - replace <font> with <span>, not sure why it has to be delayed any more...

Here is another one which exists since Clean URLs functionality was introduced

Quote:
Checking database integrity: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Error: The table xcart_pages contains some records for which related data in the table xcart_clean_urls has not been found:
pageid: xx
pageid: yy
pageid: zz
. . . . . . . .

Total: 3

These are root pages, stock XC root pages. They don't have clean url since they are .html to begin with. They exists in xcart_pages table. The integrity check though makes no difference between root and embedded static pages - it only checks if there is clean url or not. This is BUG
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote