After I have updated some plugins in my wordpress site I have blank page and could not even login to my wp-admin. I have the ACF pro plugin and I think that someting is wrong with it, because I disabled manually another plugins and the problem still exists. Here you have the DEBUG LOGs.
[26-Oct-2017 06:47:40 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/header.php on line 16
.
.
.
[26-Oct-2017 06:51:10 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/header.php on line 16
[26-Oct-2017 06:51:26 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 141
.
.
.
[26-Oct-2017 07:09:04 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 141
[26-Oct-2017 07:14:00 UTC] PHP Parse error: syntax error, unexpected '{' in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 141
[26-Oct-2017 07:16:04 UTC] PHP Parse error: syntax error, unexpected '{' in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 141
[26-Oct-2017 07:16:36 UTC] PHP Parse error: syntax error, unexpected '{' in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 141
[26-Oct-2017 07:16:50 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 141
.
.
.
[26-Oct-2017 07:16:52 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 141
[26-Oct-2017 07:18:07 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 118
[26-Oct-2017 07:19:08 UTC] PHP Parse error: syntax error, unexpected 'if' (T_IF) in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 141
.
.
.
[26-Oct-2017 07:20:55 UTC] PHP Parse error: syntax error, unexpected 'if' (T_IF) in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 141
[26-Oct-2017 07:21:00 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 118
[26-Oct-2017 07:21:23 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 118
[26-Oct-2017 07:24:25 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 142
[26-Oct-2017 07:27:19 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 142
[26-Oct-2017 07:27:26 UTC] PHP Fatal error: Call to undefined function get_field() in /home/virt6336/domains/mydomain.pl/public_html/wp-content/themes/mydomain/functions.php on line 142
I have also the image with installed plugins:
I do not have any idea what I could do to solve my problem. Any of you had similar issue before ?
Related
I trasfered a Wordpress site from an old hosting provider to another. To do this I performed these steps:
I download the public_html content from the old provider;
I exported the database content from the old provider;
I tried using the WordPress automatic import but it doesn't work (it could not establish the FTP connection with the old provider);
I installed Wordpress in the new provider;
I copied the old public_html folder in the new one;
I imported all the old tables from the previous Database export;
I corrected the database connection (DB_NAME, DB_USER, DB_PASSWORD, ...) in the wp-config.php file;
At this point the site seems to work... but not the "Contact Form". In fact, after activate the WordPress debug mode, if I send a message from the site I get this response in my debug.log:
[22-Nov-2018 16:21:12 UTC] PHP Fatal error: Uncaught Error: Class 'RevSliderFunctionsWP' not found in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php:91
Stack trace:
#0 /home/yc32of0z/public_html/wp-settings.php(305): include_once()
#1 /home/yc32of0z/public_html/wp-config.php(88): require_once('/home/yc32of0z/...')
#2 /home/yc32of0z/public_html/wp-load.php(37): require_once('/home/yc32of0z/...')
#3 /home/yc32of0z/public_html/xmlrpc.php(29): include('/home/yc32of0z/...')
#4 {main}
thrown in /home/yc32of0z/public_html/wp-content/plugins/revslider/revslider.php on line 91
[22-Nov-2018 16:21:34 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:34 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:34 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:21:59 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:21:59 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_NAME already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 19
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_USER already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 22
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_PASSWORD already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 25
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_HOST already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 28
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_CHARSET already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 31
[22-Nov-2018 16:22:35 UTC] PHP Notice: Constant DB_COLLATE already defined in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 34
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Warning: require(wp-salt.php): failed to open stream: No such file or directory in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:22:35 UTC] PHP Fatal error: require(): Failed opening required 'wp-salt.php' (include_path='.:/opt/alt/php72/usr/share/pear') in /home/yc32of0z/public_html/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 41
[22-Nov-2018 16:23:35 UTC] PHP Deprecated: Function create_function() is deprecated in /home/yc32of0z/public_html/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
Can anyone help me?
It seems that the Revolution Slider plugin has some files missing. Try deleting the Revolution Slider plugin and then installing it again from the wp-admin.
There is a mining script. then, i have try to remove it & after that yeah, the website is down until now.
Here my website = http://awmun.org/
i use divi theme for my website
i just got error on my website.here is i attach the error.
[30-Jan-2018 09:03:55 UTC] PHP Parse error: syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:03:56 UTC] PHP Parse error: syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:04:10 UTC] PHP Parse error: syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:04:22 UTC] PHP Parse error: syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:04:44 UTC] PHP Parse error: syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:05:28 UTC] PHP Parse error: syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:05:29 UTC] PHP Parse error: syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:05:59 UTC] PHP Parse error: syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:06:39 UTC] PHP Fatal error: Uncaught Error: Call to undefined function current_theme_supports() in /var/www/html/wp-includes/taxonomy.php:149
Stack trace:
#0 /var/www/html/wp-settings.php(294): create_initial_taxonomies()
#1 /var/www/html/wp-config.php(93): require_once('/var/www/html/w...')
#2 /var/www/html/wp-load.php(37): require_once('/var/www/html/w...')
#3 /var/www/html/wp-blog-header.php(13): require_once('/var/www/html/w...')
#4 /var/www/html/index.php(17): require('/var/www/html/w...')
#5 {main}
thrown in /var/www/html/wp-includes/taxonomy.php on line 149
[30-Jan-2018 09:06:41 UTC] PHP Parse error: syntax error, unexpected ''custom_css' (T_ENCAPSED_AND_WHITESPACE) in /var/www/html/wp-includes/theme.php on line 1645
[30-Jan-2018 09:06:41 UTC] PHP Parse error: syntax error, unexpected ''custom_css' (T_ENCAPSED_AND_WHITESPACE) in /var/www/html/wp-includes/theme.php on line 1645
Bow in your site is all garbage, so you need to delete the extras plugin and check the speed of the site and css minify, js minify Have to do
follow these steps to resolve this issue ::
Deactivating WordPress Plugins
Auditing Web Server Logs by using this command :
tail -f /var/log/nginx/error.log
In your case you should check the custom css file and make the correct path in line 1 in theme.php
I use WordPress source code version 4.5.3, I install WordPress Importer plugin to import sample data from URL https://wpcom-themes.svn.automattic.com/demo/theme-unit-test-data.xml
But when I finished importing I received more error message below:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; WP_Import has a deprecated constructor in C:\xampp\htdocs\wp\wp-content\plugins\wordpress-importer\wordpress-importer.php on line 38`
Warning: Declaration of WP_Import::bump_request_timeout() should be compatible with WP_Importer::bump_request_timeout($val) in C:\xampp\htdocs\wp\wp-content\plugins\wordpress-importer\wordpress-importer.php on line 38`
Notice: wp_get_http is deprecated since version 4.4! Use WP_Http instead. in C:\xampp\htdocs\wp\wp-includes\functions.php on line 3658`
Notice: Array to string conversion in C:\xampp\htdocs\wp\wp-content\plugins\wordpress-importer\wordpress-importer.php on line 798`
Notice: Undefined variable: _menu_item_type in C:\xampp\htdocs\wp\wp-content\plugins\wordpress-importer\wordpress-importer.php on line 800`
Notice: Undefined variable: _menu_item_type in C:\xampp\htdocs\wp\wp-content\plugins\wordpress-importer\wordpress-importer.php on line 802`
Notice: Undefined variable: _menu_item_type in C:\xampp\htdocs\wp\wp-content\plugins\wordpress-importer\wordpress-importer.php on line 804`
Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\wp\wp-includes\class-wp-http-curl.php on line 239`
My host provider (Bluehost) has disabled all my sites because of an error related to Piwigo or one of it's plugins. This is their email response:
Your account is deactivated because it is filling the servers hard
disks with temporary files. You need to check over your entire account
and make sure that you are A. Removing any temporary files that are
being created. B. You have disabled you scripts from creating files in
the /var/tmp directory.
The example they gave me was:
-rw------- 1 searchtheearth searchtheearth 106M Feb 16 09:49 magick-muzpwYvI
Bluehost took me down before I could continue to see anything.
I tried to deal with tech support but they insist it is not their job to troubleshoot
the scripts that they provide (Piwigo) and have not yet re-enabled my sites.
I told them I can not properly troubleshoot the site if it is not able to be accessed
and they said I can look at all my files and find the problem and only then once I
can attest that there is no problem will they enable my account.
Frankly I am just looking for what causes the error
thrown in /public_html/searchtheearth/admin/include/image.class.php on line 460
[16-Feb-2014 12:21:42 America/Denver] PHP Fatal error: Uncaught exception 'ImagickException' with message 'unable to extend cache
and
PHP Warning: exif_read_data(20140211154425- be740e47.jpg): Incorrect APP1 Exif Identifier Code in /public_html/searchtheearth/admin/include/image.class.php on line 244
So I have placed the error log below and anyone have any ideas as to what would be putting files in the /var/tmp directory and causing the errors below?
My error log is below for the server:
/public_html/searchtheearth/admin/include/uploadify/error_log:
[11-Feb-2014 15:44:25 America/Denver] PHP Warning: exif_read_data(20140211154425- be740e47.jpg): Incorrect APP1 Exif Identifier Code in /public_html/searchtheearth/admin/include/image.class.php on line 244
[13-Feb-2014 11:37:42 America/Denver] PHP Warning: exif_read_data(20140213113742-b6fb09db.jpg): Incorrect APP1 Exif Identifier Code in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:08 America/Denver] PHP Warning: exif_read_data(20140214165308-6d0d3b81.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x4B78, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:10 America/Denver] PHP Warning: exif_read_data(20140214165310-8d9c63a0.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x6170, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:11 America/Denver] PHP Warning: exif_read_data(20140214165311-bfedab06.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x693D, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:12 America/Denver] PHP Warning: exif_read_data(20140214165312-03fcfcf9.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x632E, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:13 America/Denver] PHP Warning: exif_read_data(20140214165313-85188689.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x57E3, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:14 America/Denver] PHP Warning: exif_read_data(20140214165314-6b4e44f0.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x5328, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:16 America/Denver] PHP Warning: exif_read_data(20140214165316-c465919f.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x3E9E, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:17 America/Denver] PHP Warning: exif_read_data(20140214165317-50abf12c.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x416D, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:19 America/Denver] PHP Warning: exif_read_data(20140214165319-ebf0f884.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x754E, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:20 America/Denver] PHP Warning: exif_read_data(20140214165320-3a023621.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x7B9D, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:22 America/Denver] PHP Warning: exif_read_data(20140214165322-834b0071.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x789E, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:23 America/Denver] PHP Warning: exif_read_data(20140214165323-1fd8c75c.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x4517, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:24 America/Denver] PHP Warning: exif_read_data(20140214165324-477282ab.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x7168, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:26 America/Denver] PHP Warning: exif_read_data(20140214165326-fd61f0e5.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x5E68, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:27 America/Denver] PHP Warning: exif_read_data(20140214165327-e4c0b6e3.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x6D32, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:28 America/Denver] PHP Warning: exif_read_data(20140214165328-5d93e8d6.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x5288, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:31 America/Denver] PHP Warning: exif_read_data(20140214165330-f3803539.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x641D, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:32 America/Denver] PHP Warning: exif_read_data(20140214165332-ad04e773.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x708F, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
[14-Feb-2014 16:53:34 America/Denver] PHP Warning: exif_read_data(20140214165334-f67793ed.jpg): Process tag(x0202=JPEGInterch): Illegal format code 0x920D, suppose BYTE in /public_html/searchtheearth/admin/include/image.class.php on line 244
/public_html/searchtheearth/error_log:
#5 {main}
thrown in /public_html/searchtheearth/admin/include/image.class.php on line 460
[16-Feb-2014 12:21:42 America/Denver] PHP Fatal error: Uncaught exception 'ImagickException' with message 'unable to extend cache `/public_html/searchtheearth/upload/2014/02/15/20140215093344-cc4b26dc.jpg': No space left on device # error/cache.c/OpenPixelCache/4102' in /public_html/searchtheearth/admin/include/image.class.php:460
Stack trace:
#0 /public_html/searchtheearth/admin/include/image.class.php(460): Imagick- >scaleimage(1536, 1152)
#1 [internal function]: image_imagick->resize(792, 594)
#2 /public_html/searchtheearth/admin/include/image.class.php(93): call_user_func_array(Array, Array)
#3 /public_html/searchtheearth/i.php(557): pwg_image->__call('resize', Array)
#4 /public_html/searchtheearth/i.php(557): pwg_image->resize(792, 594)
#5 {main}
thrown in /public_html/searchtheearth/admin/include/image.class.php on line 460
[16-Feb-2014 12:21:43 America/Denver] PHP Fatal error: Uncaught exception 'ImagickException' with message 'unable to extend cache `/public_html/searchtheearth/upload/2014/02/15/20140215093344-cc4b26dc.jpg': No space left on device # error/cache.c/OpenPixelCache/4102' in /public_html/searchtheearth/admin/include/image.class.php:460
Stack trace:
#0 /public_html/searchtheearth/admin/include/image.class.php(460): Imagick- >scaleimage(1536, 1152)
#1 [internal function]: image_imagick->resize(792, 594)
#2 /public_html/searchtheearth/admin/include/image.class.php(93): call_user_func_array(Array, Array)
#3 /public_html/searchtheearth/i.php(557): pwg_image->__call('resize', Array)
#4 /public_html/searchtheearth/i.php(557): pwg_image->resize(792, 594)
#5 {main} thrown in /public_html/searchtheearth/admin/include/image.class.php on line 460
[16-Feb-2014 12:21:44 America/Denver] PHP Fatal error: Uncaught exception 'ImagickException' with message 'unable to extend cache `/public_html/searchtheearth/upload/2014/02/15/20140215093344-cc4b26dc.jpg': No space left on device # error/cache.c/OpenPixelCache/4102' in /public_html/searchtheearth/admin/include/image.class.php:460
Stack trace:
#0 /public_html/searchtheearth/admin/include/image.class.php(460): Imagick- >scaleimage(1536, 1152)
#1 [internal function]: image_imagick->resize(792, 594)
#2 /public_html/searchtheearth/admin/include/image.class.php(93): call_user_func_array(Array, Array)
#3 /public_html/searchtheearth/i.php(557): pwg_image->__call('resize', Array)
#4 /public_html/searchtheearth/i.php(557): pwg_image->resize(792, 594)
#5{main) thrown in /public_html/searchtheearth/admin/include/image.class.php on line 460
[16-Feb-2014 12:33:58 America/Denver] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
/public_html/searchtheearth/plugins/LocalFilesEditor/error_log:
[12-Feb-2014 13:28:12 America/Denver] PHP Warning: file_get_contents(../../plugins/adult_content/language/en_GB/plugin.lang.php): failed to open stream: No such file or directory in /public_html/searchtheearth/plugins/LocalFilesEditor/show_default.php on line 41
/public_html/searchtheearth/plugins/oAuth/error_log:
[11-Feb-2014 05:33:44 America/Denver] PHP Notice: Undefined index: in /public_html/searchtheearth/plugins/oAuth/auth.php on line 165
[11-Feb-2014 13:13:23 America/Denver] PHP Notice: Undefined index: in /public_html/searchtheearth/plugins/oAuth/auth.php on line 165
/public_html/searchtheearth/plugins/EasyCaptcha/tictac/error_log:
[12-Feb-2014 10:29:23 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 10:44:59 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 10:44:59 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 10:47:20 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 10:47:20 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 10:47:50 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 10:56:45 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 10:56:45 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 10:57:00 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 11:04:52 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 11:04:52 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 11:05:26 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[12-Feb-2014 11:05:31 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:26:58 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:26:58 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:29:10 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:29:35 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:30:20 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:30:20 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:30:27 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:30:44 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:30:44 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:31:03 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 07:31:12 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 21:16:43 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 21:37:13 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 21:37:37 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 21:37:57 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[14-Feb-2014 21:38:18 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
[ 15-Feb-2014 07:23:41 America/Denver] PHP Fatal error: Cannot redeclare drawcircle() in /public_html/searchtheearth/plugins/EasyCaptcha/tictac/functions_tictac.inc.php on line 83
------------------------------------end of log---------------------------------------------------------------------
Piwigo version: 2.6.1
PHP version: 5.4.24
MySQL version: 5.5.36
Piwigo URL: http://searchtheearth.com
Piwigo caches images, this is filling up your space.
How many images are on your space?
The exception you get is simply because you don't have any space left since it created so many images. You should find a way to disable image caching i.e. disabling imagemagick or commenting those lines out of Piwigo if it doesn't have a "turn off image caching" feature
I am using Joomla 2.5.14.
When I try to access to a module it gives me this error:
Fatal error: Call to a member function getTable() on a non-object in H:\xxx\xxx\xxxx-001\www\httpdocs\libraries\joomla\application\component\controllerform.php on line 386
And when I try to create a new module it gives me this error:
Fatal error: Call to a member function get() on a non-object in H:\xxx\xxx\xxxx-001\www\httpdocs\administrator\components\com_modules\views\module\view.html.php on line 56
PHP version is 5.2.
Any ideas?
Thanks!!!
I edit to add a print screen of the error: