Getting Errors and Warning after installing prebuild theme

Posted in: Newspaper
Post count: 13

Warning: Undefined array key 1 in C:\xampp\htdocs\apna\wp-content\plugins\td-composer\legacy\common\wp_booster\td_util.php on line 4909

Warning: Undefined array key 1 in C:\xampp\htdocs\apna\wp-content\plugins\td-composer\legacy\common\wp_booster\td_util.php on line 4909

Fatal error: Possible integer overflow in memory allocation (2 * 9158 + 32) in C:\xampp\htdocs\apna\wp-includes\shortcodes.php on line 273

Post count: 27744

Hello,

This fatal error indicates a problem with PHP memory allocation. The error suggests that the system is trying to allocate an amount of memory that is beyond what is allowable or possible, resulting in an “integer overflow”.

Here are some possible solutions:

1. Increase the memory allocated to PHP: You can try increasing the amount of memory allocated to PHP. This can be done by changing the memory_limit value in the php.ini file. To do this, locate the php.ini file on your system (in the case of XAMPP, it’s typically located in xampp\php\php.ini) and search for memory_limit. Increase this value (for example, to ‘256M’ or ‘512M’), save the file, and restart the Apache server through the XAMPP control panel.
2. Update PHP to 8.0 or 8.1: This issue can also be caused by using an older version of PHP. Try updating to the latest version of PHP through the XAMPP control panel.

Thank you!

Post count: 13

getting this warning

Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in C:\xampp\htdocs\apna\wp-includes\update.php on line 443

Post count: 27744

Hi,

You need to follow the steps provided above. Also, please get in touch with your host.

Thank you!

Post count: 13

done above steps of memory allocation and php version update
still getting the same error

Post count: 27744

Hi,

If you like, we can take a look at this and investigate it. Contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– a link to this topic in order to identify you

Thank you!

Post count: 3

Hello, I got same error on localhost:


Fatal error: Possible integer overflow in memory allocation (2 * 9158 + 32) in C:\xampp\htdocs\apna\wp-includes\shortcodes.php on line 273

I changed everything from your guide – https://forum.tagdiv.com/requirements-for-newspaper/

I tried change in php.ini, tried in .htaccess, nothing works even if panel shows everything is ok.

When I try to edit homepage I cant do anything. Errors appear in the top right corner:


Error at zones: 6(models) : 5(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)

Any advices?

Post count: 27744

Hello,

Can you please provide the access via email?

Thank you!

Post count: 3

When i wrote localhost it means its on my local pc, i can give you all credentials but dont know how you want to log in into my pc to have access to page and xampp 🙂

Post count: 27744

Hi,

Sorry, it was a misunderstanding. Please let me know what php version you have.

Thank you!

Post count: 3

PHP Version 8.2.0
WP Memory Limit 512 MB
PHP Execution Time 300
PHP Max Input Vars 5000

This is what i see in theme panel

Post count: 27744

Hi,

Please use the php version 8.0 and check after

Thank you!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.