error saving a module SLIDESHOW CK
- seaurchin@msn.com
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
5 years 10 months ago - 5 years 10 months ago #52448
by seaurchin@msn.com
error saving a module was created by seaurchin@msn.com
When saving my front page module I get the error: Save failed with the following error: The content exceeds allowed limits
I have not added any content, just redid existing content. What are the limits?
I have not added any content, just redid existing content. What are the limits?
Last edit: 5 years 10 months ago by seaurchin@msn.com.
Please Log in or Create an account to join the conversation.
5 years 10 months ago #52449
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic error saving a module
Hi
the limits are given by the SQL field. You must go in your database >> modules table >> params field >> change it from "text" type to "longtext", so that you will have many more space
CEd
the limits are given by the SQL field. You must go in your database >> modules table >> params field >> change it from "text" type to "longtext", so that you will have many more space

CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- seaurchin@msn.com
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
5 years 10 months ago #52454
by seaurchin@msn.com
Replied by seaurchin@msn.com on topic error saving a module
thanks for quick reply, I am new to this, where do I find database >> modules table >> params field
Please Log in or Create an account to join the conversation.
5 years 10 months ago #52455
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic error saving a module
this is on your server .. you must go in the PHPmyAdmin interface
If you don't want to play with your Database, you can also use a tag in a custom html module, and edit the tag as a page in the popup using the editor button
(then not using a Page Builder module directlly to avoid the limit overflow)
If you don't want to play with your Database, you can also use a tag in a custom html module, and edit the tag as a page in the popup using the editor button
(then not using a Page Builder module directlly to avoid the limit overflow)
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- seaurchin@msn.com
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
5 years 10 months ago #52457
by seaurchin@msn.com
Replied by seaurchin@msn.com on topic error saving a module
In PHP My Admin, I have SEE #1, under structure tab there is, SEE #2
If I want to edit the page builder ck module SEE #3, how would I do that?
in the advanced tab tag shows module as a div, no option for page.
Like I said I am a newbie, self taught and took classes on lynda.com, I need step by step if you have the time.
email is: afa4ii@afmarsr4.org
Thank you for your time & trouble
If I want to edit the page builder ck module SEE #3, how would I do that?
in the advanced tab tag shows module as a div, no option for page.
Like I said I am a newbie, self taught and took classes on lynda.com, I need step by step if you have the time.
email is: afa4ii@afmarsr4.org
Thank you for your time & trouble
Please Log in or Create an account to join the conversation.
5 years 10 months ago #52458
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic error saving a module
as a newbie I would suggest you to not update your database and use the other method 
1/ go in your modules manager >> new module >> Custom html type
2/ open this module which has only an editor. In the editor you will get a button called "Page Builder CK"
3/ use this button to create or add an existing page in your module, this will write {pagebuilderck XX} as text, but you can use the editor button to directly update the page builder content in the popup from the module
This way, you have a module with a small text {pagebuilderck XX}, which loads a page (saved in the page builder ck sql table, which is longtext)

1/ go in your modules manager >> new module >> Custom html type
2/ open this module which has only an editor. In the editor you will get a button called "Page Builder CK"
3/ use this button to create or add an existing page in your module, this will write {pagebuilderck XX} as text, but you can use the editor button to directly update the page builder content in the popup from the module
This way, you have a module with a small text {pagebuilderck XX}, which loads a page (saved in the page builder ck sql table, which is longtext)
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.223 seconds