Environment Builder

https://newfederationparty.com/

dev → build

Building database bradc_live_ss4 using SilverStripe\ORM\Connect\MySQL 5.7.44

Creating database tables

Creating database records

Database build completed!

[INFO]: --- Building schema "default" ---
GET /dev/build

[Emergency] Uncaught UnexpectedValueException: FilesystemIterator::__construct(/home/bradc/public_html/.graphql-generated/default): failed to open dir: No such file or directory

GET /dev/build

Line 190 in /home/bradc/public_html/vendor/symfony/filesystem/Filesystem.php

Source

181 
182                     if (!file_exists($tmpName) && self::box('rename', $file, $tmpName)) {
183                         $origFile = $file;
184                         $file = $tmpName;
185                     } else {
186                         $origFile = null;
187                     }
188                 }
189 
190                 $files = new \FilesystemIterator($file, \FilesystemIterator::CURRENT_AS_PATHNAME | \FilesystemIterator::SKIP_DOTS);
191                 self::doRemove(iterator_to_array($files, true), true);
192 
193                 if (!self::box('rmdir', $file) && file_exists($file) && !$isRecursive) {
194                     $lastError = self::$lastError;
195 
196                     if (null !== $origFile && self::box('rename', $file, $origFile)) {

Trace