XenForo
Administrative
- Thread starter
- Admin
- #1
I've run out of ideas. May someone knows what is wrong here?
I cant add my three columns to post, thread, forum.
I have no error.
I have checked permissions of mysql user
Is there anything else I have to do to make setup running?
Code:
Read more
ادامه مطلب...
I cant add my three columns to post, thread, forum.
I have no error.
I have checked permissions of mysql user
Is there anything else I have to do to make setup running?
Code:
Code:
<?php
namespace Robert9\Werte;
use XF\AddOn\AbstractSetup;
use XF\AddOn\StepRunnerInstallTrait;
use XF\AddOn\StepRunnerUninstallTrait;
use XF\AddOn\StepRunnerUpgradeTrait;
use XF\Db\Schema\Alter;
class Setup extends AbstractSetup
{
use...
Read more
ادامه مطلب...