appthemes functions are not getting recognized
Hi,
I recently installed clipper theme and then flatter theme and everything was working fine as expected.
I modified the file(clipper\includes\actions.php) in clipper theme using
wp-admin -->Appearance -->Editor and uploaded it.
After that my
wp-admin page and website went down immediately.Then I checked the error-log through file manager and found the below message:
"PHP Parse error: syntax error, unexpected '<' in /home/xyz/public_html/coupon/
wp-content/themes/clipper/includes/actions.php on line 167"
I realized it was my typo error from the error log.
I reverted the change in the file actions.php and uploaded it from file manager.
From then I am getting the below error messages in error-log:
PHP Warning: Creating default object from empty value in /home/xyz/public_html/coupon/
wp-content/themes/flatter/includes/actions.php on line 8
PHP Fatal error: Call to undefined function appthemes_count_posts() in /home/xyz/public_html/coupon/
wp-content/themes/flatter/includes/home-tab-new-coupons.php on line 3
I ignored the warning and commented out the line which is calling 'appthemes_count_posts()' function and uploaded it.
Then I started getting the below error messages in error-log:
PHP Warning: Creating default object from empty value in /home/xyz/public_html/coupon/
wp-content/themes/flatter/includes/actions.php on line 8
PHP Fatal error: Call to undefined function appthemes_before_loop() in /home/xyz/public_html/coupon/
wp-content/themes/flatter/loop-coupon.php on line 13
I realized all the appthemes functions are not getting recognized.How can I fix this problem??