What is PageBlocks module and what it does?

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

What is PageBlocks module and what it does?

Post by askme »

Hi all

I downloaded and Installed PageBlocks module, I read the help file, try on my CMSMS, but I did not see any output. What this module exactly do? Do any one has live example on their site. Thanks
peugeot-304

Re: What is PageBlocks module and what it does?

Post by peugeot-304 »

Same with me.
Got the following message in IE when trying to set it up in Content-->Page Blocks:

Line: 56
Char: 3
Error: Object required
Code:0
URL:http://localhost/dieter/moduleinterface ... PageBlocks

using CMS Maui on a local server PHP 5.1.2

Dieter
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: What is PageBlocks module and what it does?

Post by Elijah Lofgren »

askme wrote: Hi all

I downloaded and Installed PageBlocks module, I read the help file, try on my CMSMS, but I did not see any output. What this module exactly do? Do any one has live example on their site. Thanks
Here is some screenshots: http://wiki.cmsmadesimple.org/index.php ... age_Blocks

Live example: http://www.elijahlofgren.com/linux/ubuntu/

You need to go to "Content -> Page Blocks" to attach a blog to a page in order for it to output anything.

Hope this helps,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: What is PageBlocks module and what it does?

Post by Elijah Lofgren »

peugeot-304 wrote: Same with me.
Got the following message in IE when trying to set it up in Content-->Page Blocks:

Line: 56
Char: 3
Error: Object required
Code:0
URL:http://localhost/dieter/moduleinterface ... PageBlocks

using CMS Maui on a local server PHP 5.1.2

Dieter
Strange. It works fine here in IE 7 and Firefox 2.

What browser are you using?
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
peugeot-304

Re: What is PageBlocks module and what it does?

Post by peugeot-304 »

Hi Elijah

I'm using IE7. Happend also in IE6 (I think, that was at work)
See screenshot

In all browser Tab's: Blocks Templates and Optins in Back End don't work. Permissions are set correctly.

Any idea?


Dieter


[gelöscht durch Administrator]
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: What is PageBlocks module and what it does?

Post by Elijah Lofgren »

peugeot-304 wrote: Hi Elijah

I'm using IE7. Happend also in IE6 (I think, that was at work)
See screenshot

In all browser Tab's: Blocks Templates and Optins in Back End don't work. Permissions are set correctly.

Any idea?


Dieter
I've run into problems with PageBlocks on some CMSMS installs. It's strange. I think it has something to do with the database setup.

I've filed a bug and sometime I'll hopefully get around to fixing it (maybe Spring break):

Sorry it's not working for you,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
dpardons
New Member
New Member
Posts: 3
Joined: Wed Feb 28, 2007 10:52 pm

Re: What is PageBlocks module and what it does?

Post by dpardons »

Hi

Same problem as peugeot-304 but I can provide extra info:

Server localhost windows XP-pro
Apache 2.0.59
PHP 4.4.4
Mysql server 5.0.24a


Using Zend debugger, the error at the origin of the IE popup is:

Debug Error: C:\apache\htdocs\cmsms\modules\PageBlocks\PageBlocks.module.php line 254 - Call to a member function on a non-object

The module is not working also on Firefox 2.0.

Hope this will help.


Daniel
Last edited by dpardons on Wed Feb 28, 2007 11:09 pm, edited 1 time in total.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: What is PageBlocks module and what it does?

Post by Elijah Lofgren »

dpardons wrote: Hi

Same problem as peugeot-304 but I can provide extra info:

Server localhost windows XP-pro
Apache 2.0.59
PHP 4.4.4
Mysql server 5.0.24a


Using Zend debugger, the error at the origin of the IE popup is:

Debug Error: C:\apache\htdocs\cmsms\modules\PageBlocks\PageBlocks.module.php line 254 - Call to a member function on a non-object

The module is not working also on Firefox 2.0.

Hope this will help.


Daniel
I'm pretty sure that this problem occurs with specific page hierarchies.

It would help me track down things, if you could send me a database dump of your CMSMS install. You can use phpMyAdmin to get a zipped export or try out this script: http://forum.cmsmadesimple.org/index.ph ... 472.0.html

Your DB would basically contain all your pages, templates, content etc, it would also contain encrypted forms of your Admin password (but not your DB password). If you a comfortable with sending it to me, I'd appreciate it as I try to track down and fix this bug. If not, I'll hopefully track it down over Spring break.

Thanks,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
dpardons
New Member
New Member
Posts: 3
Joined: Wed Feb 28, 2007 10:52 pm

Re: What is PageBlocks module and what it does?

Post by dpardons »

Hi Elijah

Thanks for your support.


In appendix, part 1 of the CMS DB exported with phpmyadmin (.txt file to be renamed as .sql).

Daniel
Last edited by Anonymous on Fri Mar 30, 2007 1:49 pm, edited 1 time in total.
dpardons
New Member
New Member
Posts: 3
Joined: Wed Feb 28, 2007 10:52 pm

Re: What is PageBlocks module and what it does?

Post by dpardons »

Hi Elijah


Part 2 of DB



Daniel
Last edited by Anonymous on Fri Mar 30, 2007 1:49 pm, edited 1 time in total.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: What is PageBlocks module and what it does?

Post by Elijah Lofgren »

Thanks!

Hopefully I'll make/find time to work on this this weekend. If not, when I hopefully work on it during spring break, it should go faster.

- Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
lainyrache
Forum Members
Forum Members
Posts: 106
Joined: Thu Oct 05, 2006 11:27 am

Re: What is PageBlocks module and what it does?

Post by lainyrache »

Hi Elijah I get this error when I  log into admin as an editor ( permissions are set to  add pages,  remove pages only )
However when I log in as administrator (all permissions ticked) everything is fine.
A Group/user permissions problem......maybe
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: What is PageBlocks module and what it does?

Post by Elijah Lofgren »

lainyrache wrote: Hi Elijah I get this error when I  log into admin as an editor ( permissions are set to  add pages,  remove pages only )
However when I log in as administrator (all permissions ticked) everything is fine.
A Group/user permissions problem......maybe
Wow, you may be on to something!  :D
:: tests this out... ::
Edit: that doesn't seem to be it. Trying with the DB that Daniel sent me.
Last edited by Anonymous on Thu Mar 29, 2007 9:09 pm, edited 1 time in total.
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: What is PageBlocks module and what it does?

Post by Elijah Lofgren »

Elijah Lofgren wrote:
lainyrache wrote: Hi Elijah I get this error when I  log into admin as an editor ( permissions are set to  add pages,  remove pages only )
However when I log in as administrator (all permissions ticked) everything is fine.
A Group/user permissions problem......maybe
Wow, you may be on to something!  :D
:: tests this out... ::
Edit: that doesn't seem to be it. Trying with the DB that Daniel sent me.
Aha, Now I have the error :)

Notice: Trying to get property of non-object in /var/www/cmsmadesimple/modules/PageBlocks/PageBlocks.module.php on line 241

Fatal error: Call to a member function Hierarchy() on a non-object in /var/www/cmsmadesimple/modules/PageBlocks/PageBlocks.module.php on line 259
Now I just need to find out how to fix it. :)
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: What is PageBlocks module and what it does?

Post by Elijah Lofgren »

Hmm.. I thought I'd fixed it, but no. Still Errors. I think I want to just work on moving PageBlocks to a Content Type so that it will not need to show it's own list of pages and thus not have these problems. I can't work on that now though. I have to do homework that's due tomorrow.

Later,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Locked

Return to “Modules/Add-Ons”