cphalcon icon indicating copy to clipboard operation
cphalcon copied to clipboard

High performance, full-stack PHP framework delivered as a C extension.

Results 155 cphalcon issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If there's only one viewsDir and more than one renderEngines registered, then getActiveRenderPath() only returns the path with the extension of the first registered renderEngine. **To Reproduce**...

bug
status: unverified

### **Problem description** If we try to set related entities to null and then call save on the entity, everything seems fine. If we call the getter before setting the...

bug
status: unverified

**Describe the solution you'd like** We have different events for example in db, views, dispatcher, etc. For storage or cache these events are missing. **Describe alternatives you've considered** There is...

new feature request
5.0

**Describe the bug** Phalcon Query Builder checks if the (full) group by syntax exists in the model, while it should only check the column name or perhaps skip the check...

bug
status: unverified

enhance getScheme() function. Hello! * Type: bug fix | new feature | code quality | documentation * Link to issue: **In raising this pull request, I confirm the following:** -...

We're encountering intermittent issues with a specific Model (the only one affected). Occasionally, when attempting to execute `->save()` or `->delete()`, we encounter database errors such as: "Unique violation: 7 ERROR:...

bug
status: unverified

I test update project from Phalcon 5.6.1 to Phalcon 5.8 but i have a fatal error with Phalcon\Mvc\Model::find. Now find function don't have return value, but um 5.6.1 has. The...

bug
status: unverified

phalcon/Storage/Serializer/Json.zep can't serialize stdClass ```php $serializerFactory = new \Phalcon\Storage\SerializerFactory(); $adapterFactory = new \Phalcon\Cache\AdapterFactory($serializerFactory); $adapter = $adapterFactory->newInstance('redis', [ 'defaultSerializer' => 'Json', "host" => "***", 'lifetime' => 7200, "auth" => "****", ]);...

bug
status: unverified

i use the latest version of zephir_parser and zephir, althought it is noticed that issue has resolved in v5.6,but it recurred in v5.7 Deprecated: Use of "static" in callables is...

bug
status: unverified

**Describe the bug** Following this example: https://docs.phalcon.io/5.7/volt/#tag-helpers It shows you should place `inputSelect` in a loop chained to an `add` function to add options. Not surprisingly, this just spits out...

bug
status: medium
5.0