Error message - any idea?

Any ideas what this relates to?
Just copied a D install into another directory, changed site name, header.inc, database, user etc... loaded previous sql into new one, cleaned all cache.
normally allows me to clone a site, only getting following error.

Query:
SELECT `ID`, `Caption`, `Func`, `Content`, `DesignBox`, `head`, `foot`, `Visible`, `Cache` FROM `sys_page_compose` WHERE `Page` = 'browse_page' AND `Column` = 1 ORDER BY `Order` ASC
Mysql error:
Unknown column 'head' in 'field list'
Found error in the file '/home/server/public_html/mysite/inc/classes/BxDolPageViewAdmin.php' at line 926.
Called 'db_res' function with erroneous argument #0.
Quote · 27 Aug 2013

Sounds like the database import didnt go over well and is missing that field from the table sys_page_compose.

I can take a look if you want ... 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 27 Aug 2013

Thanks Jay, Ive cleared and uploaded the sql database a few times with same result each time! Normally this works without problems. 

What access do you need?

Thanks  

Quote · 27 Aug 2013

although I noticed when checking database size, the original is slightly larger than the one copied across.

What settings in the import SQL process would prevent some data copying across?

Quote · 27 Aug 2013

Dont worry, fixed :-)

Quote · 27 Aug 2013

Note that if using phpMyAdmin, large databases don't always import properly.  When importing databases, I use the tool in webmin to import the database instead of phpMyAdmin because of this problem.  You can also use a php script to connect to the database and upload the export file; I have done that as well on shared hosts where I did not have another tool to use.

Geeks, making the world a better place
Quote · 27 Aug 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.