Fatal error
-
I am running https://localwp.com/ which runs WordPress in Windows. When I click Select Register, I get two errors:
- Fatal error: Uncaught UnexpectedValueException: RecursiveDirectoryIterator::__construct(C:UsersuserLocal Siteslobsterapppublicwp-contentuploadscovers,C:UsersuserLocal Siteslobsterapppublicwp-contentuploadscovers): The system cannot find the file specified. (code: 2) in C:\Users\user\Local Sites\lobster\app\public\wp-content\plugins\bulk-media-register\lib\class-bulkmediaregister.php on line 121
- ( ! ) UnexpectedValueException: RecursiveDirectoryIterator::__construct(C:UsersuserLocal Siteslobsterapppublicwp-contentuploadscovers,C:UsersuserLocal Siteslobsterapppublicwp-contentuploadscovers): The system cannot find the file specified. (code: 2) in C:\Users\user\Local Sites\lobster\app\public\wp-content\plugins\bulk-media-register\lib\class-bulkmediaregister.php on line 121
I think it is related to how Windows handles directories. In Bulk Media Register, the drop-down box of directories is formatted differently for Windows and Linux (note the use of / and \ ):
- Windows<
wp-content/uploads\generatepress
wp-content/uploads\covers - Linux
wp-content/uploads/generatepress
wp-content/uploads/covers
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fatal error’ is closed to new replies.