Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Unknown column ‘exp_channels.field_group’ after installing Publisher

Status Resolved
Add-on / Version Publisher Lite 2.7.3
Severity
EE Version 4.0.8

Kees Internetbureau

Feb 05, 2018

With ExpressionEngine 4.0.8 installed. (Updated from 3.5.12 to 4.0.8)
And using the following addons:
Assets (3.1.1)
Bloqs (3.3.3)
Ce Image (3.0.1)
Detour Pro (2.2.1)
Freebie (3.0.0)
Freeform Classic (6.0.0)
Low Search (6.0.0)
SEO Lite (1.5.4)
Structure (4.3.8)
Wygwam (4.1.8)

I get an error when installing/updating Publisher Lite from 2.6.3 to 2.7.3.
I have tried just remove Publisher and do a clean install of it, but no changes.

Anyway, this is the error that I keep on getting:

Exception Caught
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'exp_channels.field_group' in 'field list':
SELECT `exp_publisher_titles`.`title`, `exp_publisher_titles`.`url_title`, `exp_publisher_data`.*, `exp_channels`.`field_group`, `exp_channels`.`channel_title` AS channel, `exp_channels`.`channel_name` AS channel_short_name FROM (`exp_publisher_titles`) JOIN `exp_publisher_data` ON `exp_publisher_data`.`entry_id` = `exp_publisher_titles`.`entry_id` JOIN `exp_channels` ON `exp_channels`.`channel_id` = `exp_publisher_titles`.`channel_id` WHERE `exp_publisher_titles`.`entry_id` IN ('11', '1', '2', '3', '33', '9', '14') AND `exp_publisher_titles`.`lang_id` = '1' AND `exp_publisher_titles`.`status` = 'open' AND `exp_publisher_data`.`lang_id` = '1' AND `exp_publisher_data`.`status` = 'open'
ee/legacy/database/drivers/mysqli/mysqli_connection.php:116

Stack Trace: Please include when reporting this error
#0 ee/legacy/database/drivers/mysqli/mysqli_driver.php(111): CI_DB_mysqli_connection->query('SELECT `exp_pub…')
#1 ee/legacy/database/DB_driver.php(269): CI_DB_mysqli_driver->_execute('SELECT `exp_pub…')
#2 ee/legacy/database/DB_driver.php(179): CI_DB_driver->simple_query('SELECT `exp_pub…')
#3 ee/legacy/database/DB_active_rec.php(1137): CI_DB_driver->query('SELECT `exp_pub…')
#4 user/addons/publisher/legacy/libraries/hooks/Publisher_structure_hooks.php(451): CI_DB_active_record->get('publisher_title…')
#5 user/addons/publisher/ext.publisher.php(1368): Publisher_structure_hooks->structure_get_custom_variables(Array)
#6 ee/legacy/libraries/Extensions.php(227): Publisher_ext->structure_get_custom_variables(Array)
#7 ee/legacy/libraries/Extensions.php(122): EE_Extensions->call_class('Publisher_ext', 'structure_get_c…', Array, Array)
#8 user/addons/structure/libraries/Structure_nav_parser.php(208): EE_Extensions->call('structure_get_c…', Array)
#9 user/addons/structure/libraries/Structure_nav_parser.php(355): Structure_core_nav_parser->add_entry_vars_ee4()
#10 user/addons/structure/libraries/Structure_nav_parser.php(75): Structure_core_nav_parser->add_entry_vars_start()
#11 user/addons/structure/mod.structure.php(3229): Structure_core_nav_parser->get_variables(true)
#12 user/addons/structure/mod.structure.php(3242): Structure->nav_basic(true)
#13 ee/legacy/libraries/Template.php(1810): Structure->nav_advanced()
#14 ee/legacy/libraries/Template.php(1449): EE_Template->process_tags()
#15 ee/legacy/libraries/Template.php(545): EE_Template->tags()
#16 ee/legacy/libraries/Template.php(229): EE_Template->parse('{!-- ra:0000000…', false, '1', true)
#17 ee/legacy/libraries/Template.php(968): EE_Template->fetch_and_parse('embeds', '_layout', false, '1', true)
#18 ee/legacy/libraries/Template.php(592): EE_Template->process_layout_template('{!-- ra:0000000…', Array)
#19 ee/legacy/libraries/Template.php(229): EE_Template->parse('{!-- ra:0000000…', false, '1', false)
#20 ee/legacy/libraries/Template.php(162): EE_Template->fetch_and_parse('', Array, false)
#21 ee/legacy/libraries/Core.php(657): EE_Template->run_template_engine('', '')
#22 ee/legacy/controllers/ee.php(62): EE_Core->generate_page()
#23 [internal function]: EE->index()
#24 ee/EllisLab/ExpressionEngine/Core/Core.php(240): call_user_func_array(Array, Array)
#25 ee/EllisLab/ExpressionEngine/Core/Core.php(109): EllisLab\ExpressionEngine\Core\Core->runController(Array)
#26 ee/EllisLab/ExpressionEngine/Boot/boot.php(146): EllisLab\ExpressionEngine\Core\Core->run(Object(EllisLab\ExpressionEngine\Core\Request))
#27 public_html/index.php(180): require_once('...')
#27 public_html/index.php(180): require_once('...')

Any idea what the problem could be? I have included the credentials and the site is not live.

#1

BoldMinded (Brian)

You reported that you’re running EE4, but it appears that error is occurring in a query that should only be run in EE3. In that file add this around line 450, then reload the page to cause the error again. It should report as false.

var_dump(AppHelper::isEE3()); die;

https://www.dropbox.com/s/75t1ksk2qdajad1/Screenshot 2018-02-05 06.39.33.png?dl=0

#2

Marie Adèle Davis

Hi Brian,

I am getting the same error when I try to install Publisher for one of my MSM installs. It’s weird because when I check the other two sites in my MSM install (there are 3 all together), I can access the Publisher control panel and everything behaves the way you would expect.

Exception Caught SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘field_id_2’ in ‘field list’: INSERT INTO exp_publisher_data (entry_id, site_id, channel_id, lang_id, status, field_id_2, field_id_17, field_id_24, field_id_25, field_id_32, field_id_33, field_id_44, field_id_45, field_id_52, field_id_53, field_id_60, field_id_61, field_id_66, field_id_69, field_id_70, field_id_73, field_id_74, field_id_79, field_id_80, field_id_1282, field_id_1284, field_id_1353, field_id_1384, field_id_1393, field_id_1555, field_id_1566) VALUES (2516, 3, 124, 1, ‘open’, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ‘{filedir_48}donate-2.jpg’, ‘Healthy Generations encourages its donors to support the foundation on an annual basis. Each year, the foundation contacts its donors through direct mailings, appeals in the CPS News, and at conferences and regional continuing medical education programs. Annual gifts can be designated to any specific program or toward the endowment fund

ee/legacy/database/drivers/mysqli/mysqli_connection.php:122

Stack Trace: hide details

0 ee/legacy/database/drivers/mysqli/mysqli_driver.php(137): CI_DB_mysqli_connection->query(‘INSERT INTO `ex…’)

1 ee/legacy/database/DB_driver.php(297): CI_DB_mysqli_driver->_execute(‘INSERT INTO `ex…’)

2 ee/legacy/database/DB_driver.php(203): CI_DB_driver->simple_query(‘INSERT INTO `ex…’)

3 user/addons/publisher/legacy/models/publisher_entry.php(269): CI_DB_driver->query(‘INSERT INTO `ex…’)

4 user/addons/publisher/legacy/libraries/Publisher_cp_events.php(87): Publisher_entry->migrate_data()

5 user/addons/publisher/Service/Session.php(332): Publisher_cp_events->handler(Object(EE_Session))

6 user/addons/publisher/ext.publisher.php(288): BoldMinded\Publisher\Service\Session->boot()

7 [internal function]: Publisher_ext->core_boot()

8 ee/legacy/libraries/Extensions.php(243): call_user_func_array(Array, Array)

9 ee/legacy/libraries/Extensions.php(138): EE_Extensions->call_class(‘Publisher_ext’, ‘core_boot’, Array, Array)

10 ee/legacy/core/Controller.php(97): EE_Extensions->call(‘core_boot’)

11 ee/legacy/core/Controller.php(119): EE_Controller->__construct()

12 ee/EllisLab/ExpressionEngine/Controller/Addons/Addons.php(47): CP_Controller->__construct()

13 ee/EllisLab/ExpressionEngine/Core/Core.php(187): EllisLab\ExpressionEngine\Controller\Addons\Addons->__construct()

14 ee/EllisLab/ExpressionEngine/Core/Core.php(94): EllisLab\ExpressionEngine\Core\Core->runController(Array)

15 ee/EllisLab/ExpressionEngine/Boot/boot.php(151): EllisLab\ExpressionEngine\Core\Core->run(Object(EllisLab\ExpressionEngine\Core\Request))

16 public/ac/admin.php(172): require_once(‘…’)

16 public/ac/admin.php(172): require_once(‘…’)

#3

Marie Adèle Davis

Oh, and I’m running EE v 3.5.15.

#4

Est Digital

I get this:

Fatal error: Uncaught Error: Class 'AppHelper' not found in /home/opmeer/domains/opmeer.acc.kees-maakt.nl/webmanager/user/addons/publisher/legacy/libraries/hooks/Publisher_structure_hooks.php:439 Stack trace: #0 /home/opmeer/domains/opmeer.acc.kees-maakt.nl/webmanager/user/addons/publisher/ext.publisher.php(1368): Publisher_structure_hooks->structure_get_custom_variables(Array) #1 /home/opmeer/domains/opmeer.acc.kees-maakt.nl/webmanager/ee/legacy/libraries/Extensions.php(227): Publisher_ext->structure_get_custom_variables(Array) #2 /home/opmeer/domains/opmeer.acc.kees-maakt.nl/webmanager/ee/legacy/libraries/Extensions.php(122): EE_Extensions->call_class('Publisher_ext', 'structure_get_c...', Array, Array) #3 /home/opmeer/domains/opmeer.acc.kees-maakt.nl/webmanager/user/addons/structure/libraries/Structure_nav_parser.php(208): EE_Extensions->call('structure_get_c...', Array) #4 /home/opmeer/domains/opmeer.acc.kees-maakt.nl/webmanager/user/addons/structure/libraries/Structure_nav_parser.php(355): Structure_core_nav_parser-> in /home/opmeer/domains/opmeer.acc.kees-maakt.nl/webmanager/user/addons/publisher/legacy/libraries/hooks/Publisher_structure_hooks.php on line 439

When doing this:

/**
     * Used in Structure_nav_parser
     *
     * @param $entryIds
     * @return mixed
     */
    public function structure_get_custom_variables($entryIds)
    {
        $db = ee('db');

        var_dump(AppHelper::isEE3()); die;

        if (AppHelper::isEE3()) {
            return $db->select('publisher_titles.title, publisher_titles.url_title')
                ->select('publisher_data.*')
                ->select('channels.field_group')
                ->select('channels.channel_title AS channel')
                ->select('channels.channel_name AS channel_short_name')
                ->where_in('publisher_titles.entry_id', $entryIds)
                ->where('publisher_titles.lang_id', $this->currentLanguageId)
                ->where('publisher_titles.status', $this->currentStatus)
                ->where('publisher_data.lang_id', $this->currentLanguageId)
                ->where('publisher_data.status', $this->currentStatus)
                ->join('publisher_data', 'publisher_data.entry_id = publisher_titles.entry_id')
                ->join('channels', 'channels.channel_id = publisher_titles.channel_id')
                ->get('publisher_titles');
        }
    }

This code starts on rule 429 and ends on 456. It’s in the Publisher_structure_hooks.php (legacy/libraries/hooks)

#5

Marie Adèle Davis

Just discovered that I don’t get the same problem when install the add-on on my local testing server. This is a strange one.

#6

BoldMinded (Brian)

Marie, I don’t think you’re having the same issue. Your error message is very different. Would you mind starting a new ticket?

#7

BoldMinded (Brian)

Kees, did you recently upgrade Publisher? If so are you 100% sure all the files are present? That error indicates that Composer isn’t finding the AppHelper class. Make sure the Helper/AppHelper.php file exists, and check the following two files to make sure the following two lines are present.

/system/user/addons/publisher/vendor/composer/autoload_classmap.php:
   47:     'BoldMinded\\Publisher\\Helper\\AppHelper' => $baseDir . '/addons/publisher/Helper/AppHelper.php',

/system/user/addons/publisher/vendor/composer/autoload_static.php:
  159:         'BoldMinded\\Publisher\\Helper\\AppHelper' => __DIR__ . '/../../../..' . '/addons/publisher/Helper/AppHelper.php',
#8

Est Digital

Hello Brian,

The lines you asked me to check, are present. And also, I completely deleted all Publisher Lite files and downloaded it again from our panel and then added all the files from the zip on the right place.

Still no luck whatsoever.

#9

BoldMinded (Brian)

What version of PHP are you running? Have you tried this site on a different server?

#10

BoldMinded (Brian)

Have you tried backing up your database, then disabling all other add-ons to see if the error still happens?

#11

Est Digital

When I run the install or anything with Publisher Lite locally, then I get a 500 error every time. The PHP version is 7.1.x I have tried setting it to 5.6.x but then it started throwing this error:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 196605 bytes) in /home/opmeer/domains/opmeer.acc.kees-maakt.nl/webmanager/ee/legacy/database/drivers/mysqli/mysqli_connection.php on line 112

I will check and uninstall all addons now.

#12

Est Digital

Seems that this line was not in the file:

use BoldMinded\Publisher\Helper\AppHelper;

That explains why it could not find it.

Now I get an error from Structure…

#13

BoldMinded (Brian)

The use statement was missing? Really? That’s weird that it works for me.

#14

Est Digital

Okay, I fixed all the errors now.

Only when I click “Save & Preview” I just save and redirect to Structure.

What could that be?

#15

BoldMinded (Brian)

I don’t understand your question. Can you provide more details on what you’re referring to?

#16

Est Digital

Well,

Publisher does not throw any errors now, and works as it should.

Except for the fact that, when you want to save a draft, and press “Save & Preview”, there will be no preview at all, and I will get a redirect to the structure main page.

Structure is configured to make redirects to Structure when saving & closing an entry, but I do not want that when I click “Save & Preview”

#17

BoldMinded (Brian)

That sounds like to me that Structure is hi-jacking the redirect. Not sure if there is much I can do about that.

#18

Est Digital

Well, I could do something about it. I have disabled the “Redirect to Structure after entry Save” option.

Now I do not get a redirect, but I still get no previews. I just get a yellow bar saying “A more recent draft is available”

No console errors visible, no errors on screen, also no errors in log.

Any idea’s for a fix? 😊

Kind regards, Arjan

#19

BoldMinded (Brian)

When it says a more recent draft is available it means you’re currently viewing the published version, and you need to switch it to view the draft, which is more recent.

#20

Est Digital

I did switch to the draft, 3 times in a row, and also saved it as a draft, 3 times in a row. No previews anywere.

So I did this: View: Published, Save As: Draft -> No luck View: Draft, Save As: Draft -> No luck View: Draft, Save As: Published -> No luck Vew: Published, Save As: Published -> No luck

So no matter what I do, or how I do it. I just get the message of a more recent Draft….

#21

BoldMinded (Brian)

What channel are you saving entries in that you want to display previews?

Have you tried creating a clean EE environment with only Publisher installed to see if it works that way to rule out a possible addon conflict?

#22

Est Digital

GET http://kees2-ee4.dev.kees-maakt.nl/themes/user/publisher/scripts/publisher.js/ net::ERR_ABORTED
index.php?/cp/publish/create/1:1 Access to Font at 'http://kees2-ee4.dev.kees-maakt.nl/themes/ee/asset/fonts/fontawesome-webfont.woff2' from origin 'http://test-ee4.dev.kees-maakt.nl' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://test-ee4.dev.kees-maakt.nl' is therefore not allowed access.
index.php?/cp/publish/create/1:414 GET http://kees2-ee4.dev.kees-maakt.nl/themes/user/publisher/scripts/publisher.js/ 404 (Not Found)
index.php?/cp/publish/create/1:415 Uncaught ReferenceError: Publisher is not defined
    at index.php?/cp/publish/create/1:415
(anonymous) @ index.php?/cp/publish/create/1:415
index.php?/cp/publish/create/1:413 Uncaught TypeError: $form.publisherToolbar is not a function
    at HTMLDocument.<a> (index.php?/cp/publish/create/1:413)
    at c (jquery.js?v=1518098446:3)
    at Object.fireWith [as resolveWith] (jquery.js?v=1518098446:3)
    at Function.ready (jquery.js?v=1518098446:3)
    at HTMLDocument.s (jquery.js?v=1518098446:2)

In a clean install of EE 4.0.9 with only Publisher installed and only 1 channel.

I am still not able to preview anything

#23

BoldMinded (Brian)

Well, it looks like you’ve discovered the problem. Publisher’s theme files appear to be missing, or something is stopping the browser from loading it. Check your Network tab to make sure js files are loaded from themes/user/publisher, and check the ajax request to admin.php?S=0&D=cp&C=javascript&M=load&file=ext_scripts and see if there is a PHP error in the response.

#24

Est Digital

Just fixed the JS, seems that while hasting so much, I accidentally configured my local domain incorrectly.

But now the JS is working, but I get exact the same problem as I mentioned on the site with lots of addons installed. Which is: View: Published, Save As: Draft -> A more recent draft is available View: Draft, Save As: Draft -> A more recent draft is available View: Draft, Save As: Published -> No luck Vew: Published, Save As: Published -> No luck

The client is becoming a little impatient right now. But I can’t get Publisher to work…

#25

Est Digital

This is currently the only error that I am able to find, and that is in the “Diff settings” tab on Publisher Lite Settings

Exception Caught
Unknown field ChannelField.group_id
D:/Projecten/test-ee4/webmanager/ee/EllisLab/ExpressionEngine/Service/Model/Query/Select.php:709

Stack Trace: Please include when reporting this error
#0 webmanager\ee\EllisLab\ExpressionEngine\Service\Model\Query\Select.php(520): EllisLab\ExpressionEngine\Service\Model\Query\Select->translateProperty('group_id')
#1 webmanager\ee\EllisLab\ExpressionEngine\Service\Model\Query\Select.php(134): EllisLab\ExpressionEngine\Service\Model\Query\Select->applyOrders(Object(EllisLab\ExpressionEngine\Service\Database\Query), Array)
#2 webmanager\ee\EllisLab\ExpressionEngine\Service\Model\Query\Select.php(46): EllisLab\ExpressionEngine\Service\Model\Query\Select->buildQuery()
#3 webmanager\ee\EllisLab\ExpressionEngine\Service\Model\DataStore.php(281): EllisLab\ExpressionEngine\Service\Model\Query\Select->run()
#4 webmanager\ee\EllisLab\ExpressionEngine\Service\Model\DataStore.php(227): EllisLab\ExpressionEngine\Service\Model\DataStore->runQuery('Select', Object(EllisLab\ExpressionEngine\Service\Model\Query\Builder))
#5 webmanager\ee\EllisLab\ExpressionEngine\Service\Model\Query\Builder.php(143): EllisLab\ExpressionEngine\Service\Model\DataStore->selectQuery(Object(EllisLab\ExpressionEngine\Service\Model\Query\Builder))
#6 webmanager\ee\EllisLab\ExpressionEngine\Service\Model\Query\Builder.php(62): EllisLab\ExpressionEngine\Service\Model\Query\Builder->fetch()
#7 webmanager\user\addons\publisher\Controllers\General\Diff.php(232): EllisLab\ExpressionEngine\Service\Model\Query\Builder->all()
#8 webmanager\user\addons\publisher\Controllers\General\Diff.php(162): BoldMinded\Publisher\Controllers\General\Diff->getGridRow()
#9 webmanager\user\addons\publisher\Controllers\General\Diff.php(58): BoldMinded\Publisher\Controllers\General\Diff->getFieldSettings()
#10 webmanager\user\addons\publisher\mcp.publisher.php(141): BoldMinded\Publisher\Controllers\General\Diff->render('general/diff')
#11 webmanager\user\addons\publisher\mcp.publisher.php(84): Publisher_mcp->runController()
#12 [internal function]: Publisher_mcp->general('diff')
#13 webmanager\ee\EllisLab\ExpressionEngine\Controller\Addons\Addons.php(1600): call_user_func_array(Array, Array)
#14 webmanager\ee\EllisLab\ExpressionEngine\Controller\Addons\Addons.php(884): EllisLab\ExpressionEngine\Controller\Addons\Addons->getModuleSettings('publisher', 'general', Array)
#15 [internal function]: EllisLab\ExpressionEngine\Controller\Addons\Addons->settings('publisher', 'general', 'diff')
#16 webmanager\ee\EllisLab\ExpressionEngine\Core\Core.php(240): call_user_func_array(Array, Array)
#17 webmanager\ee\EllisLab\ExpressionEngine\Core\Core.php(109): EllisLab\ExpressionEngine\Core\Core->runController(Array)
#18 webmanager\ee\EllisLab\ExpressionEngine\Boot\boot.php(146): EllisLab\ExpressionEngine\Core\Core->run(Object(EllisLab\ExpressionEngine\Core\Request))
#19 public_html\webmanager\index.php(143): require_once('D:\\Projecten\\te...')
#19 public_html\webmanager\index.php(143): require_once('D:\\Projecten\\te...')
#26

BoldMinded (Brian)

Ok, that one should be an easy fix. So you have diffs enabled? If so if you disable them do the draft previews work?

#27

Est Digital

How would I do that? Because I get nothing but an error on the diff settings page, so where can I turn it off? Just in the DB?

#28

BoldMinded (Brian)

Yes, in the exp_publisher_settings table find the row with diff_enabled and set it to no

#29

Est Digital

I just checked, it’s already “No”

#30

BoldMinded (Brian)

Comment has been marked private.

#31

Est Digital

I just installed it, but I still get the same problem as before, but the “Diff” error is gone.

So when I save a: published Entry as Draft -> “More recent draft” Draft Entry as Draft -> “More recent draft”

No matter what.

#32

BoldMinded (Brian)

Have you tried replicating this in a clean EE environment yet? When I can’t replicate something locally, I ask customers to replicate it in a clean environment with nothing else but the add-on installed. Doing so usually reveals if its a configuration issue with the customer’s environment, an add-on conflict, or a legit bug in the add-on.

#33

Est Digital

I just tested it, but no difference…

#34

BoldMinded (Brian)

Is this clean environment on a dev server that I can login to?

#35

Est Digital

I would like to give you credentials, but since I can not edit this ticket because of an error:

You have an invalid conditional in your template. Please review your conditionals for an unclosed string, invalid operators, a missing }, or a missing {/if}.

Parser State: Unexpected end of Snippet “snippet:tickets_form” on line 191; expected ENDIF tag for opening on line 50.
#36

Est Digital

The clean environment is completely local, so it is not reachable, I can make a domain for it, if you want.

#37

BoldMinded (Brian)

Yeah, if you could make it available that would help. As for credentials, just add them to a comment and make it private.

#38

Est Digital

Comment has been marked private.

#39

BoldMinded (Brian)

Comment has been marked private.

#40

Est Digital

It does work now, but it looks a bit weird, I’ll check on the update site now.

#41

BoldMinded (Brian)

What does look weird mean? Can you share a screenshot?

#42

Est Digital

I am yet to find out how to post a screenshot here, so ill do it this way: https://imgur.com/a/4lToP

#43

BoldMinded (Brian)

That kind of looks like some CSS or JS isn’t loading correctly, or there is a JS error? I’ve never seen that happen before. Did you update the dev site you gave me access to so I can take a closer look at it?

#44

Est Digital

Comment has been marked private.

#45

Est Digital

Did you find anything yet?

#46

BoldMinded (Brian)

No, I have not had a chance to take a further look.

#47

BoldMinded (Brian)

Find the publisher/views/preview-modal.php file and replace the contents with this and see if it works.

<div class="modal-wrap <?php echo $name ?> hidden">
    <div class="modal">
        <a href="http://<?php" class="publisher-m-link"><?php echo $previewUrl ?></a>
        <a href="#class=m-close"></a>
        <div class="box">
            <iframe src="<?php echo $previewUrl ?>" frameborder="0"></iframe>
        </div>
    </div>
</div>
#48

Est Digital

That looks better already! We are getting there! Thanks for your patience so far! 😊

But just 1 more thing, the screen does look alright now, but it is like 60% of my screen width, I would like to see it using my whole browser, as with previous Publisher versions.

So there can be margin on the top and sides, but I would like to atleast be able to see the page on a non-square screen 😊

The version with your code is on the acc site, so not the clean one, if you want to check what I mean!

#49

BoldMinded (Brian)

Instead of sending a whole new build just make this change:

https://www.dropbox.com/s/56wsifoo6qgdgya/Screenshot 2018-02-19 07.48.47.png?dl=0

#50

Est Digital

Thanks! It looks like it works now! Could you add these fixes to a new release?

#51

BoldMinded (Brian)

Yes, its already in the next build.

Login to reply