Opened 11 years ago
Last modified 11 years ago
#2391 new defect
Custom Content Type Manager require_once fails to load loader.php line 110 on index.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | highest | Severity: | critical |
| Plugin: | not-listed | Keywords: | |
| Cc: |
Description
Warning: require_once(/srv/bindings/e8b511f57de14740b61f093be56edd13/code/wp-content/plugins/custom-content-type-manager/loader.php): failed to open stream: No such file or directory in /srv/bindings/e8b511f57de14740b61f093be56edd13/code/wp-content/plugins/custom-content-type-manager/index.php on line 110 Fatal error: require_once(): Failed opening required 'loader.php' (include_path='.:/usr/share/pear:/usr/share/php') in /srv/bindings/e8b511f57de14740b61f093be56edd13/code/wp-content/plugins/custom-content-type-manager/index.php on line 110
Note: See
TracTickets for help on using
tickets.
I believe I fixed the issue. When replacing the plugin folder it removed loader.php and CCTMtests.php
I add the two files back in and it seems to be working now.
Can someone please verify