11
guardian2k1
Re: Memory size exhausted in Snoopy.class.php

mmm if its just wordpress try turning off some of the extras in the wordpress preferences. e.g rss feeds. Strip it down to its basics.
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org



12
guardian2k1
Re: Memory size exhausted in Snoopy.class.php

Quote:

yagiuda wrote:
XOOPS Version: 2.2.3 Final
PHP Version: 4.3.9
MySQL Version: 4.1.10
Web Server Software: Apache
Default Theme: kubrick

Every now and then (in periods quite frequently) I get a whitepage and the following error in the server error log:

"PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 500001 bytes) in .../web/xoops/class/snoopy/Snoopy.class.php on line 882, referer:http://...../xoops/modules/wordpress/
Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes)"

If I wait 5 minutes, and try again, the error is gone, and the page loads OK.

It only seem to happen on the toppage, If I go directly to the modulepages, everything is OK.

I am running on a shared server, so I am not allowed to change the memory_limit in php.ini

What do I do?


Please?


The simplest way to go about this is to disable any running module you have running on the front page. Start off with maybe 1-2 and see if that resolves the problem.
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org



13
guardian2k1
Re: News Module question

Personally I would hate to have advertising forced on me like this so I'm sure your visitors will feel the same if you take this route. I would suggest creating a custom block either at the top of the center column above your news or down the left/right side and set it to display on all news module pages.
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org



14
guardian2k1
Re: 2.2.4: WF-Links Shows Error When Accessing Link

If XOOPS debug is not already on, turn it on and pm the full error report so I can try and locate the problem.
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org



15
guardian2k1
Re: Coppermine Photo Gallery 1.4 Beta

Checking coppermines website this has now reached 1.4.3. This has been marked stable and alot of bug fixes applied to bridging.
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org



16
guardian2k1
Re: 2.2.4: WF-Links Shows Error When Accessing Link

You appear to be missing a file. Try uploading the missing file. Another thing is, wf-links isn't 2.2.* compatible per say. I had to run through the wolfgang forums and smart factories to apply the fixes posted to get it working properly
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org



17
guardian2k1
Re: xoops-2.2.4-to-2.2.5Pre2.zip

While I'm not one for voicing my opinion here I don't think you should be calling this patch xoops-2.2.5pre2. Rather a custom patch.

I thought this was an official patch until I read through the posts. It leads to confusion:|
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org



18
guardian2k1
Re: mozilla_iso

I don't have a copy of the mozilla_iso. Can you offer me a download.

In the meantime I would check that the image dimensions of the psd match those of the jpeg.
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org



19
guardian2k1
Xoops Memory Usage - PHP Script

While checking out CPG Dragonfly I found a neat little script that shows memory usage by the Content Management System.

Unfortunately I can't get the script to work in Xoops. Anyway know the reason why?

if (function_exists('memory_get_usage') && $start_mem 0) {
            
$total_mem memory_get_usage()-$start_mem;
            
$foot1 .= '<br />Memory Usage: '.(($total_mem >= 1048576) ? round((round($total_mem 1048576 100) / 100), 2).' MB' : (($total_mem >= 1024) ? round((round($total_mem 1024 100) / 100), 2).' KB' $total_mem.' Bytes'));
        }
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org



20
guardian2k1
Re: Help: Unraveling the mystery of Yahoo search results

I noticed this with out site a year ago. XOOPS isn't exactly search engine optimised and requires a little help. I would recommend reading the Google SEO guide. This will show you how to create custom page titles and descriptions.

I would also check your meta tags through Admin menu > Preferences > System > Meta Tags and Footer.
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com |http://debcentral.org




TopTop
« 1 (2) 3 4 5 ... 9 »



Login

Who's Online

240 user(s) are online (176 user(s) are browsing Support Forums)


Members: 0


Guests: 240


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits