1
rajaito
Module Conflict: WF-Downloads & Excal Calendar
  • 2006/5/5 2:31

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


Regardless of what the PHP error implies, I have narrowed down the problem to be a direct conflict between excal and the most recent verion of WF-Downloads.

Whenever I attempt to enable any of excal's blocks on a page that has WFDownload related code I get a blank white page.

Depending on which block I try to enable, I get a different error message.


Anyone have a suggestion for further troubleshooting this problem?
My xoops site: ElectroniCulture.net



2
rajaito
Re: extcal mod blocks: Fatal error: Cannot redeclare class xoopspersistableobjecthandler in
  • 2006/5/3 4:05

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


lines 65-69:

Quote:
if(is_object($GLOBALS["xoopsModule"]) && $GLOBALS["xoopsModule"]->getVar("dirname") == "newbb"){
$newbbConfig =& $GLOBALS["xoopsModuleConfig"];
}else{
$module_handler =& xoops_gethandler('module');
$newbb = $module_handler->getByDirname('newbb');
My xoops site: ElectroniCulture.net



3
rajaito
Re: extcal mod blocks: Fatal error: Cannot redeclare class xoopspersistableobjecthandler in
  • 2006/5/2 23:27

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


I didn't notice this before... This makes reference to newbb:
I did update to CBB3. Any help?

Notice [PHP]: Undefined variable: xoopsModule in file modules/newbb/include/functions.ini.php line 65
My xoops site: ElectroniCulture.net



4
rajaito
Re: extcal mod blocks: Fatal error: Cannot redeclare class xoopspersistableobjecthandler in
  • 2006/5/2 22:13

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


I tried to do a search in this forum for an answer... but the error message didn't bring up any results.
My xoops site: ElectroniCulture.net



5
rajaito
Re: using the word "psy" causes a forbidden page to show up in my forum
  • 2006/5/2 14:20

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


I did the search you suggested, but I am not sure what you really have me looking for.
My xoops site: ElectroniCulture.net



6
rajaito
please a little help rearranging my theme
  • 2006/5/2 14:17

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


Imagine the x's as my center blocks.
center-center and center-left and center-right.
This is how the site currently looks:

XXXXXXXXXXXXX

XXXXXX XXXXXX


But I want it to look like this:


XXXXXX XXXXXX

XXXXXXXXXXXXX


I am having a hell of a time getting it to work. I am sure it is a simple placement thing and I have experimented a bunch, but I just can't seem to get it right. I was hoping if I posted the code here, someone might be able to help me switch it up. Please?


<table border="0" cellpadding="0" cellspacing="0" id="glavna">
        <
td id="leftcolumn"
          <!-- <
a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo_mali.jpg" alt="" /></a> -->
          <!-- 
Start left blocks loop -->
          <{foreach 
item=block from=$xoops_lblocks}> <div class="<{cycle values="blockTitle"}>"><{$block.title}></div>
          <
div class="blockContent"><{$block.content}></div>
          <
img src="<{$xoops_imageurl}>images/160.gif" width="170" height="1" alt="" />
          <{/foreach}> 
          <!-- 
End left blocks loop -->
                
          <
br /> <br />          </td>
        <
td id="centercolumn">

                                         <!-- 
Display center blocks if any -->

                                                 <{if 
$xoops_showcblock == 1}> <table class="sadrzaj" cellspacing="0">
            <
tr
              <
td id="centerCcolumn" colspan="2"
                <!-- 
Start center-center blocks loop -->
                <{foreach 
item=block from=$xoops_ccblocks}> <table align="center" cellpadding="0" cellspacing="2">
                  <
tr
                    <
td> <div class="blockTitle"><{$block.title}></div>
                      <
div class="blockContent"><{$block.content}></div></td>
                  </
tr>
                </
table>
                <{/foreach}> 


                <!-- 
End center-center blocks loop -->
                                    
                                        
            <
tr
              <
td id="centerLcolumn"
                <!-- 
Start center-left blocks loop -->
                <{foreach 
item=block from=$xoops_clblocks}> <table class="blok" align="center" cellpadding="3" cellspacing="2">
                  <
tr
                    <
td> <div class="blockTitle"><{$block.title}></div>
                      <
div class="blockContent"><{$block.content}></div></td>
                  </
tr>
                </
table>
                <{/foreach}> 
                <!-- 
End center-left blocks loop -->
              </
td>
              <
td id="centerRcolumn"
                <!-- 
Start center-right blocks loop -->
                <{foreach 
item=block from=$xoops_crblocks}> <table class="blok" align="center" cellpadding="3" cellspacing="2">
                  <
tr
                    <
td> <div class="blockTitle"><{$block.title}></div>
                      <
div class="blockContent"><{$block.content}></div></td>
                  </
tr>
                </
table>
                <{/foreach}> 
                <!-- 
End center-right blocks loop -->
    
              </
td>
            </
tr>
              </
td>
            </
tr>
                        
          </
table>
          <{/if}> 
                    
                    
                     
                    
          <!-- 
End display center blocks -->
                    
                    
                     <
div id="content"> <{$xoops_contents}> </div>
My xoops site: ElectroniCulture.net



7
rajaito
extcal mod blocks: Fatal error: Cannot redeclare class xoopspersistableobjecthandler in
  • 2006/5/2 5:15

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


Not sure why, but when I enable any of the blocks in extcal I get a blank page.

PHP DEBUG:


Fatal error: Cannot redeclare class xoopspersistableobjecthandler in /home/electro/public_html/ECv2/modules/extcal/class/PersistableObjectHandler.php on line 13
My xoops site: ElectroniCulture.net



8
rajaito
Re: using the word "psy" causes a forbidden page to show up in my forum
  • 2006/5/2 0:09

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


ok... wait it gets even better.

Its not just happening in the forum, it is also happening in WF Downloads 3RC1. I cannot edit the files because they have the word "psy" listed in them. But they posted fine quite a while ago. What the hell is going on here? Is this a server issue? Is their some blocked words list? I mean seriously the word "PSY" is breaking my site! I just don't get it.

see it here in WF Downloads: under the music video category.

http://www.electroniculture.net/ECv2/modules/wfdownloads/viewcat.php?cid=38


I am serious. This is not a joke.
My xoops site: ElectroniCulture.net



9
rajaito
Re: using the word "psy" causes a forbidden page to show up in my forum
  • 2006/5/1 23:53

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


Yah I thought you wouldn't know what to say. Where do I even begin looking to debug this situation? Who do I ask?
My xoops site: ElectroniCulture.net



10
rajaito
Using the word "psy" causes a forbidden page to show on my site
  • 2006/5/1 14:07

  • rajaito

  • Not too shy to talk

  • Posts: 109

  • Since: 2005/1/3 1


Hello. This may be the strangest thing I have ever seen. My forum has worked fine for the last year.

But randomly... and I mean randomly, using the word "psy" in our forum has startded to cause a 403 forbidden message to show up. I don't get it. I really don't. It is very strange.

Up until yesterday we had been using newbb2. But I thought, maybe if I upgraded to CBB 3.2 that the problem would go away. It did not go away and I have no idea what to do about it. Especially because we are a dj site and we have several psytrance djs who like to post.


See for yourself:

http://electroniculture.net/ECv2/
My xoops site: ElectroniCulture.net




TopTop
(1) 2 3 4 ... 11 »



Login

Who's Online

248 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 248


more...

Donat-O-Meter

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

Latest GitHub Commits