What's new

Welcome to xCrud Community - Data Management and extended PHP CRUD

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

New version 1.7.20 doesn't work as expected on php 7.4

ben74

New member
Joined
Dec 13, 2021
Messages
20
Reaction score
5
Points
3
Location
France
Hello,

There is something weird when trying to install even the example script of the new version 1.7.20: I end up with some kind of never ending spinner.

You can see it here:

example.php of xcrud 1.7.20 on php 7.4

I have used 1.7.17 or so for at least a year and just bought 1.7.20 but absolutely no chance when installing it.

Any idea of what the issue could be? Seems to be some jquery issue:


Code:
Uncaught TypeError: $(...).tab is not a function
    at Object.init_tabs (xcrud.js:2093:38)
    at HTMLDivElement.<anonymous> (xcrud.js:2589:19)
    at Function.each (jquery-3.5.1.min.js:2:2976)
    at S.fn.init.each (jquery-3.5.1.min.js:2:1454)
    at HTMLDocument.<anonymous> (xcrud.js:2581:26)
    at e (jquery-3.5.1.min.js:2:30005)
    at t (jquery-3.5.1.min.js:2:30307)

Thanks,
 
Last edited:

DaDo

Administrator
Staff member
Joined
Dec 1, 2021
Messages
108
Reaction score
23
Points
18
Hello,
Sorry is not official xcrud version and cannot support maybe contact author.
 

ben74

New member
Joined
Dec 13, 2021
Messages
20
Reaction score
5
Points
3
Location
France
What do you mean?

I thought you were the one running "xcrud . net" @DaDo ? So is "xcrud .net" and this forum not owned by the same company/person?

Because I bought the version 1.7.20 from an official email from "xcrud . net".

Thanks for clarifying.
 
Last edited:

DaDo

Administrator
Staff member
Joined
Dec 1, 2021
Messages
108
Reaction score
23
Points
18
What do you mean?

I thought you were the one running "xcrud . net" @DaDo ? So is "xcrud .net" and this forum not owned by the same company/person?

Because I bought the version 1.7.20 from an official email from "xcrud . net".

Thanks for clarifying.
Hello,
The really owner of xcrud f0ska was dead and other user have decided to create new site and sell own modification "more modification is graphical not functionality", I have decided to start xcrud.me forum to support f0ska project and do not lost this amazing work in memory of him.
 

andyrav

New member
Joined
Mar 19, 2023
Messages
27
Reaction score
0
Points
1
Location
Uk
also getting the same error, any fix for this?
 

ben74

New member
Joined
Dec 13, 2021
Messages
20
Reaction score
5
Points
3
Location
France
Yes the new maintainer sent me this:

-----------
Hello,
Seen,
The issue is that no theme is defined.
Find attached file or include the following lines at the top

Xcrud_config::$theme = 'bootstrap5';
Xcrud_config::$load_bootstrap5 = true;
Xcrud_config::$load_bootstrap4 = false;
Xcrud_config::$load_bootstrap = false;

Regards

-----------

Don't ask me why we get a ZIP that doesn't run out of the box ;-) but this fix the issue.

Cheers,
 

andyrav

New member
Joined
Mar 19, 2023
Messages
27
Reaction score
0
Points
1
Location
Uk
sorry no file attached. where do you add this code?
thanks
 
Top Bottom