This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

codaha12007
codaha12007

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

forums7529
forums7529

I'm getting exactly the same problem. Previous versions of October CMS installed perfectly. OSX El Capitan.

Sergey
Sergey

Same problem(( php 5.5.36

daftspunky
daftspunky

It should be fixed now. Thanks for reporting this. You will need to download a fresh copy of the installer.

Sergey
Sergey

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

forums7529
forums7529

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.

codaha12007
codaha12007

Same here.

Here is copied error page: http://pastebin.com/jci4iFAW

Here is installation log of updated version: http://pastebin.com/z7Cvdc9h

forums7529
forums7529

Here's the fix:-

  1. Open Terminal
  2. cd to your project location
  3. 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

codaha12007
codaha12007

forums7529 said:

Here's the fix:-

  1. Open Terminal
  2. cd to your project location
  3. 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.

sunny11421
sunny11421

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)

sunny11421
sunny11421

Okay, it worked, I had to set permissions to 777 for almost all the folders to get it working.

Atok
Atok

Two Other Nice Solutions

Solution 1

  1. Navigate to 'config' directory
  2. Edit 'app.php' file
  3. Search and change the string 'AES-256-CBC' to 'AES-128-CBC'

Solution 2

  1. Manually write a string with 32 character long in the same file as in Solution 1

This worked for me.

Last updated

abbot
abbot

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

forums7529
forums7529

@abbot Are you doing a completely clean install, using the very latest version of October CMS ?

gavinfostered11132
gavinfostered11132

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.

oct.3.ptyrider17425
oct.3.ptyrider17425

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.

hardikpaghdar17439
hardikpaghdar17439

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

oct.3.ptyrider17425
oct.3.ptyrider17425

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.

Jaguar
Jaguar

model 'System\Models\ParameterS' now named 'System\Models\Parameter' ?

Last updated

tekjava
tekjava

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.

1-20 of 21

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.