Images not loading. File php.ini does not exist and .hthaccess not helpful

Posted in: Newspaper
Post count: 4

Greetings.

I bought the theme today and I can’t even install a demo theme.

My error is, as far as I know the following:

php.ini configuration
Server software i Apache
PHP Version i 7.3.20
post_max_size i 128M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 120
max_input_vars 3000
SUHOSIN installed false

I can’t modify the “post_max_size” because I don’t know where to find it. I am a beginner user.

MY .htaccess file stand like this

# BEGIN WordPress
# Las directivas (líneas) entre «BEGIN WordPress» y «END WordPress» son
# generadas dinámicamente y solo deberían ser modificadas mediante filtros de WordPress.
# Cualquier cambio en las directivas que hay entre esos marcadores serán sobrescritas.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

</IfModule>

My website is http://www.budapestlatino.com

Please help me.

Post count: 4

AMP plugin was causing the error.

No further actions required.

thanks

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