Search found 7 matches

by manonatelier
30 Apr 2024, 23:38
Forum: Discussion
Topic: Users error message
Replies: 1
Views: 3436

Re: Users error message

I fixed it! So no need to reply.

Went into PHPadmin and deleted the offending row with the query.
by manonatelier
30 Apr 2024, 23:08
Forum: Discussion
Topic: Users error message
Replies: 1
Views: 3436

Users error message

When I click on a user name, I get this error: Database Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '[409]=1' at line 1 Query: select e.* from app_entity_33 e where [409]=1 Page: /index.php?modu...
by manonatelier
30 Apr 2024, 22:59
Forum: Discussion
Topic: Composer error message
Replies: 2
Views: 134

Re: Composer error message

Ok, so I changed it from PHP version 8.1 to 8.3 and now it works.

Thank you anyway.
by manonatelier
29 Apr 2024, 21:58
Forum: Discussion
Topic: Composer error message
Replies: 2
Views: 134

Composer error message

Getting this message: "Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2"." My server's PHP version is 8.1. As per your instructions https://docs.rukovoditel.net/index.php?p=63 I replaced the files from 3.4 to 3.5. Then ran auto...
by manonatelier
18 Mar 2024, 23:55
Forum: Discussion
Topic: Adding CSS classes to body tag, entities and fields
Replies: 4
Views: 114

Re: Adding CSS classes to body tag, entities and fields

Alright, it's slow going but I was able to target the Item Page Configuration's JS CODE with the following code: const element = document.querySelector('div.page-content'); element.classList.add('entity-project'); console.log(element.className); And it works. I'm slowly going over how to target spec...
by manonatelier
18 Mar 2024, 23:36
Forum: Discussion
Topic: Adding CSS classes to body tag, entities and fields
Replies: 4
Views: 114

Re: Adding CSS classes to body tag, entities and fields

Right now, all of the html is very generic with no differentiation between entities, fields, etc. I would like to add a CSS class to different entities. For instance, if I create an entity called CRM, I would like to add a CSS class to the .page-content class for that entity called "entity-crm&...
by manonatelier
16 Mar 2024, 21:14
Forum: Discussion
Topic: Adding CSS classes to body tag, entities and fields
Replies: 4
Views: 114

Adding CSS classes to body tag, entities and fields

Does anyone know how to add CSS classes to body tag, entities and fields?

They really should add this function to all the Entities forms.