Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Class 'Concrete\Core\Search\Pagination\View\ConcreteBootstrap3Template' not found #91

Open
nileshxische opened this issue Feb 13, 2023 · 16 comments

Comments

@nileshxische
Copy link

@aembler @KorvinSzanto @bitterdev @mesparza5 @wordish

I am facing error when I click on any of the Express objects.

http://examplecom/index.php/dashboard/express/entries/results/f1b4aefa-905d-11e8-b1b2-000c6c0a6826

Error
Class 'Concrete\Core\Search\Pagination\View\ConcreteBootstrap3Template' not found

Screenshot 2023-02-13 at 9 53 13 PM

@nileshxische
Copy link
Author

Concrete Version is "9.0.2"

PHP Version | "7.4.33"

@aembler
Copy link
Member

aembler commented Feb 16, 2023

I don't see anywhere where ConcreteBootstrap3View is referenced in BrandCentral any longer. I think you need to upgrade your package

@nileshxische
Copy link
Author

@nileshxische I am already using the 0.68 version

@aembler
Copy link
Member

aembler commented Feb 16, 2023

I will add this file back but I don't see anywhere in the code that this file is referenced by the current version of BrandCentral.

@nileshxische
Copy link
Author

Can you check our web page http://dams.Xische.com and check if we have setup properly. We also want to discuss possibilities of working with the concretecms/brandcentral team

@wordish
Copy link
Contributor

wordish commented Feb 16, 2023

@nileshxische I've installed Brand Central using the instructions here and don't get that error on that page:
Screenshot 2023-02-16 at 10 24 36

You might try comparing your dependencies and versions with those install instructions to see if there's a difference.

@nileshxische
Copy link
Author

Hi @wordish thank you for responding. I did not see any version 1.0.x for brand central. the latest one 0.6.8
Screenshot 2023-02-16 at 10 33 42 PM

@wordish
Copy link
Contributor

wordish commented Feb 16, 2023

It's in the 9.0rc branch: https://github.com/concretecms/brand_central/blob/9.0rc/controller.php

Look in the controller.php file and you'll see it's version 1.0.3.

The repo could probably use some cleanup. Try using the version in that composer.json in the INSTALL.md document.

@nileshxische
Copy link
Author

nileshxische commented Feb 16, 2023 via email

@wordish
Copy link
Contributor

wordish commented Feb 16, 2023

@nileshxische you shouldn't need to use Composer. You probably don't need to uninstall either. Just replace the package with the 9.0rc branch version and upgrade it through the dashboard. That should probably work.

@nileshxische
Copy link
Author

I did exactly the same. and updated the add on from dashboard. But I am still getting the above error after I click any of the Express Objects.
[URL]
http://dams.xische.com/index.php/dashboard/express/entries/results/f1b4aefa-905d-11e8-b1b2-000c6c0a6826

Screenshot 2023-02-16 at 10 57 25 PM

Screenshot 2023-02-16 at 10 57 11 PM

@wordish
Copy link
Contributor

wordish commented Feb 16, 2023

Can you try installing with the sample composer.json and then when you install the package, choose the full content swap option? I suspect you still have an old theme or something mingled in with the package. It works fine with that configuration.

@nileshxische
Copy link
Author

Screenshot 2023-02-16 at 11 07 22 PM

@nileshxische
Copy link
Author

my current composer.json looks like this

{ "name": "concrete5/brand_central", "description": "A concrete5 asset management system package", "type": "concrete5-package", "license": "MIT", "minimum-stability": "stable", "require": { "php": "^7.2", "concrete5/core": "^8.5", "google/cloud-vision": "^0.15.4", "ext-zip": "*" } }

@nileshxische
Copy link
Author

Hi @wordish I have installed using your instructions using composer. but the landing page looks like this http://dams.xische.com/index.php/

Why is it distorted ? is something wrong with the css ?

Screenshot 2023-02-20 at 2 43 54 PM

@wordish
Copy link
Contributor

wordish commented Nov 28, 2023

Looks like cached CSS. Try clearing the cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants