dadeji
Forum Replies Created
-
Forum: Plugins
In reply to: [One Click Demo Import] 503 error importing demo dataI have solved those anticipating some variables in those functions:
example before: public static function get_single_generate_img($post, $class = “”,$thumb_size)
example after:public static function get_single_generate_img($post, $thumb_size, $class = “”)
Then I have used one demo import to import demo data, but after processing some minutes…it appears the same 503 error without any message in the debug log.
Forum: Plugins
In reply to: [One Click Demo Import] 503 error importing demo dataHi, thank you for the reply.
I have enabled the debugging mode and these are the messages when I activate the Papr theme:
Deprecated: Required parameter $thumb_size follows optional parameter $class in /home3/bgscient/public_html/wp-content/themes/papr/inc/helper/post-image-trait.php on line 18
Deprecated: Required parameter $thumb_size follows optional parameter $class in /home3/bgscient/public_html/wp-content/themes/papr/inc/helper/post-image-trait.php on line 24
Deprecated: Required parameter $thumb_size follows optional parameter $class in /home3/bgscient/public_html/wp-content/themes/papr/inc/helper/post-image-trait.php on line 31
Deprecated: Required parameter $thumb_size follows optional parameter $class in /home3/bgscient/public_html/wp-content/themes/papr/inc/helper/post-image-trait.php on line 41
Deprecated: Required parameter $thumb_size follows optional parameter $class in /home3/bgscient/public_html/wp-content/themes/papr/inc/helper/post-image-trait.php on line 62
Warning: Cannot modify header information – headers already sent by (output started at /home3/bgscient/public_html/wp-content/themes/papr/inc/helper/post-image-trait.php:18) in /home3/bgscient/public_html/wp-admin/includes/misc.php on line 1431
Warning: Cannot modify header information – headers already sent by (output started at /home3/bgscient/public_html/wp-content/themes/papr/inc/helper/post-image-trait.php:18) in /home3/bgscient/public_html/wp-includes/functions.php on line 6896
Warning: Cannot modify header information – headers already sent by (output started at /home3/bgscient/public_html/wp-content/themes/papr/inc/helper/post-image-trait.php:18) in /home3/bgscient/public_html/wp-admin/admin-header.php on line 9