Support Forum

Memory Error new local installation

SH Shari
Shari
Member

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 40 bytes) in S:localsitesexploringtarotwp-includeswp-db.php on line 1530


I’m seeing the above error when I try to access the Forum page. Is this something to do with SimplePress or my local installation? I’m using the nightly downloaded today.

4 Answers

New Answer

SH Shari
Shari
Member

Also receiving this error when trying to access the plugins:

Fatal error: Call to undefined function curl_init() in S:localsitesexploringtarotwp-contentpluginssimple-presssp-startupadminspa-admin-updater.php on line 13

MP Mr Papa
Mr Papa
Member

first one indicates you need more php memory…  what do you have set? 

as to the curl_init(), can you please make sure that curl is enabled on your server?  would be a crime these days for a host to not have curl available…

SH Shari
Shari
Member

It’s a local installation of XAMPP. I fixed the curl issue, but I’m not sure where to look for the memory one.

In php.ini I set memory_limit to -1 which said it was unlimited.

In my.ini I changed read_buffer_size = 256K to 512K

Where else should I change something?

Thanks.

SH Shari
Shari
Member

Ok, I changed a bunch of things but nothing worked.. however 🙂

I went into my plugins to deactivate WL as that’s the only other plugin I’m currently running and low and behold there was and update 🙂 I automatically updated (very kewl btw) and reactivated the plugin and wam! All is working as it should.

Thanks for the update!