Hi,
Sorry if this is the wrong place to ask this, but I am not very familiar with phpBB.
I have a forum which was just updated from phpBB 3.1.7-pl1 to 3.3.8. Everything works fine except the LaTeX function. I can see in the ACP that I have MathJax installed and enabled, but the LaTeX code in all old and new posts are not shown as nice equations but as the LaTeX code. Is there anyone who knows what might be wrong?
- Andrea
Extension not working in phpBB 3.3.8 - MathJax
-
- Registered User
- Posts: 2
- Joined: Mon Dec 07, 2020 10:29 am
Re: Extension not working in phpBB 3.3.8
If anyone can help it would be greatly appreciated. Also suggestions on where to look for answers.
-
- Registered User
- Posts: 2
- Joined: Mon Dec 07, 2020 10:29 am
Re: Extension not working in phpBB 3.3.8
3.3.14
Code: Select all
SQL ERROR [ mysqli ]
Field 'bbcode_helpline' doesn't have a default value [1364]
SQL
INSERT INTO phpbb_bbcodes (bbcode_match, bbcode_tpl, bbcode_tag, first_pass_match, first_pass_replace, second_pass_match, second_pass_replace, bbcode_id, display_on_posting) VALUES ('[latex]{TEXT}[/latex]', '<span>\\({TEXT}\\)</span>', 'latex', '/(?!)/', '', '/(?!)/', '', 14, 1)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 202
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/kinerity/mathjax/core/bbcodes_installer.php
LINE: 207
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/kinerity/mathjax/core/bbcodes_installer.php
LINE: 76
CALL: kinerity\mathjax\core\bbcodes_installer->add_bbcode()
FILE: [ROOT]/ext/kinerity/mathjax/migrations/v10x/release_0_0_1.php
LINE: 51
CALL: kinerity\mathjax\core\bbcodes_installer->install_bbcodes()
FILE: (not given by php)
LINE: (not given by php)
CALL: kinerity\mathjax\migrations\v10x\release_0_0_1->install_bbcodes()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 715
CALL: call_user_func_array()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 662
CALL: phpbb\db\migrator->run_step()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 437
CALL: phpbb\db\migrator->process_data_step()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 288
CALL: phpbb\db\migrator->try_apply()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 241
CALL: phpbb\db\migrator->update_do()
FILE: [ROOT]/phpbb/extension/base.php
LINE: 78
CALL: phpbb\db\migrator->update()
FILE: [ROOT]/phpbb/extension/manager.php
LINE: 231
CALL: phpbb\extension\base->enable_step()
FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 209
CALL: phpbb\extension\manager->enable_step()
FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
-
- Registered User
- Posts: 57
- Joined: Fri Dec 17, 2010 7:08 pm
Re: Extension not working in phpBB 3.3.8
Looks no any option to contact with kinerity as author from long time and no chance to change due cut of from internet : )
-
- Registered User
- Posts: 57
- Joined: Fri Dec 17, 2010 7:08 pm
Re: Extension not working in phpBB 3.3.8
So,forex.reptile wrote:Looks no any option to contact with kinerity as author
kinerity
is my old username. Honestly, I've long forgotten about this extension, though I should probably look at it again. I didn't know it was this popular.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules
If you have any questions about the rules/customs of this website, feel free to send me a PM.
My little corner of the world | Administrator @ phpBB Modders
Knowledge Base | Documentation | Community rules
If you have any questions about the rules/customs of this website, feel free to send me a PM.
My little corner of the world | Administrator @ phpBB Modders
-
- Community Team Leader
- Posts: 4000
- Joined: Mon Sep 01, 2014 1:00 am
- Location: sudo rm -rf /
- Name: Kailey Snay
Re: Extension not working in phpBB 3.3.8
Oh.. ok. I tried contact via @
I resolved problems.
viewtopic.php?p=16041511#p16041511
Should be more clear that it require ext/marcovo/mathjax for integration
I resolved problems.
viewtopic.php?p=16041511#p16041511
Should be more clear that it require ext/marcovo/mathjax for integration
-
- Registered User
- Posts: 57
- Joined: Fri Dec 17, 2010 7:08 pm