This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
During installaton of newest version of october i get this error:
call_user_func() expects parameter 1 to be a valid callback, class 'System\Models\Parameters' not found
This is my installation log: http://pastebin.com/HKPLmVZt
And this is my phpinfo: http://pastebin.com/rtnMY90a
I'm getting exactly the same problem. Previous versions of October CMS installed perfectly. OSX El Capitan.
It should be fixed now. Thanks for reporting this. You will need to download a fresh copy of the installer.
daftspunk said:
It should be fixed now. Thanks for reporting this. You will need to download a fresh copy of the installer.
New exception after installing, on site http://joxi.ru/BA094xxSB3V31r
Last updated
Original issue now resolved, but the following exception is thrown when attempting to access the back end.
No supported encrypter found. The cipher and / or key length are invalid.
Same here.
Here is copied error page: http://pastebin.com/jci4iFAW
Here is installation log of updated version: http://pastebin.com/z7Cvdc9h
Here's the fix:-
- Open Terminal
- cd to your project location
- run php artisan key:generate
That fixed it for me.
Seems to be a bug in Laravel 5.1 and fixed in Laravel 5.2
forums7529 said:
Here's the fix:-
- Open Terminal
- cd to your project location
- run php artisan key:generate
That fixed it for me.
Seems to be a bug in Laravel 5.1 and fixed in Laravel 5.2
Works for me too.
Having this issue: https://twitter.com/w0rst/status/749891586222206976
Guess its not working for me? May be its my PHP version? PHP 7.0.6 (cli) (built: Apr 29 2016 04:21:39)
Okay, it worked, I had to set permissions to 777 for almost all the folders to get it working.
Two Other Nice Solutions
Solution 1
- Navigate to 'config' directory
- Edit 'app.php' file
- Search and change the string 'AES-256-CBC' to 'AES-128-CBC'
Solution 2
- Manually write a string with 32 character long in the same file as in Solution 1
This worked for me.
Last updated
codaha12007 said:
During installaton of newest version of october i get this error:
call_user_func() expects parameter 1 to be a valid callback, class 'System\Models\Parameters' not found
This is my installation log: http://pastebin.com/HKPLmVZt
And this is my phpinfo: http://pastebin.com/rtnMY90a
still having this problem
@abbot Are you doing a completely clean install, using the very latest version of October CMS ?
abbot said:
codaha12007 said:
During installaton of newest version of october i get this error:
call_user_func() expects parameter 1 to be a valid callback, class 'System\Models\Parameters' not found
This is my installation log: http://pastebin.com/HKPLmVZt
And this is my phpinfo: http://pastebin.com/rtnMY90a
still having this problem
If you're using the web installer, hit the "advanced" button once you've set the admin details and enter a 32 character random key into the "Encryption Code" box. You should be good to go from there.
gavinfostered11132 said:
abbot said:
codaha12007 said:
During installaton of newest version of october i get this error:
call_user_func() expects parameter 1 to be a valid callback, class 'System\Models\Parameters' not found
This is my installation log: http://pastebin.com/HKPLmVZt
And this is my phpinfo: http://pastebin.com/rtnMY90a
still having this problem
If you're using the web installer, hit the "advanced" button once you've set the admin details and enter a 32 character random key into the "Encryption Code" box. You should be good to go from there.
No, tried that and it didn't work. With the latest installer. Each attempt to install requires dropping all the tables from the previous attempt to install.
The error happens when the theme is finished or almost finished installing. Maybe it would happen even if I elected to start from scratch.
During installaton of newest version of october i get this error:
call_user_func() expects parameter 1 to be a valid callback, class 'System\Models\Parameters' not found
Bump. Seems to be no interest in solving the problem that this CMS won't even install. Now that's a pretty big problem, I think! In fairness potential downloaders should be warned first.
I get the same original error, just downloaded new install files. Note: I only get the error when attempting to attach the project id during the install process. Install works fine if starting with demo theme.