mindoven

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
Jun 13, 2023 at 4:26 pm
#187906
Participant
mindoven
OP

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;
            }
Mar 7, 2020 at 1:48 pm
#121552
Participant
mindoven
OP

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.

Dec 2, 2019 at 6:57 pm
#115923
Participant
mindoven
OP
This reply has been marked as private.
Oct 31, 2019 at 1:13 pm
#114175
Participant
mindoven
OP

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

Oct 31, 2019 at 1:11 pm
#114174
Participant
mindoven
OP

It’s working. Thank you!

Oct 30, 2019 at 1:46 pm
#114106
Participant
mindoven
OP
This reply has been marked as private.
Mar 25, 2019 at 8:48 pm
#95195
Participant
mindoven
OP

Thanks

Mar 23, 2019 at 6:59 pm
#95143
Participant
mindoven
OP
This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)