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: Table not created on install?

Status Resolved
Add-on / Version Bloqs Latest
Severity
EE Version 3.5.7

Rob Pengelly

Jun 12, 2017

Description:

Just purchased bloqs, installed it on EE, but it doesn’t seem to be creating the table?

https://www.awesomescreenshot.com/image/2578115/0727749d99d2640d9d3669dcbcdea548

No other third party giving problems installing.

 

 

#1

BoldMinded (Brian)

That stack trace makes it look like you’re going to the admin page to configure blocks… what is the url you’re on when this happens?

Did you try uninstalling and reinstalling?

Are you using a database prefix other than exp_?

I just did an uninstall and re-install and it created the tables fine, so I’m suspecting this may be an environment specific issue. What version of PHP and MySQL are you using?

And just to confirm you should have 5 exp_blocks_* tables, how many do you see?

#2

Rob Pengelly

Comment has been marked private.

#3

BoldMinded (Brian)

When you install the newest version, do you see a “blocks” row in the exp_content_types table?

#4

BoldMinded (Brian)

This is super weird. I just did a clean install using PHP 7.1.1 and MySQL 5.6.35 and it worked fine.

Are you able to try the install on a different server? Maybe one using 7.1.1 or less and MySQL 5.6?

#5

BoldMinded (Brian)

Ok, I just tested with MySQL 5.7.18 and it installed fine.

Just to be sure, you do see the bloqs/vendor/litzinger/basee folder, right? The 3.1.2 release changed how the install and update scripts run, but it seems to be running fine for everyone else. Please try installing it on a different server and without any other add-ons installed, just EE and Bloqs.

#6

Rob Pengelly

Comment has been marked private.

#7

BoldMinded (Brian)

Are you using a Linux or Windows machine for the server? Apache or Nginx?

#8

BoldMinded (Brian)

Can you do me a favor and add a couple of var_dumps:

In vendor/composer/autoload_classmap.php

var_dump('classmap', $vendorDir, $baseDir);

https://www.dropbox.com/s/81e8vceusgj99w7/Screenshot 2017-06-15 08.41.39.png?dl=0

And in vendor/composer/autoload_psr4.php

var_dump('psr4', $vendorDir, $baseDir);

https://www.dropbox.com/s/wg5wdp9oz1dodo6/Screenshot 2017-06-15 08.42.10.png?dl=0

#9

BoldMinded (Brian)

Also, you didn’t confirm that the files were there. Do you see the bloqs/vendor/litzinger/basee folder on your site?

#10

BoldMinded (Brian)

Rob, someone else reported the same issue and I think I figured it out. Grab the latest 3.1.3 release and see if it installs correctly for you.

Login to reply