Difference between revisions of "Issue:Database issues after upgrade 1.10 to 1.11"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug | Change Request <-- please select |Extension = DPL | Wgraph | aiSee | Call <-- please select |Version = ? |Description = |Status = open }} =...)
 
Line 19: Line 19:
 
The page doesn't draw anything and in order to even edit the offending pages I have to switch off DPL in the localsettings file.
 
The page doesn't draw anything and in order to even edit the offending pages I have to switch off DPL in the localsettings file.
  
On one page the following code causes a problem:
+
On one page the following code causes a problem (--) added to stop rendering here:
<DPL>
+
<DPL-->
 
mode = none
 
mode = none
 
titlematch = %
 
titlematch = %
 
ordermethod = category,sortkey
 
ordermethod = category,sortkey
</DPL>
+
</DPL-->
  
 
But on another I can't get the page to display even when I turn off DPL. That is worrying as I can't edit the page at all. I'm not sure if this is related to DPL or to the upgrade from 1.10 to 1.11. I am using the latest version of 1.6.5
 
But on another I can't get the page to display even when I turn off DPL. That is worrying as I can't edit the page at all. I'm not sure if this is related to DPL or to the upgrade from 1.10 to 1.11. I am using the latest version of 1.6.5
  
 
== Reply ==
 
== Reply ==

Revision as of 21:48, 21 January 2008

Description:
Extension / Version: DPL   /   ?
Type / Status: Bug   /   open

Problem

After upgrading from 1.10 to 1.11 I get the following when trying to render certain pages with DPL content:

Database error A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:

   (SQL query hidden)

from within function "LocalFile::loadFromDB". MySQL returned error "1054: Unknown column 'img_sha1' in 'field list' (localhost)".

The page doesn't draw anything and in order to even edit the offending pages I have to switch off DPL in the localsettings file.

On one page the following code causes a problem (--) added to stop rendering here: <DPL--> mode = none titlematch = % ordermethod = category,sortkey </DPL-->

But on another I can't get the page to display even when I turn off DPL. That is worrying as I can't edit the page at all. I'm not sure if this is related to DPL or to the upgrade from 1.10 to 1.11. I am using the latest version of 1.6.5

Reply