required check text cannot be translated correctly.

Permalink Browser Info Environment
「Field \'%s\' is empty 」message is translated to Japanese on English page as well as Japanese page. Pleach see screenshot files.

How to reproduce
1. Translate 「Field'%s'isempty」text on dashboard.
2.Create form which has required property
3.Add formidable block & select the form
4.Submit

Please confirm.

2 Attachments

Type: Discussion
Status: In Progress
concrete5cojp
View Replies:
DeWebmakers replied on at Permalink Reply
DeWebmakers
Hi!

Can you try doing this when you are not loggedin?
I think the language is overwritten by the loggedin user and not set by the selected language.
Please let me know.

Best,

Corretje
concrete5cojp replied on at Permalink Reply 1 Attachment
concrete5cojp
Thank you the replay, Corretje.

I checked when I was logged out, but it resulted in the same.
Please check the screenshot file.

Thanks.
DeWebmakers replied on at Permalink Reply
DeWebmakers
Hi!

Found the issue... The language is set later then the validation...
I'll update the addon asap!

For now... maybe you can fixed the issue yourself...

With FTP open the file /packakges/formidable_full/controllers/dialog/formidable.php
Go to line: 111
Add the foloowing code there:
if (!empty($this->post('locale'))) FormidableForm::setLocale($this->post('locale'));
$locale = FormidableForm::getLocale();

Save and upload. This should help!

Best,

Corretje
concrete5cojp replied on at Permalink Reply
concrete5cojp
Thank you. I'll be waiting for the update.
concrete5cojp replied on at Permalink Reply 1 Attachment
concrete5cojp
Hi, Corretje.

I added the code you gave me, but it didn't work...
I checked it when I was logged out.
Please check the attached file.

Any other idea why it didn't work?

Thanks.
DeWebmakers replied on at Permalink Reply
DeWebmakers
Hi!

I've done some testing on my server and it seems to be working on my end.
Could you grant me access (ftp / c5) on your website?
That way I can see what is happening.

Please send the details to: wim@dewebmakers.nl

Thank you!
concrete5cojp replied on at Permalink Reply
concrete5cojp
Hi

Thanks for the offer, but there's still something I want to confirm first.

Have you checked with other block templates?
I found out that default template translates correctly if I apply codes you gave me, but other templates files don't.

I was overriding view files in /application, but even if I removed /application files (e.g. application/blocks/formidable/templates/dashboard/view.php), translation was not working.

Do you have any other thoughts why it still happens?

Thanks.
concrete5cojp replied on at Permalink Reply 1 Attachment
concrete5cojp
Hi

I've been testing translation in block template.
If you add t() on view.php, it's translated correctly, but error text ( t('Field \'%s\' is empty') ) written in Result.php is not translated correctly.
Please see the attached file.

Since I need to customize all template view files, I have overridden them in /application.

application/blocks/formidable/templates/bootstrap_default/view.php
application/blocks/formidable/templates/bootstrap_horizontal/view.php
application/blocks/formidable/templates/dashboard/view.php
application/blocks/formidable/view.php

Thanks
concrete5cojp replied on at Permalink Reply
concrete5cojp
Hi.

It would be appreciated if you could solve this translation issue asap as our client is having trouble translating error message.
I thought it might be caused by our client site codes, but it happens to elemental site as well.

As far as I've checked on elemental site, Default, Bootstrap Default and Bootstrap Horizontal translate fine, but only Dashboard template does not translate correctly.
I don't know why but both Japanese page & English page have Japanese error message.

Thanks.
DeWebmakers replied on at Permalink Reply
DeWebmakers
Hi,

The view_type in the controller of the block is only set on Dashboard template.
The Dashboard view is only for the preview in the dashboard. It's not meant to be used in the frontend.

There lies also the isseu.
In the controllers/dialog/formidable.php the locale is only set if it's not a dashboard view.
I guess it could be removed.

So go to /packages/formidable/controllers/dialog/formidable.php on line 112:
if ($view_type != 'editing') {
   if (!empty($this->post('locale'))) FormidableForm::setLocale($this->post('locale'));
   $locale = FormidableForm::getLocale();
}

change to:
if (!empty($this->post('locale'))) FormidableForm::setLocale($this->post('locale'));
$locale = FormidableForm::getLocale();


This should work.
concrete5cojp replied on at Permalink Reply
concrete5cojp
Hi.

I didn't know that /dashboard/view.php is for the preview in dashboard.
Since adding the code you've given me works but not for /dashboard/view.php, I'll make a new template then.

Thank you.

concrete5 Environment Information

# concrete5 Version
Core Version - 8.5.12
Version Installed - 8.5.12
Database Version - 20220319043123

# Database Information
Version: 5.5.64-MariaDB
SQL Mode:

# concrete5 Packages
Block Developer (1.1.0), Formidable (Full Version) (2.1.7.1), Import & Export Express Entries (0.0.1), Macareux Security Header Extended (0.0.2), Manual Nav (2.4.0), Secret Preview URL (0.0.1)

# concrete5 Overrides
blocks/autonav/templates/breadcrumb_nav/view.php, blocks/autonav/templates/breadcrumb_nav, blocks/autonav/templates/footer_navi/view.php, blocks/autonav/templates/footer_navi, blocks/autonav/templates/global_nav/view.php, blocks/autonav/templates/global_nav, blocks/autonav/templates/global_nav_second_layer/view.php, blocks/autonav/templates/global_nav_second_layer, blocks/autonav/templates/right_sidebar_navi/view.php, blocks/autonav/templates/right_sidebar_navi, blocks/autonav/templates, blocks/autonav, blocks/content/controller.php, blocks/content, blocks/developer_report/add.php, blocks/developer_report/composer.php, blocks/developer_report/config.php, blocks/developer_report/controller.php, blocks/developer_report/db.xml, blocks/developer_report/edit.php, blocks/developer_report/form.php, blocks/developer_report/icon.png, blocks/developer_report/view.php, blocks/developer_report, blocks/developer_top_pagelist/add.php, blocks/developer_top_pagelist/composer.php, blocks/developer_top_pagelist/config.php, blocks/developer_top_pagelist/controller.php, blocks/developer_top_pagelist/db.xml, blocks/developer_top_pagelist/edit.php, blocks/developer_top_pagelist/form.php, blocks/developer_top_pagelist/icon.png, blocks/developer_top_pagelist/view.php, blocks/developer_top_pagelist, blocks/developer_top_pickup/add.php, blocks/developer_top_pickup/composer.php, blocks/developer_top_pickup/config.php, blocks/developer_top_pickup/controller.php, blocks/developer_top_pickup/db.xml, blocks/developer_top_pickup/edit.php, blocks/developer_top_pickup/form.php, blocks/developer_top_pickup/icon.png, blocks/developer_top_pickup/view.php, blocks/developer_top_pickup, blocks/developer_top_theme/add.php, blocks/developer_top_theme/composer.php, blocks/developer_top_theme/config.php, blocks/developer_top_theme/controller.php, blocks/developer_top_theme/db.xml, blocks/developer_top_theme/edit.php, blocks/developer_top_theme/form.php, blocks/developer_top_theme/icon.png, blocks/developer_top_theme/view.php, blocks/developer_top_theme, blocks/express_entry_detail/templates/document_db.php, blocks/express_entry_detail/templates, blocks/express_entry_detail, blocks/express_entry_list/templates/document_db.php, blocks/express_entry_list/templates, blocks/express_entry_list, blocks/file/templates/file_download/view.php, blocks/file/templates/file_download, blocks/file/templates, blocks/file, blocks/formidable/templates/bootstrap_default/view.css, blocks/formidable/templates/bootstrap_default/view.php, blocks/formidable/templates/bootstrap_default, blocks/formidable/templates/bootstrap_horizontal/view.css, blocks/formidable/templates/bootstrap_horizontal/view.php, blocks/formidable/templates/bootstrap_horizontal, blocks/formidable/templates/dashboard/view.php, blocks/formidable/templates/dashboard, blocks/formidable/templates, blocks/formidable/view.css, blocks/formidable/view.php, blocks/formidable, blocks/ga_popular_pages/templates/ga_list/view.css, blocks/ga_popular_pages/templates/ga_list/view.php, blocks/ga_popular_pages/templates/ga_list, blocks/ga_popular_pages/templates, blocks/ga_popular_pages, blocks/image/templates/blog_image/view.php, blocks/image/templates/blog_image, blocks/image/templates/image_caption/view.php, blocks/image/templates/image_caption, blocks/image/templates, blocks/image, blocks/image_slider/controller.php, blocks/image_slider/templates/top_slider/view.php, blocks/image_slider/templates/top_slider, blocks/image_slider/templates/top_slider_sp/view.php, blocks/image_slider/templates/top_slider_sp, blocks/image_slider/templates, blocks/image_slider/view.css, blocks/image_slider, blocks/manual_nav/controller.php, blocks/manual_nav/templates/footer_copyright_nav.php, blocks/manual_nav/templates/footer_item_btn.php, blocks/manual_nav/templates/footer_item_nav.php, blocks/manual_nav/templates/footer_item_title.php, blocks/manual_nav/templates/global_item_nav.php, blocks/manual_nav/templates/global_nav_item.php, blocks/manual_nav/templates/header_item_nav.php, blocks/manual_nav/templates, blocks/manual_nav, blocks/next_previous/templates/detail_next_prev/view.php, blocks/next_previous/templates/detail_next_prev, blocks/next_previous/templates, blocks/next_previous, blocks/page_list/templates/blog_list/view.php, blocks/page_list/templates/blog_list, blocks/page_list/templates/detail_news/view.php, blocks/page_list/templates/detail_news, blocks/page_list/templates/english_topics_list/view.php, blocks/page_list/templates/english_topics_list, blocks/page_list/templates/right_sidebar_list/view.php, blocks/page_list/templates/right_sidebar_list, blocks/page_list/templates/simple_list.php, blocks/page_list/templates/top_english_news/view.php, blocks/page_list/templates/top_english_news, blocks/page_list/templates/top_seminar_news/view.php, blocks/page_list/templates/top_seminar_news, blocks/page_list/templates/top_topics_news/view.php, blocks/page_list/templates/top_topics_news, blocks/page_list/templates/topics_list/view.php, blocks/page_list/templates/topics_list, blocks/page_list/templates, blocks/page_list, blocks/page_title/templates/blog_detail_title/view.php, blocks/page_title/templates/blog_detail_title, blocks/page_title/templates/content_title/view.php, blocks/page_title/templates/content_title, blocks/page_title/templates/detail_title/view.php, blocks/page_title/templates/detail_title, blocks/page_title/templates/fotter_item_title/view.php, blocks/page_title/templates/fotter_item_title, blocks/page_title/templates, blocks/page_title, blocks/search/templates/header_search/view.php, blocks/search/templates/header_search, blocks/search/templates/right_sidebar_search/view.php, blocks/search/templates/right_sidebar_search, blocks/search/templates, blocks/search/view.php, blocks/search, blocks/switch_language/templates/gnav_lang/view.php, blocks/switch_language/templates/gnav_lang, blocks/switch_language/templates/header_lang/view.php, blocks/switch_language/templates/header_lang, blocks/switch_language/templates, blocks/switch_language, blocks/top_slider/add.php, blocks/top_slider/composer.php, blocks/top_slider/config.php, blocks/top_slider/controller.php, blocks/top_slider/db.xml, blocks/top_slider/edit.php, blocks/top_slider/form.php, blocks/top_slider/icon.png, blocks/top_slider/templates/top_slider.php, blocks/top_slider/templates/top_slider_sp.php, blocks/top_slider/templates, blocks/top_slider/view.php, blocks/top_slider, blocks/topic_list/templates/right_sidebar_topic/view.css, blocks/topic_list/templates/right_sidebar_topic/view.php, blocks/topic_list/templates/right_sidebar_topic, blocks/topic_list/templates, blocks/topic_list, blocks/youtube/templates/movie_content/view.css, blocks/youtube/templates/movie_content/view.php, blocks/youtube/templates/movie_content, blocks/youtube/templates, blocks/youtube, controllers/single_page/download_file.php, controllers/single_page, elements/express/form/form/form.php, elements/express/form/form, elements/express/form/view/attribute_key.php, elements/express/form/view, elements/express/form, elements/express, attributes/image_file/controller.php, attributes/image_file, jobs/update_statistics.php, css/build/vendor/font-awesome/variables.less, css/build/vendor/font-awesome, css/build/vendor, css/build, css/responsive-slides.css, js/ckeditor4/vendor/plugins/ckawesome/dialogs/ckawesome.css, js/ckeditor4/vendor/plugins/ckawesome/dialogs/ckawesome.js, js/ckeditor4/vendor/plugins/ckawesome/dialogs, js/ckeditor4/vendor/plugins/ckawesome/icons/ckawesome.png, js/ckeditor4/vendor/plugins/ckawesome/icons, js/ckeditor4/vendor/plugins/ckawesome/plugin.js, js/ckeditor4/vendor/plugins/ckawesome/register.js, js/ckeditor4/vendor/plugins/ckawesome/resources/select2/select2.full.min.css, js/ckeditor4/vendor/plugins/ckawesome/resources/select2/select2.full.min.js, js/ckeditor4/vendor/plugins/ckawesome/resources/select2, js/ckeditor4/vendor/plugins/ckawesome/resources, js/ckeditor4/vendor/plugins/ckawesome, js/ckeditor4/vendor/plugins/templates/dialogs/templates.css, js/ckeditor4/vendor/plugins/templates/dialogs/templates.js, js/ckeditor4/vendor/plugins/templates/dialogs, js/ckeditor4/vendor/plugins/templates/icons/hidpi/templates-rtl.png, js/ckeditor4/vendor/plugins/templates/icons/hidpi/templates.png, js/ckeditor4/vendor/plugins/templates/icons/hidpi, js/ckeditor4/vendor/plugins/templates/icons/templates-rtl.png, js/ckeditor4/vendor/plugins/templates/icons/templates.png, js/ckeditor4/vendor/plugins/templates/icons, js/ckeditor4/vendor/plugins/templates/lang/af.js, js/ckeditor4/vendor/plugins/templates/lang/ar.js, js/ckeditor4/vendor/plugins/templates/lang/az.js, js/ckeditor4/vendor/plugins/templates/lang/bg.js, js/ckeditor4/vendor/plugins/templates/lang/bn.js, js/ckeditor4/vendor/plugins/templates/lang/bs.js, js/ckeditor4/vendor/plugins/templates/lang/ca.js, js/ckeditor4/vendor/plugins/templates/lang/cs.js, js/ckeditor4/vendor/plugins/templates/lang/cy.js, js/ckeditor4/vendor/plugins/templates/lang/da.js, js/ckeditor4/vendor/plugins/templates/lang/de-ch.js, js/ckeditor4/vendor/plugins/templates/lang/de.js, js/ckeditor4/vendor/plugins/templates/lang/el.js, js/ckeditor4/vendor/plugins/templates/lang/en-au.js, js/ckeditor4/vendor/plugins/templates/lang/en-ca.js, js/ckeditor4/vendor/plugins/templates/lang/en-gb.js, js/ckeditor4/vendor/plugins/templates/lang/en.js, js/ckeditor4/vendor/plugins/templates/lang/eo.js, js/ckeditor4/vendor/plugins/templates/lang/es-mx.js, js/ckeditor4/vendor/plugins/templates/lang/es.js, js/ckeditor4/vendor/plugins/templates/lang/et.js, js/ckeditor4/vendor/plugins/templates/lang/eu.js, js/ckeditor4/vendor/plugins/templates/lang/fa.js, js/ckeditor4/vendor/plugins/templates/lang/fi.js, js/ckeditor4/vendor/plugins/templates/lang/fo.js, js/ckeditor4/vendor/plugins/templates/lang/fr-ca.js, js/ckeditor4/vendor/plugins/templates/lang/fr.js, js/ckeditor4/vendor/plugins/templates/lang/gl.js, js/ckeditor4/vendor/plugins/templates/lang/gu.js, js/ckeditor4/vendor/plugins/templates/lang/he.js, js/ckeditor4/vendor/plugins/templates/lang/hi.js, js/ckeditor4/vendor/plugins/templates/lang/hr.js, js/ckeditor4/vendor/plugins/templates/lang/hu.js, js/ckeditor4/vendor/plugins/templates/lang/id.js, js/ckeditor4/vendor/plugins/templates/lang/is.js, js/ckeditor4/vendor/plugins/templates/lang/it.js, js/ckeditor4/vendor/plugins/templates/lang/ja.js, js/ckeditor4/vendor/plugins/templates/lang/ka.js, js/ckeditor4/vendor/plugins/templates/lang/km.js, js/ckeditor4/vendor/plugins/templates/lang/ko.js, js/ckeditor4/vendor/plugins/templates/lang/ku.js, js/ckeditor4/vendor/plugins/templates/lang/lt.js, js/ckeditor4/vendor/plugins/templates/lang/lv.js, js/ckeditor4/vendor/plugins/templates/lang/mk.js, js/ckeditor4/vendor/plugins/templates/lang/mn.js, js/ckeditor4/vendor/plugins/templates/lang/ms.js, js/ckeditor4/vendor/plugins/templates/lang/nb.js, js/ckeditor4/vendor/plugins/templates/lang/nl.js, js/ckeditor4/vendor/plugins/templates/lang/no.js, js/ckeditor4/vendor/plugins/templates/lang/oc.js, js/ckeditor4/vendor/plugins/templates/lang/pl.js, js/ckeditor4/vendor/plugins/templates/lang/pt-br.js, js/ckeditor4/vendor/plugins/templates/lang/pt.js, js/ckeditor4/vendor/plugins/templates/lang/ro.js, js/ckeditor4/vendor/plugins/templates/lang/ru.js, js/ckeditor4/vendor/plugins/templates/lang/si.js, js/ckeditor4/vendor/plugins/templates/lang/sk.js, js/ckeditor4/vendor/plugins/templates/lang/sl.js, js/ckeditor4/vendor/plugins/templates/lang/sq.js, js/ckeditor4/vendor/plugins/templates/lang/sr-latn.js, js/ckeditor4/vendor/plugins/templates/lang/sr.js, js/ckeditor4/vendor/plugins/templates/lang/sv.js, js/ckeditor4/vendor/plugins/templates/lang/th.js, js/ckeditor4/vendor/plugins/templates/lang/tr.js, js/ckeditor4/vendor/plugins/templates/lang/tt.js, js/ckeditor4/vendor/plugins/templates/lang/ug.js, js/ckeditor4/vendor/plugins/templates/lang/uk.js, js/ckeditor4/vendor/plugins/templates/lang/vi.js, js/ckeditor4/vendor/plugins/templates/lang/zh-cn.js, js/ckeditor4/vendor/plugins/templates/lang/zh.js, js/ckeditor4/vendor/plugins/templates/lang, js/ckeditor4/vendor/plugins/templates/plugin.js, js/ckeditor4/vendor/plugins/templates/register.js, js/ckeditor4/vendor/plugins/templates/templates/default.js, js/ckeditor4/vendor/plugins/templates/templates/images/template01.png, js/ckeditor4/vendor/plugins/templates/templates/images/template02.png, js/ckeditor4/vendor/plugins/templates/templates/images/template03.png, js/ckeditor4/vendor/plugins/templates/templates/images/template04.png, js/ckeditor4/vendor/plugins/templates/templates/images/template05.png, js/ckeditor4/vendor/plugins/templates/templates/images/template06.png, js/ckeditor4/vendor/plugins/templates/templates/images/template07.png, js/ckeditor4/vendor/plugins/templates/templates/images/template08.png, js/ckeditor4/vendor/plugins/templates/templates/images/template09.png, js/ckeditor4/vendor/plugins/templates/templates/images/template10.png, js/ckeditor4/vendor/plugins/templates/templates/images/template11.png, js/ckeditor4/vendor/plugins/templates/templates/images/template12.png, js/ckeditor4/vendor/plugins/templates/templates/images/template13.png, js/ckeditor4/vendor/plugins/templates/templates/images/template14.png, js/ckeditor4/vendor/plugins/templates/templates/images/template15.png, js/ckeditor4/vendor/plugins/templates/templates/images/template16.png, js/ckeditor4/vendor/plugins/templates/templates/images/template17.png, js/ckeditor4/vendor/plugins/templates/templates/images/template18.png, js/ckeditor4/vendor/plugins/templates/templates/images/template19.png, js/ckeditor4/vendor/plugins/templates/templates/images/template20.png, js/ckeditor4/vendor/plugins/templates/templates/images/template21.png, js/ckeditor4/vendor/plugins/templates/templates/images/template22.png, js/ckeditor4/vendor/plugins/templates/templates/images/template23.png, js/ckeditor4/vendor/plugins/templates/templates/images/template24.png, js/ckeditor4/vendor/plugins/templates/templates/images/template25.png, js/ckeditor4/vendor/plugins/templates/templates/images/template26.png, js/ckeditor4/vendor/plugins/templates/templates/images/template27.png, js/ckeditor4/vendor/plugins/templates/templates/images/template28.png, js/ckeditor4/vendor/plugins/templates/templates/images/template29.png, js/ckeditor4/vendor/plugins/templates/templates/images/template30.png, js/ckeditor4/vendor/plugins/templates/templates/images/template31.png, js/ckeditor4/vendor/plugins/templates/templates/images/template32.png, js/ckeditor4/vendor/plugins/templates/templates/images/template33.png, js/ckeditor4/vendor/plugins/templates/templates/images/template34.png, js/ckeditor4/vendor/plugins/templates/templates/images/template35.png, js/ckeditor4/vendor/plugins/templates/templates/images/template36.png, js/ckeditor4/vendor/plugins/templates/templates/images, js/ckeditor4/vendor/plugins/templates/templates, js/ckeditor4/vendor/plugins/templates, js/ckeditor4/vendor/plugins, js/ckeditor4/vendor, js/ckeditor4, single_pages/dashboard/express/entries/view_entry.php, single_pages/dashboard/express/entries, single_pages/dashboard/express, single_pages/dashboard, themes/ttc/css/app.css, themes/ttc/css/fontawesome-all.min.css, themes/ttc/css/style.css, themes/ttc/css, themes/ttc/default.php, themes/ttc/detail.php, themes/ttc/elements/footer.php, themes/ttc/elements/header.php, themes/ttc/elements, themes/ttc/full.php, themes/ttc/home.php, themes/ttc/home_en.php, themes/ttc/img/bg_page-title.jpg, themes/ttc/img/dummy.png, themes/ttc/img/ttc-logo_black.svg, themes/ttc/img/ttc-logo_blue.svg, themes/ttc/img, themes/ttc/js/main.js, themes/ttc/js/vendor/jquery-3.3.1.min.js, themes/ttc/js/vendor/jquery.matchHeight-min.js, themes/ttc/js/vendor/slick.min.js, themes/ttc/js/vendor, themes/ttc/js, themes/ttc/page_forbidden.php, themes/ttc/page_not_found.php, themes/ttc/page_theme.php, themes/ttc/thumbnail.png, themes/ttc/view.php, themes/ttc/webfonts/fa-brands-400.eot, themes/ttc/webfonts/fa-brands-400.svg, themes/ttc/webfonts/fa-brands-400.ttf, themes/ttc/webfonts/fa-brands-400.woff, themes/ttc/webfonts/fa-brands-400.woff2, themes/ttc/webfonts/fa-light-300.eot, themes/ttc/webfonts/fa-light-300.svg, themes/ttc/webfonts/fa-light-300.ttf, themes/ttc/webfonts/fa-light-300.woff, themes/ttc/webfonts/fa-light-300.woff2, themes/ttc/webfonts/fa-regular-400.eot, themes/ttc/webfonts/fa-regular-400.svg, themes/ttc/webfonts/fa-regular-400.ttf, themes/ttc/webfonts/fa-regular-400.woff, themes/ttc/webfonts/fa-regular-400.woff2, themes/ttc/webfonts/fa-solid-900.eot, themes/ttc/webfonts/fa-solid-900.svg, themes/ttc/webfonts/fa-solid-900.ttf, themes/ttc/webfonts/fa-solid-900.woff, themes/ttc/webfonts/fa-solid-900.woff2, themes/ttc/webfonts, themes/ttc/wide.php, themes/ttc, views/frontend/maintenance_mode.php, views/frontend, src/Concrete/Express/Controller/FormController.php, src/Concrete/Express/Controller, src/Concrete/Express/Form/Context/FrontendViewContext.php, src/Concrete/Express/Form/Context, src/Concrete/Express/Form, src/Concrete/Express, src/Concrete

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
nginx/1.12.2

# Server API
fpm-fcgi

# PHP Version
7.2.31

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, enchant, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, igbinary, intl, json, ldap, libxml, mbstring, mcrypt, mysqli, mysqlnd, odbc, openssl, pcre, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, recode, Reflection, session, shmop, SimpleXML, snmp, soap, sockets, SPL, sqlite3, ssh2, standard, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zip, zlib

# PHP Settings
max_execution_time - 120
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 256M
post_max_size - 64M
upload_max_filesize - 32M
ldap.max_links - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
opcache.max_accelerated_files - 4000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.92 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.