mindoven

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
in reply to: Templates not shown when ID isn’t in digits #187906

mindoven
Participant

Hi, I found a fix, but would be helpfull your opinion about it.

I found the issue to be in src/admin/views/templates/list-templates.php line 46
I was getting a PHP Fatal error: Path cannot be empty, so I commented those lines that had the $tmpdata and now is working. I think the issue is with PHP 8. Was preventing to display all the templates in the admin.

            if(!is_array($template)){
                //$tmpdata = file_get_contents($template);
                $regx = "/WPDM.*Template[\s]*:([^\-\->]+)/";
				//if (preg_match($regx, $tmpdata, $matches)) { 
                if (preg_match($regx, $matches)) {
                    $name = $matches[1];
                } else continue;
            } else {
                $name = $template['name'];
                $ctemplates[] = $ctpl;
            }
in reply to: No download button in orders #121552

mindoven
Participant

I can see the order details button I clicked it, but I don’t have the download button inside order details. Like is expired, but is supposed to expire tomorrow March 8.

in reply to: File-not-Found.txt #115923

mindoven
Participant
This reply has been marked as private.
in reply to: Date Format Shortcode Output #114175

mindoven
Participant

Forgot to ask, I need to add this after updates right?

in reply to: Date Format Shortcode Output #114174

mindoven
Participant

It’s working. Thank you!

in reply to: Date Format Shortcode Output #114106

mindoven
Participant
This reply has been marked as private.
in reply to: Column Not Sorting in Spanish #95195

mindoven
Participant

Thanks

in reply to: Column Not Sorting in Spanish #95143

mindoven
Participant
This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)