• I have 2 problems:
    1)I changed the permalinks to “dia e nome” (day and name) and it appears that I need to modify the “web.config” but I don’t know how to do it. Can someone help me please?
    2) Every time I try to update my wordpress I receive this message: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 24 bytes) in D:\Hosting\10231060\html\wp-admin\includes\file.php on line 155
    How can I solve this problem?
    My site is antoniocarlosfraquelli.com.br

Viewing 1 replies (of 1 total)
  • 1) You should be able to access your site’s web.config file using FTP within the httpdocs folder but do ensure that your FTP client is configured to show all files as some may be hidden by default. If you continue to have problems accessing your web.config file, try asking your hosts for assistances as they are best placed to help you with this.

    2) you have run out of available PHP memory. There are three ways to increase PHP’s memory allocation:

    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 512M

    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 256M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account.

Viewing 1 replies (of 1 total)

The topic ‘Web.config and update wordpress’ is closed to new replies.