Page 1 of 1

[SOLVED] Formbuilder issue after upgrade to cmsms 2.0

Posted: Sun Oct 04, 2015 7:35 pm
by nervino
Hello, after upgraded to 2.0.1 from 1.12.1 the formbuilder tag does not output the form itself.
In the page where there is the FB tag: {FormBuilder form='contatti'}, I can see the text that I put in the module template but I can't see the form.

I tried to make a new page, with a default cmsms template and a default formbuilder form, same result: the form isn't displayed.

Ideas?

Thank you





----------------------------------------------

Cms Version: 2.0.1

Installed Modules:

CMSMailer: 5.2.4
AdminSearch: 1.0
FileManager: 1.5.1
MenuManager: 1.50.1
MicroTiny: 2.0
ModuleManager: 2.0
Search: 1.50.1
ThemeManager: 1.1.8
CGExtensions: 1.49.9
CGSmartImage: 1.20.3
CGSimpleSmarty: 2.0.2
CGBlog: 1.13.1
FormBuilder: 0.8.1.1
Gallery: 2.0.2
JQueryTools: 1.3.7
CMSContentManager: 1.0.1
DesignManager: 1.0.1
Navigator: 1.0.1


Config Information:

php_memory_limit:
max_upload_size: 30000000
url_rewriting: mod_rewrite
page_extension:
query_var: page
auto_alias_content: true
locale: it_IT.UTF-8
set_names: true
timezone: Europe/Rome
permissive_smarty: false


Php Information:

phpversion: 5.5.9-1ubuntu4.13
md5_function: On (Vero)
json_function: On (Vero)
gd_version: 2
tempnam_function: On (Vero)
magic_quotes_runtime: Off (Falso)
E_STRICT: 0
E_DEPRECATED: 0
test_file_timedifference:
test_db_timedifference:
memory_limit: 128M
max_execution_time: 120
output_buffering: 4096
file_uploads: On (Vero)
post_max_size: 40M
upload_max_filesize: 30M
session_save_path: /var/lib/php5 (1733)
session_use_cookies: On (Vero)
xml_function: On (Vero)
xmlreader_class: On (Vero)


Performance Information:

allow_browser_cache: Off (Falso)
browser_cache_expiry: 60
php_opcache: On (Vero)
smarty_cache: Off (Falso)
smarty_compilecheck: Off (Falso)
smarty_cache_udt: Off (Falso)
auto_clear_cache_age: Off (Falso)

Server Information:

Server Api: apache2handler
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.41
Server Db Grants: Ho trovato una dichiarazione "GRANT ALL" che sembra essere adatta
Server Time Diff: Nessuna differenza di orario del filesystem individuata


----------------------------------------------

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 7:30 am
by Stom
I'm also getting this issue.

Code: Select all

----------------------------------------------
Cms Version: 2.0
Installed Modules:
AdminSearch: 1.0
CMSContentManager: 1.0
DesignManager: 1.0
FileManager: 1.5
CGSimpleSmarty: 2.0.2
MicroTiny: 2.0
ModuleManager: 2.0
Navigator: 1.0
News: 2.50
Search: 1.50
CMSMailer: 5.2.4
FormBuilder: 0.8.1.2
CGExtensions: 1.49.9
CGContentUtils: 2.1

Config Information:
php_memory_limit:
max_upload_size: 64000000
url_rewriting: none
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Europe/London
permissive_smarty: false

Php Information:
phpversion: 5.5.29
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
test_file_timedifference:
test_db_timedifference:
memory_limit: 128M
max_execution_time: 30
output_buffering: 4096
file_uploads: On (True)
post_max_size: 64M
upload_max_filesize: 64M
session_save_path: /home/tmp (0777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)

Performance Information:
allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: Off (False)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.37
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No file system time difference found

----------------------------------------------

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 8:09 am
by Rolf
New version of Formbuilder was released yesterday.
Clear cache afterwards!

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 8:10 am
by Stom
That's version 0.8.1.2, which I'm already using :(

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 8:14 am
by Jo Morg
Stom wrote:Cms Version: 2.0
you need to upgrade to the latest.

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 8:15 am
by Stom
Ah, thank you!

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 8:22 am
by Stom
I spoke too soon. Upgrading has broken all my templates. When I go to Content Editor I now get an empty list, and Design Manager -> Templates and Design Manager -> Stylesheets are now empty.

Whoops.

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 8:29 am
by Rolf
@stom clear browser cache. Ctrl f5 or Cmd R

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 8:36 am
by Stom
Well bahh, do I feel sheepish.

Thank you. Can confirm this has fixed the issue. FormBuilder is now showing when I view the pages.

I do now have a bug where it still shows the {FormBuilder form='contact'} tag when I call the pages content via CGSimpleSmarty get_page_content but I suspect that's my own template error.

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 8:39 am
by Jo Morg
Stom wrote:it still shows the {FormBuilder form='contact'} tag when I call the pages content via CGSimpleSmarty get_page_content but I suspect that's my own template error.
You may need to eval the content retrieved via CGSimpleSmarty get_page_content otherwise it will show the template instead of parsing it.

Re: Formbuilder issue after upgrade to cmsms 2.0

Posted: Tue Oct 06, 2015 8:45 am
by Stom
Right again! Thanks!