Git Product home page Git Product logo

Comments (6)

malinga91 avatar malinga91 commented on May 29, 2024

Yes please. When I view the page, returning an empty white page.

from laravel-pagebuilder.

clickervinod avatar clickervinod commented on May 29, 2024

Yes, please. When I view the page, returning an empty white page.

@malinga91 I'm also getting a blank page tried different thing but nothing happens, only 127.0.0.1:8000/admin/auth and 127.0.0.1:8000/admin/pagebuilder?page=1working saving but preview also not working.
No other pages loading related to laravel

from laravel-pagebuilder.

malinga91 avatar malinga91 commented on May 29, 2024

@clickervinod Same thing happened for me.

from laravel-pagebuilder.

dboldbaatar avatar dboldbaatar commented on May 29, 2024

laravel 8 is running. Not Problem !

from laravel-pagebuilder.

michaelyue avatar michaelyue commented on May 29, 2024

@dboldbaatar how did you make it running in Laravel 8 ,
I got the error when try to publish demo :
UnexpectedValueException

DirectoryIterator::__construct(F:\mao\DigitalJungle\projects\proj_usyd\ecosystem\web\ecosys\themes/demo/blocks,F:\mao\DigitalJungle\projects\proj_usyd\ecosystem\web\ecosys\themes/demo/blocks): The system cannot find the path specified. (code: 3)

at F:\mao\DigitalJungle\projects\proj_usyd\ecosystem\web\ecosys\vendor\hansschouten\phpagebuilder\src\Theme.php:51
47▕ */
48▕ protected function loadThemeBlocks()
49▕ {
50▕ $this->blocks = [];
➜ 51▕ $blocksDirectory = new DirectoryIterator($this->getFolder() . '/blocks');
52▕ foreach ($blocksDirectory as $entry) {
53▕ if ($entry->isDir() && ! $entry->isDot()) {
54▕ $blockSlug = $entry->getFilename();
55▕ $block = new ThemeBlock($this, $blockSlug);

1 F:\mao\DigitalJungle\projects\proj_usyd\ecosystem\web\ecosys\vendor\hansschouten\phpagebuilder\src\Theme.php:51
DirectoryIterator::__construct("F:\mao\DigitalJungle\projects\proj_usyd\ecosystem\web\ecosys\themes/demo/blocks")

2 F:\mao\DigitalJungle\projects\proj_usyd\ecosystem\web\ecosys\vendor\hansschouten\phpagebuilder\src\Theme.php:41
PHPageBuilder\Theme::loadThemeBlocks()

from laravel-pagebuilder.

HansSchouten avatar HansSchouten commented on May 29, 2024

@michaelyue your error has just been fixed in v0.15.0. Please upgrade your environment.

from laravel-pagebuilder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.