-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with installation #1
Comments
Hi @Poffen, |
Here is the the complete error output: |
Hi @Poffen, |
Hi again, Almost there ... I applied the fix, but I first got a new error related to creation of the database. I looked into phpmyadmin og found that the 'logs' and the 'users' tables were missing. The error I got was related to the 'logs' table:
And this was the case also for the 'context' and 'extra' columns. So I then manually deleted the setting
Hope this helps :) |
Update on the last error message: Just to let you know... The fatal error was caused by the setting 'only_full_group_by' in my mysql config file (I'm using version 5.7.17). I removed this setting in the config file and the problem was solved at my end. It may still though be something to look into, as this may likely cause problems for others. In any case, I'm up and running after the small changes I made to the install file. :) Poffen |
Today reinstall all my dev scripts and not found errors You write. local db: [12:28 ]-[vagrant@run1]-[~]
$ mysql -V
mysql Ver 15.1 Distrib 10.2.5-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 hosting db, also no problem: mysql Ver 14.14 Distrib 5.1.73, for portbld-freebsd8.4 (i386) using 5.2 but I fix in queries some thanks for the info. |
Hi,
I've tried to install the current dev version of runbb according to your description (with slim skeleton), but I get a fatal error when I navigate to index.php:
Fatal error: Uncaught InvalidArgumentException: Identifier "log" is not defined.
The text was updated successfully, but these errors were encountered: