Code: Select all
Parse error: syntax error, unexpected '[' in /home/zohallco/public_html/3.1.dev/ext/imkingdavid/prefixed/migrations/v10x/m3_remove_settings_module.php on line 39
PHP 5.4 is required for this extension. In PHP 5.4, a new syntax for arrays was introduced (i.e. ['a','b','c'] instead of array('a','b','c')) and I am using that.Meis2M wrote:hi:
Code: Select all
Parse error: syntax error, unexpected '[' in /home/zohallco/public_html/3.1.dev/ext/imkingdavid/prefixed/migrations/v10x/m3_remove_settings_module.php on line 39
In the future when reporting issues, please explain what specifically is not working. Are you getting an error?RAGEstacker wrote:it doesn't work on phpbb 3.1 b2
Code: Select all
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
Code: Select all
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><!-- EVENT topiclist_topic_title_before --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
I couldn't find your PR. Was it submitted yet?imkingdavid wrote:FYI, if you want to see topic prefixes on viewforum, you'll need to do the following until the event is actually added
I actually just closed it. https://github.com/phpbb/phpbb/pull/1924 EXreaction is wanting a more efficient implementation (i.e. applying to topic titles in more places) so that is still needing some discussion.PayBas wrote:I couldn't find your PR. Was it submitted yet?imkingdavid wrote:FYI, if you want to see topic prefixes on viewforum, you'll need to do the following until the event is actually added
Code: Select all
Catchable fatal error: Argument 1 passed to imkingdavid\prefixed\core\manager::__construct() must be an instance of phpbb\db\driver\driver, instance of phpbb\db\driver\factory given in C:\xampp\htdocs\ext\imkingdavid\prefixed\core\manager.php on line 82
Code: Select all
Parse error: syntax error, unexpected '[' in /var/www/web123094/html/phpBB3/ext/imkingdavid/prefixed/migrations/v10x/m3_remove_settings_module.php on line 39
Fatal error: Call to a member function variable() on a non-object in ***\phpBB\ext\imkingdavid\prefixed\event\listener.php on line 197