teofly Posted September 2, 2016 Share Posted September 2, 2016 Good Morning, I try to activate Simple Blog on Prestashop 1.6.0.9 When i try to generate new post i receive this message: simpleblog_post (Unknown column 'external_url' in 'field list') Thanks for helping me! Link to comment Share on other sites More sharing options...
teofly Posted September 2, 2016 Author Share Posted September 2, 2016 (edited) Now i try to comment the line in modulel/ph_simpleblog/models/SimpleBlogPost.php as follow: (i modified the red line!) and i can write post but in front office i only see preview of posts... i try to click to the post and i only see blank page Please help! // Lang fields 'title' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'required' => true, 'size' => 255), 'meta_title' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 255), 'meta_description' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 255), 'meta_keywords' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 255), 'link_rewrite' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isLinkRewrite', 'required' => true, 'size' => 128), 'short_content' => array('type' => self::TYPE_HTML, 'lang' => true, 'validate' => 'isCleanHtml', 'size' => 3999999999999), 'content' => array('type' => self::TYPE_HTML, 'lang' => true, 'validate' => 'isCleanHtml', 'size' => 3999999999999), 'video_code' => array('type' => self::TYPE_HTML, 'lang' => true, 'validate' => 'isCleanHtml', 'size' => 3999999999999), /* 'external_url' => array('type' => self::TYPE_HTML, 'lang' => true, 'validate' => 'isCleanHtml', 'size' => 3999999999999),*/ Edited September 2, 2016 by teofly (see edit history) 1 Link to comment Share on other sites More sharing options...
Kogkalidis Posted September 2, 2016 Share Posted September 2, 2016 This is paid module of Krystian Podemski (PrestaHome). It is being distributed by codecanyon.net on this link . So the right way is to ask the developer for assistance.Thanx for your kind co-operation. 1 Link to comment Share on other sites More sharing options...
Krystian Podemski Posted September 3, 2016 Share Posted September 3, 2016 Hi, please contact me on support system if you have a regular license for a module: http://prestahome.ticksy.com Link to comment Share on other sites More sharing options...
teofly Posted September 17, 2016 Author Share Posted September 17, 2016 Thanks, i contact the developer and i'm waiting for a solution :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now