• brg4789

    (@brg4789)


    I’m having an issue getting my images to upload. They get to 100% and then get stuck in ‘crunching’ mode. I’m unable to view anything in grid mode and the list mode is showing grey images and -no logo- for the titles.

    Below is the error notices I receive in the debugging:

    the same name as their class will not be constructors in a future version of PHP; Availability has a deprecated constructor in /home/brandy16/public_html/wp-content/plugins/availability/index.php on line 11

    Notice: Array to string conversion in /home/brandy16/public_html/wp-content/themes/prophoto4/classes/configPlaceholderReplacer.php on line 203

    Notice: Undefined property: stdClass::$Array in /home/brandy16/public_html/wp-content/themes/prophoto4/classes/configPlaceholderReplacer.php on line 203

    Notice: Array to string conversion in /home/brandy16/public_html/wp-content/themes/prophoto4/classes/configPlaceholderReplacer.php on line 196

    Notice: Undefined property: stdClass::$Array in /home/brandy16/public_html/wp-content/themes/prophoto4/classes/configPlaceholderReplacer.php on line 196

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-includes/post.php on line 6534

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-includes/post.php on line 6618

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 630

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 634

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 356

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 377

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 380

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 384

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/template.php on line 2220

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/template.php on line 2224

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 411

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 712

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 721

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 754

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-content/plugins/regenerate-thumbnails/regenerate-thumbnails.php on line 387

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-content/plugins/regenerate-thumbnails/regenerate-thumbnails.php on line 396

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 477

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 479

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 546

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 549

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 552

    Notice: Trying to get property of non-object in /home/brandy16/public_html/wp-admin/includes/class-wp-media-list-table.php on line 452

Viewing 1 replies (of 1 total)
  • Aims Infosoft

    (@aimsinfosofts)

    Hello brg4789,

    the same name as their class will not be constructors in a future version of PHP; Availability has a deprecated constructor in /home/brandy16/public_html/wp-content/plugins/availability/index.php on line 11

    The plugin code is not updated, it is used PHP4 version for defined constructor.so please replace it with PHP5 or later versions. like below code

    public function functionname() replace with public function __construct()

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Image Upload Stuck on Crunching’ is closed to new replies.