**SOLVED**Calendar admin page is blank**SOLVED**

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
reidjazz

**SOLVED**Calendar admin page is blank**SOLVED**

Post by reidjazz »

I'm running CMSMS 1.2.3 on an Apache 2 server running PHP 5 and mysql 4. Yesterday, while trying to add an event to my calendar, the calendar admin page (after a very long wait) was blank. View Source in my browser was also blank. I tried this in several browsers on my machine (a Mac), and several other machines in the house (another Mac and a Windoze box running XP) with the same result.

I tried reuploading the entire CMSMS install to my ftp server to no avail. I desperately need to access the calendar because as a musician, it lets people know where I'm playing, etc. The calendar on the site views just fine. The url to my site is www.toddreid.com. The calendar can be accessed by clicking the 'gigs' link.

Any ideas? Any help is most appreciated!
reidjazz
Last edited by reidjazz on Wed Mar 05, 2008 5:56 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Calendar admin page is blank

Post by Nullig »

What is your php memory_limit? If it's less than 16M, you could try adding:

ini_set("memory_limit", "16M");

to your config.php file.

Nullig
reidjazz

Re: Calendar admin page is blank

Post by reidjazz »

Nullig,
It's set to 64M in both my .htaccess and my config.php file...it acts like a memory issue, but info.php tells me that:

                      Local Value    Master Value
memory_limit 64M           32M

So, it appears that I've got plenty of memory. Should I try, via phpmyadmin to delete what's in the calendar tables?
reidjazz
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Calendar admin page is blank

Post by Nullig »

You could try uninstalling Calendar and re-installing it, to see if the issue resolves itself.

Nullig
reidjazz

**SOLVED**Re: Calendar admin page is blank**SOLVED**

Post by reidjazz »

Well,
I found that I have apparently been hacked (or some serious bug of some kind). I went into the table in phpMyadmin and found that there were over 65,000 events in the calendar, all having NULL for all fields. I emptied the table and that did the trick. The module was simply getting overloaded.

Thanks for you help, though.
reidjazz
npessoa
Forum Members
Forum Members
Posts: 23
Joined: Wed Dec 06, 2006 7:51 pm

Re: **SOLVED**Calendar admin page is blank**SOLVED**

Post by npessoa »

Reid, did you ever find out what caused you to get hacked? I'm a musician too and am setting up the calendar in some pages for folks and it would be a nightmare if there was some vulnerability that created 65,000 entries...

thanks!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: **SOLVED**Calendar admin page is blank**SOLVED**

Post by Dr.CSS »

CMSMS ver. 1.2.3 had a vulnerability in it, not calendar...
Locked

Return to “Modules/Add-Ons”