Hey all,

i tried to me a block instance of a event calendar and suddenly half my site is missing !!

many admin options are not available and i cant recreate content: white page with just the title

Comments

andrewlevine’s picture

Category: bug » support
Priority: Critical » Normal

This problem probably has something to do with having multiple calendars, not multiblock. Anyway try this: http://drupal.org/node/45563

chasz’s picture

i deleted the multiblock entry and still nothing is showing, i cant even get to the modules page

andrewlevine’s picture

Clear the cache (DELETE FROM cache; DELETE FROM cache_page;). If this is still happening, it is almost definitely not a multiblock problem.

chasz’s picture

well this only happened when i tried to clone the event.module block

andrewlevine’s picture

If the module is disabled and all caches were cleared, it is no longer hooking into Drupal and will not affect the site. Any blocks that were cloned will no longer be there.

I would look at the PHP error log and the watchdog log to see if there's anything in there explaining the page not rendering.

chasz’s picture

does this thing have problems with autopath or permissions (but i am in admin account)

andrewlevine’s picture

It is impossible to debug the problem with the current information given. Do you have a URL I can look at to see the problem? Preferably with PHP's display_errors on.

chasz’s picture

http://smile4me.x24hr.com/drupal/

i cant even edit my posts now as admin LOL

btw, my event calendar block above Latest image disappeared

andrewlevine’s picture

Status: Active » Closed (fixed)

Well, putting aside the fact that your site is considered an "attack site" by firefox...Maybe there's something wrong with your event module installation?

This error is coming up warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'event_page' was given in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\drupal\includes\menu.inc on line 346. Did you delete that function from the event module?

I can't really continue to help here as this is does not look like a multiblock problem...I suggest using the forums or #drupal-support IRC channel.

chasz’s picture

Status: Closed (fixed) » Needs review
CCK changed its form names here recently...

Sorry I can't give a patch here (my lines numbers are too far off from other pending patches I have). But if change the following in cck_fieldgroup_tabs.module :

-  else if ($form_id == 'content_admin_display_overview_form') {
+  else if ($form_id == 'content_display_overview_form') {

and...

-  else if ($form_id == 'fieldgroup_edit_group_form') {
+  else if ($form_id == 'fieldgroup_group_edit_form') {

- is the old line , + is the new line.. like a patch. :)

this is a fix for another module to pull inline with the CCK project. can you check your code please

secondly, FF just reported my site today, and it s my test site.... how can u tell who reported it??

i verified the damned site thru google !!

andrewlevine’s picture

Status: Needs review » Closed (fixed)

This is a patch for CCK. I'm not sure this has anything to do with MultiBlock. If this applies to another module please open a ticket in the appropriate queue and give a link to this issue.