Missing Paged Module Prevents Login
-
Hi Eliot,
I’m not sure what’s going on. When I went to bed last night, I logged out of my site and everything was alright. This morning when I tried to login, I got a white screen displaying the error:
PHP Fatal error: require_once(): Failed opening required '/wp-content/plugins/custom-content-shortcode/includes/modules/paged.php' (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /wp-content/plugins/custom-content-shortcode/custom-content-shortcode.php on line 118I checked the modules folder and there was no paged.php file included, so I simply commented out paged.php in custom-content-shortcode.php (I put // in front of line 133). This solved the problem. My login screen once again displays correctly and I am able to login.
Just a note that this issue didn’t affect the front end of the site.
So, I’m really confused because everything was alright after I ran the latest CCS update yesterday. I’m also confused because the issue affected another one of my sites, but not two others which are using CCS. Here’s a little rundown of what I’ve noticed:
-Site A (described above): Running WP 4.2 and CCS 2.1.4
-Site B (the other site affected): Running WP 4.1.3 and CCS 2.1.3 (the front end of the site displayed but custom CSS changes made through the theme’s settings options were not loaded) –> updated to CCS 2.1.4 without any problems (CSS returned to normal) –> after updating, I rechecked the modules folder and paged.php is included, and my // at line 133 of custom-content-shortcode.php has disappeared
-Site C (not affected): Running WP 4.1.3 and CCS 2.1.3 –> updated to CCS 2.1.4 without any problems
-Site D (not affected): Running WP 4.1.3 and CCS 2.1.3 –> updated to CCS 2.1.4 without any problems
Everything now seems ok for Sites B-D. So to fix Site A, I copied paged.php from Site B to Site A and removed the // at line 133 of custom-content-shortcode.php. Everything works fine now for all sites š
I really don’t understand why any of this happened, but I thought I should let you know about it in case anyone else experiences something similar. Feel free to mark this as resolved…
Cheers!
The topic ‘Missing Paged Module Prevents Login’ is closed to new replies.