The problem is defiantly not with the theme or any specific plugin. The problem is the fatal error thrown anytime an include or require is seen.
My only other suggestion is to open your php.ini file and find the line
include_path=".:/usr/local/lib/php"
and comment it out by placing a ; infront of it so it looks like this:
;include_path=".:/usr/local/lib/php"
This will cause php to use the default include path which might fix the problem.
After you make the change restart apache $ /etc/init.d/apache2 restart or $ /etc/init.d/httpd restart or $ service httpd restart depending on what distro of linux your running.
Related Posts:
- Server configuration for WordPress – Do I need install PHP-SSH extensions for WordPress on Fedora28?
- Check against server time to display SQL entries – Radio Station DJ Rotator Plugin
- the content of the uploads folder gets deleted periodically, how to figure out what causes it?
- W3 Total Cache Can’t Really Detect Things
- True or False: Is an Apache error or PHP error the same as a WordPress error?
- Using window.onload with Ubermenu
- What is @Action in WordPress?
- How to include this jQuery File in wordpress?
- PHP Error When a plugin is active
- Inserting custom PHP script on homepage
- Include a php file from another plugin
- Add bcc to contact from on wordpress
- Getting taxonomy images to display on single-post with their terms
- wp-mail attachment is not sent for no reason?
- Custom shortcode for displaying user based on a role parameter
- wp_enqueue_scripts
- WordPress Console Application (ability to excecute a custom function via crontab only)
- How can I fetch data from another website to my wordpress website with mysql database
- Save user total active time after login in wordpress [closed]
- Get all the URLs of the pages that uses a specific shortcode
- Switch from wp-cron to a server cron job
- Calling a save function from a “submit” button
- Wp Debug Enabled True Notices and Warning
- Pagination shows Same posts
- Is this plugin safe to run?
- Ajax call not working in wordpress through a plugin
- Strange admin-ajax / CSS / $_SESSION issue
- i need to make custom cron_schedule with custom interval time as a parameter into a custom payment gateway plugin wordpress
- How to add custom plugin data to the cart in woocommerce using custom button on product page?
- How to create admin setting for this small plugin
- Show prices with tax Inclusive in Minicart widget
- Custom fields not showing up in the user info (PaidMembershipsPro)
- WP Function does not trigger on Webhook API Call
- Cookie value changes back to previous value after changing
- Custom WordPress feed on Apache server returning 304 response for if-modified-since
- Allowed memory size of 134217728 … wp-includes/wp-db.php on line 1989
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- Post source link plugin – small modification
- Remove a div class with condition
- Problem with checked box on wp car manager plugin
- issue concerning ob_end_flush functions.php
- In a plugin, How to update a json file using ajax
- Can you add a shortcode to a custom post type that gets the post_title, post_content, etc. and then passes that to a plugin function?
- How to create algorithm for ordering posts in WordPress?
- How to use WordPress header function and footer function and not load word press database
- Hooking into the HTML header container
- PHP Error message Upload images to remote server
- No route was found matching the URL and request method
- wp-admin/admin-ajax.php 400 (Bad Request) plugin
- Block plugin update possibilities (but not by hiding notifications)
- WP_get_image_editor resizing images in a foreach loop
- my hook or my function wont run in the cronjob
- Multiple wordpress installations with same plugin folder (Apache Virtualhost)
- CMB2 Output Select Box Chosen Option
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- How to echo a PHP Code After the Content
- Woocommerce list variations that are added already to cart in Single Product
- Flexslider empty slide
- Conditional Fields depending on checkboxes
- Soflyy WP All Import Custom File Download Issue
- WordPress Admin sub-level menu issue
- Update (a function) post’s featured image as soon as $image_url changes
- Passing ajax variable to more than one wordpress plugin function
- Add class as plugin for other plugins
- Social sharing plugin directing to blank page after post sharing
- How to order users alphabetically by name? in plugin UPME
- Displaying friend’s posts only
- using href when creating wordpress plugin calls empty page instead of php file
- Media Playlist Plugin
- Saving custom form fields
- How to add php stylesheet to admin section instead of admin_head hook
- WordPress Background Audio – Continous AutoPlay
- Template from scratch: Sidebars not showing widget
- Contact Form 7: custom validation [closed]
- Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts
- Replace Dash (-) and Underscore ( _ ) with Space
- How use Dynamic hyperlink on each wordpress post?
- How to add homepage Widget?
- How to execute init or woocommerce_init only for checkout page
- how to restore wordpress backup(.rar) manually?
- White Screen When Includding A Folder With PHP Files
- What can I do to customize a widget provided with this plugin? from where have I to start?
- WordPress create permalink structure for custom post type with userid
- wordpress jquery is not defined because the head tag is empty
- Two sites one PC
- PHP if url extension action=discussion condition use [closed]
- Shortcode inside a redirect [closed]
- Attachement title in wpallimport
- Block registration with viewScript
- how to show selected options drop down menu values in attributes field in after saving post.php
- Can’t use updated variables in handle function
- How to get URL param for pagination in shortcode?
- Make plugin admin page visible to other roles
- How Create LastMod and Update Date Only on Taxonomy Category and Tags
- Accessing Correct Database to Create REST API Endpoint
- How do I replace a logo image that’s hard-coded into a plugin’s logo.php file?
- Read page- or post-content across different builder-plugins
- How to make WordPress Plugin run on single specific Admin Page
- Help with coding a link for a button in WordPress with The Events Calendar Plugin
- White Screen of Death on WordPress Website