Skip to content
#

Hacktoberfest

hacktoberfest logo

Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.

Here are 4,762 public repositories matching this topic...

symfony
server
vipera7
vipera7 commented Aug 27, 2021

Steps to reproduce

  1. Click on the #app-navigation-toggle element

Expected behaviour

App navigation should open

Actual behaviour

Doesn't show, or open when clicked several times

Server configuration

Operating system:
CentOS 7
Web server:
Apache
Database:
MySQL
PHP version:
7.4
Nextcloud version: (see Nextcloud admin page)
22.1.0
**Update

Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!

  • Updated Oct 14, 2021
  • PHP
monica
cphalcon
konsultaner
konsultaner commented Feb 4, 2021

I'm using PHP 7.4 with phalcon 4.1.0. The following code raises an Exception:

$phalconModel->property = "foo";
unset($phalconModel->property); 
$phalconModel->property = "bar"; //<- This throws
Fatal error: Uncaught Phalcon\Mvc\Model\Exception: Cannot access property 'XXX' (not public)

With phalcon 4.0.5 on PHP 7.3 it worked as expected. I'm not sure if this is a

magento2
iba-1
iba-1 commented Oct 6, 2021

Summary (*)

When trying to get a list of categories, or even only one category, if "image" field is filled but the image can't be found on filesystem the request will fail with "Error: Category image not found."
This shouldn't be the correct behavior as not being able to render an image for a category isn't an unrecoverable error, and we've been able to handle in frontend this kind of errors

Sylius
jacquesbh
jacquesbh commented Mar 23, 2020

Sylius version affected: v1.4.4

Description

Sylius says the category is used and cannot be removed, when we try to remove an empty category.

We figured out that we had some products with the taxon as "Main Taxon".

Steps to reproduce

  1. Add a taxon, keep it empty of products.
  2. Update a product to use the newly created taxon as Main taxon.
  3. Try to remove the taxo

Created by DigitalOcean and GitHub

Released October 2014

Website
hacktoberfest.digitalocean.com