Hello,
I'm trying to do some editing in my website but I just don't know what was wrong that caused some message appear on my website
"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/rumahcem/public_html/wp-admin/menu.php on line 82"

So can anyone help me correct this PHP code so that I can manage and run my website normally?

I've uploaded the file (menu.php), and hopefully that somebody here can help me.

Thank you anyway.

Best Regards,
Ricardo de Melo
www.demelophoto.com

try to open php.ini look for memory_limit then change it.\
youre file is 33554432 bytes = 33MB
but youre memory_limit is only 122880 bytes = 12MB

try to change memory_limit larger than you're file size

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.