Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

infusion error: blog and news: with dutch and english languages installed [SOLVED]

Asked Modified Viewed 981 times
O
Olmyritulaer
O
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

Hi there,

there's an issue while infusing the blog and news with the dutch and english languages installed from the start

not even afterwards

see attachment for error log cpanel

devolpment installment on devserver usb:

PHP 8.1.2 x86
Apache 2.4.43 x86
MySQL 5.7.24 x86

A fresh installment of 9.10.20 and added

Dutch language
and Darkcore simple 1.0.1 theme

no mods what's or ever

the live installment with TransIP core hosting also has this error

error console code:
F:PortableAppsEasyPHP-Devserver-17Portableeds-wwwincludesclassesPHPFusionDatabaseDriverPDOMySQL.php
/administration/infusions.php?aid=81a1312cee6d5495 **
Line: 71
2 hours ago      
Severity : Notice generated by user using trigger_error() function

Query Error: INSERT INTO fusion3t19w_blog_cats (blog_cat_name, blog_cat_image, blog_cat_language) VALUES ('Thema's', 'themes.svg', 'Dutch')<br/>Stack Trace:
#0 F:PortableAppsEasyPHP-Devserver-17Portableeds-wwwincludesclassesPHPFusionDatabaseDriverPDOMySQL.php(67): PDOStatement->execute()
#1 F:PortableAppsEasyPHP-Devserver-17Portableeds-wwwincludesclassesPHPFusionDatabaseAbstractDatabaseDriver.php(312): PHPFusionDatabaseDriverPDOMySQL->_query('INSERT INTO fus...', Array)
#2 F:PortableAppsEasyPHP-Devserver-17Portableeds-wwwincludesdb_handlersall_functions_include.php(113): PHPFusionDatabaseAbstractDatabaseDriver->query('INSERT INTO fus...', Array)
#3 F:PortableAppsEasyPHP-Devserver-17Portableeds-wwwincludesclassesPHPFusionInstallerInfusions.php(620): dbquery('INSERT INTO fus...')
#4 F:PortableAppsEasyPHP-Devserver-17Portableeds-wwwincludesclassesPHPFusionInstallerInfusions.php(326): PHPFusionInstallerInfusions->mlt_insertdbrow_infuse(Array)
#5 F:PortableAppsEasyPHP-Devserver-17Portableeds-wwwadministrationinfusions.php(32): PHPFusionInstallerInfusions->infuse('blog')
#6 {main}<br/>Error Nature: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's', 'themes.svg', 'Dutch')' at line 1
F:PortableAppsEasyPHP-Devserver-17Portableeds-wwwincludescore_functions_include.php
/index.php **
Line: 2359
2 hours ago      
Severity : Non fatal Runtime Errors

file_get_contents(locale/Dutch/includes/dynamics/assets/select2/select2_locale_nl.min.js) [<a href='https://www.php.net/manual/en/function.file-get-contents.php'>function.file-get-contents.php</a>]: Failed to open stream: No such file or directory


actually the links are generated but there's an error navigating to it
Edited by Olmyritulaer on 03-05-2022 18:02,
Olmyritulaer attached the following file:
errors_and_example_-_saved_pages_edge_-_202205031007.zip [No information available / 47 Downloads]
0 replies

2 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

I can see that there are two issues in the Dutch translation, First is the 'Thema's'. remove the 's. and the second error is a missing .js file :
locale/Dutch/includes/dynamics/assets/select2/select2_locale_nl.min.js
0 replies
O
Olmyritulaer
O
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

Ok now where talkin'

in /locale/Dutch/setup.php#L260

replace
$locale['setup_3514'] = "Thema's";

with
$locale['setup_3514'] = "Thema&rsquo;s";

and where good again,

except there's no minified but only /locale/Dutch/includes/dynamics/assets/select2/select2_locale_nl.js in the original Dutch translation included

so I minified myself

see attachment
Edited by Olmyritulaer on 03-05-2022 19:01,
Olmyritulaer attached the following file:
mod_202205031744_s_min_js_dutch_locale.zip [No information available / 46 Downloads]
0 replies

Category Forum

Installation Issues- 9

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
O
O
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet