Zend Autoloader.php file missing? - wordpress

I'm using a Wordpress plugin Zend Framework for wordpress and I'm downloading the actual Zend library to plug it into the plugin (it doesn't provide by itself) from http://framework.zend.com/downloads/archives
Error:
Warning: require_once(Zend/Loader/Autoloader.php): failed to open stream: No such file or directory in C:\localhost\~\wp-content\plugins\zend-framework-wp\zend-framework.php on line 28
Fatal error: require_once(): Failed opening required 'Zend/Loader/Autoloader.php' (include_path='.;C:\php\pear;C:\localhost\~\wp-content\plugins\zend-framework-wp') in C:\localhost\~\wp-content\plugins\zend-framework-wp\zend-framework.php on line 28
zend-framework.php, line 28
function zend_framework_register_autoload()
{
require_once 'Zend/Loader/Autoloader.php';
$autoloader = Zend_Loader_Autoloader::getInstance();
}
There's no Zend/Loader/Autoloader.php.
There's a AutoloaderFactory.php, StandardAutoloader.php... I tried renaming them to Autoloader.php but ran into more errors,
Fatal error: Class 'Zend_Loader_Autoloader' not found in C:\localhost\~\wp-content\plugins\zend-framework-wp\zend-framework.php on line 29
I guess that's not the way to go.
What's going wrong?
edit: I've cross-posted to wordpress.stack

Related

Wordpress Hosting Import Error Conflit Plugin Dokan

I went to import the site from another Wordpress hosting, and it is giving this error. The files are in the folder even though they are not. And every part of the plugin doesn't work.
Everything seems to work except this plugin. But in the other hosting without touching anything it works normally.
me/u905569257/domains/smeh.com.br/public_html/wp-content/plugins/woocommerce/includes/libraries/class-emogrifier.php): failed to open stream: No such file or directory in /home/u905569257/domains/smeh.com.br/public_html/wp-content/plugins/dokan-pro/includes/admin/announcement-background-process.php on line 14
Warning: include_once(): Failed opening '/home/u905569257/domains/smeh.com.br/public_html/wp-content/plugins/woocommerce/includes/libraries/class-emogrifier.php' for inclusion (include_path='.:/opt/alt/php74/usr/share/pear') in /home/u905569257/domains/smeh.com.br/public_html/wp-content/plugins/dokan-pro/includes/admin/announcement-background-process.php on line 14
Warning: include_once(/home/u905569257/domains/smeh.com.br/public_html/wp-content/plugins/dokan-pro/includes/modules/rma): failed to open stream: No such file or directory in /home/u905569257/domains/smeh.com.br/public_html/wp-content/plugins/dokan-pro/dokan-pro.php on line 286
Warning: include_once(): Failed opening '/home/u905569257/domains/smeh.com.br/public_html/wp-content/plugins/dokan-pro/includes/modules/rma' for inclusion (include_path='.:/opt/alt/php74/usr/share/pear') in /home/u905569257/domains/smeh.com.br/public_html/wp-content/plugins/dokan-pro/dokan-pro.php on line 286

There has been a critical error on your website. Fatal error: require_once(): Failed opening required

I'm trying to upload a theme onto WordPress and keep getting the error message There has been a critical error on your website.
I've checked the error log and this is what I'm receiving.
Warning: require_once(/home/test/dev.website.com/indus/wp-content/themes/grandrestaurant/lib/custom.lib.php): failed to open stream: No such file or directory in /home/test/dev.website.com/indus/wp-content/themes/grandrestaurant/functions.php on line 23
Fatal error: require_once(): Failed opening required '/home/test/dev.website.com/indus/wp-content/themes/grandrestaurant/lib/custom.lib.php' (include_path='.:/opt/alt/php70/usr/share/pear') in /home/test/dev.website.com/indus/wp-content/themes/grandrestaurant/functions.php on line 23
Now, I'm competent but I'm no developer. I'm still very much learning so would appreciate if you could keep it as nooby as possible lol.
Can anyone help me to get this theme installed?

PHP: Error using include_once function. Failed opening 'mysiteURL' for inclusion

I have never used PHP and need it just to build my WordPress site with an installed theme.
Every time when I open any pages under my wp-admin, I'm getting a warning:
Warning: include_once(): Failed opening
‘/myURL/public_html/wp-content/plugins/dsidxpress/admin.php’
for inclusion (include_path=’.:/usr/local/php56/pear’) in
/myURL/public_html/wp-content/plugins/dsidxpress123/dsidxpress.php
on line 90
When opening .php, I see the following code on line 90:
include_once(str_replace("\\", "/", WP_PLUGIN_DIR) . "/dsidxpress/admin.php");
After changing it per the instrucions:
include_once(include_path='.:/usr/local/php56/pear' . “/dsidxpress/admin.php”);
I'm getting new error:
Parse error: syntax error, unexpected ‘=’ in /myURL/public_html/wp-content/plugins/dsidxpress123/dsidxpress.php on line 90
How exactly do I need to change it?

I am having the issue in wp site

I am having the following issue in wp site.
Warning: include(/home2/ngohost/public_html/artfinteriors.com/wp-content/plugins/wp-super-cache/wp-cache-base.php): failed to open stream: No such file or directory in /home/ngohost/public_html/artfinteriors.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 65
Warning: include(): Failed opening '/home2/ngohost/public_html/artfinteriors.com/wp-content/plugins/wp-super-cache/wp-cache-base.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ngohost/public_html/artfinteriors.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 65
Warning: include_once(/home2/ngohost/public_html/artfinteriors.com/wp-content/plugins/wp-super-cache/ossdl-cdn.php): failed to open stream: No such file or directory in /home/ngohost/public_html/artfinteriors.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 82
Warning: include_once(): Failed opening '/home2/ngohost/public_html/artfinteriors.com/wp-content/plugins/wp-super-cache/ossdl-cdn.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ngohost/public_html/artfinteriors.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 82
Warning: Cannot modify header information - headers already sent by (output started at /home/ngohost/public_html/artfinteriors.com/wp-content/plugins/wp-super-cache/wp-cache.php:65) in /home/ngohost/public_html/artfinteriors.com/wp-includes/pluggable.php on line 1179
It seems that you are using WP Super Cache plugin and this is causing the errors. The first step for debugging is to try to deactivate / uninstall the plugin and see if the error still appear.

Body and Footer gone on homepage and error message after clearing cache Drupal 7

I recently was working on my website and decided to clear all caches and now the homepage only shows the header and nothing else. All the other pages work fine but i do get this error:
Warning: include(page-front.php) [function.include]: failed to open
stream: No such file or directory in include() (line 14 of
/home/anthonyd/public_html/graphicimpress/sites/all/themes/gi_0612/page.tpl.php).
Warning: include(page-front.php) [function.include]: failed to open
stream: No such file or directory in include() (line 14 of
/home/anthonyd/public_html/graphicimpress/sites/all/themes/gi_0612/page.tpl.php).
Warning: include() [function.include]: Failed opening 'page-front.php'
for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in
include() (line 14 of
/home/anthonyd/public_html/graphicimpress/sites/all/themes/gi_0612/page.tpl.php).
I did see a very similar problem someone else posted but it was for drupal 6 and the fix was to rebuild the modules by visiting admin/build/modules
and rebuild themes by visiting admin/build/themes. Unfortunately D7 does not have the same menu options.
Does anyone have an idea how to fix this?
In your file /home/anthonyd/public_html/graphicimpress/sites/all/themes/gi_0612/page.tpl.php on line 14, function include('page-front.php') trying to include file page-front.php into your page.tpl.php, but there's no such file as page-front.php.
Make sure that this file (page-front.php) exist, or remove include('page-front.php') from page.tpl.php.

Resources