Koseven organization

koseven ·

Zdanc32 accepted post in koseven/koseven

Logical operators

Hi,

we recently switch to && so you shouldn't use AND you should use &&, our guide isn't updated.
I will take care of that and inform you as soon as this is updated.

If your want to now the difference and why we switched form AND|OR to && || here is a...

Logical operators

Hi,

we recently switch to && so you shouldn't use AND you should use &&, our guide isn't updated.
I will take care of that and inform you as soon as this is updated.

If your want to now the difference and why we switched form AND|OR to && || here is a...

Zdanc32 added topic to koseven/koseven

Logical operators

Hi,

I have questions. Why should I use "AND" insted "&&" ? What's difrent? In all language I use "&&" and I never have problems with it. That's rly odd for me now. What's happen when I use "&&" in code? I think nothing happen when I have simple if (a > ...

Using openssl instead of mcrypt

support

The Encrypt_Engine_Openssl::AES_256_CBC constant does not exist for me so I guess you're using a different branch than master. So I guess the way to go for now is to write it as I have done.

Using openssl instead of mcrypt

support

Mode can be empty...your "cipher" is wrong. use 'cipher' => Encrypt_Engine_Openssl::AES_256_CBC instead

Using openssl instead of mcrypt

support

I decided to switch to openssl for now, since I don't know when the master branch with sodium will be released, but having some problem figuring out what to write in the config-file.

Right now my config file looks like the following, except I use a di...

[Kohana_Email] Email with attachment using queue

howto

I suppose that inside your serialized string there is a reference to a class not loaded yet, so the system will try to autoload the class then. You should check inside the serialized string what class are being called and go from there. One solution is to ...

topic was trashed
Gonzie added topic to koseven/koseven
topic was trashed
Tim Redmond watched community
Tim Redmond starred community
rydzyk added topic to koseven/koseven

[Kohana_Email] Email with attachment using queue

howto

Hi

I'm using Kohana Email module with queue.

After attaching files I get error, without attachments works fine. Any ideas ??

email object is serialized and then unserialized.

2019-01-26 19:26:51 --- CRITICAL: ErrorException [ 2 ]: unserialize() [functi...

When will next minor release be

support

Okay, I read on https://koseven.ga/roadmap.html that minor releases will be released about once every fourth month. But I guess that's not the case anymore then.

When will next minor release be

support

Hello,

Minor release it's not in our roadmap unless we find a big security issue, they (doing almost nothing currently) are working hard on 4.0.

You can replace mcrypt with openssl in the config directly ;)

When will next minor release be

support

I'm planning to upgrade from Kohana to Koseven but got trouble with mcrypt. I managed to install mcrypt but got deprecated-message. Then when I googled around I found that you had fixed this by replacing mcrypt with sodium and I saw that it was merged.

mrx added topic to koseven/koseven

Best way to get count from ORM object ?

ORM has the total_count method but that includes all records. Is there an easy way to get the count of records returned from a query?

Anton bookmarked topic in koseven/koseven

Roadmap Koseven 4.0.0

feature

Please add roadmap Koseven 4.0.0 here!

Anton bookmarked topic in koseven/koseven

Guides and examples

howto support

Adds your guides and examples here.

Guides and examples

howto support

Download large file via cURL in Koseven

// Pass URL file
$request = new Request('download_url');

// e.g. write into temporary file
$temp = fopen('php://temp', 'w');

/**
 * Parameters must pass by client() only !

 * @var $client Request_Client_External
...

Roadmap Koseven 4.0.0

feature

Please add roadmap Koseven 4.0.0 here!

Kohana 3.3 to Koseven migration

howto

How can I migrate my kohana 3.3(on php 5.6) project, to Koseven(on php 7.2) ?
I'm using these modules: auth, database, image, orm, pagination, smarty(custom)

Decent Koseven authentication tutorial

feature howto

Is there a decent tutorial for Koseven authentication(user registration + login), that uses the bcrypt algorithm for passwords encryption?Also what I've tried to implement a 'remember me' option(when logging in) in Kohana/koseven, but it didn't work, the s...

Editor Configurations

support

Place to share your Editor/IDE Configurations for Koseven.
This thread previously was a GitHub Issue: https://github.com/koseven/koseven/issues/258

People 1