In the snippet below, I'm trying to get all of the donations content type for the current page so I can iterate over some information on each of them. However, when I use var_dump on the array containing all of these donations that I want, it shows an array with 57 donations, when I only have 3.
Presumably, it is no coincidence that the first 54 donations look like this:
When the user registers, he chooses for himself whether to register as a 'company' or as a 'professional' by assigning himself a role.
Each role can only create one type of content (e.g. Company role can create ctype Company/Professional role can create ctype Professional).
How to create a message at login that, only if the user has not yet created one, warns and directs him according to the role to the content he can create?
I get this error, on login page and "admin/structure/menu/manage/main": "The website encountered an unexpected error. Please try again later."
When I look at the log, there seems to be something wrong in the core: I have no idea how to debug this. I'd be greatful if someone could help with this.
I want to place two Drupal core directory, eg. a_core and b_core because when I update modules and core, the a_core serving, I update b_core, when b_core serving, update a_core.
Before core directories have a .htaccess file, which selected actual core directory: