R_J
AdminR_J Admin
-
Re: migrate from v2.2 Windows to v2.8.3 Linux
Do you have PHPMyAdmin or anything like that? Use this sql: RENAME TABLE gdn_accesstoken TO GDN_AccessToken; RENAME TABLE gdn_activity TO GDN_Activity; RENAME TABLE gdn_activitycomment TO GDN_Activit… (View Post)1 -
Re: migrate from v2.2 Windows to v2.8.3 Linux
I would advise to install vanilla from scratch on your Linux machine, copy the database (mysqldump would be helpful), point the db settings of your new installation to the imported dB, copy the /uplo… (View Post)1 -
Re: Basic Pages - Recent Discussions shown next page
Using the ampersand is a normal operator in php for referencing a variable and has nothing to do with vanilla $a = $b If $b has value 1, $a will have it, too. But if you make $a = 2, $b will not chan… (View Post)2 -
Re: Basic Pages - Recent Discussions shown next page
shouldn't it be either "class.unsetmodules.plugin.php" or "UnsetModulesPlugin.php"? @Kaspar: you might have to delete /cache/addon.php after renaming the file (View Post)1 -
Re: Vanilla 3.0 - Release Candidate & Call for Testers
Thanks for giving detailed feedback, that's always welcome! The best place for reporting issues is GitHub. Errors will only be fixed if there is a GitHub issue describing the bug, that's the way the … (View Post)1