lectronixuk
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Paypal Payments] Order details in QPP Payments$q = "SELECT * FROM wp_options WHERE option_name = 'qpp_messagescheckout'";
$result = mysqli_query($link, $q);
$row = mysqli_fetch_assoc($result);
$rdata = $row['option_value'];
$db = mb_unserialize($rdata);
$max=sizeof($db);
if (!isset($_SESSION['paynum'])) {
//if just paid then get the last record
$data = $db[$max-1];
$_SESSION['paynum'] = $data['field18'];
}
else {
//if returning then load the correct payment record from db
for ($i=0;$i<$max;$i++) {
if ($db[$i]['field18'] == $_SESSION['paynum']) {
$data = $db[$i];
break;
}
}
}This is what I’m doing to get the order details from QPP, if that helps.
Forum: Plugins
In reply to: [Quick Paypal Payments] This block has encountered an errorThank you!
Forum: Plugins
In reply to: [Quick Paypal Payments] Uncaught TypeErrorHi. Thanks a lot. I’ve still got the other error to fix but at least I can discount this problem from my debugging.
Cheers.
ok
ok
No response data available for this request
Here’s the html from another existing page. Would it work if I just paste it in as html?
<iframe id="advanced_iframe" name="advanced_iframe" src="/3d-designer/main/shutter.php" width="100%" height="1050" frameborder="0" allowtransparency="true" loading="lazy" style="width: 100%; height: 1050px; max-width: 100%; max-height: 11816px;"></iframe>
HTTP/1.1 200 OK
Date: Thu, 14 Dec 2023 07:21:07 GMT
Server: Apache
Last-Modified: Mon, 08 Nov 2021 17:50:06 GMT
ETag: “a40-5d04a9f8fc4a5-gzip”
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=604800
Expires: Thu, 21 Dec 2023 07:21:07 GMT
Content-Length: 999
Connection: close
Content-Type: application/javascriptHi thanks for getting back.
[advanced_iframe use_shortcode_attributes_only=”true” src=”//www.tinywebgallery.com/blog/advanced-iframe” width=”100%” height=”600″]
Googling the ‘Error: Minified React error #130;’ error it seems many other wp plugins have had the same problem but none of the suggested fixes worked for yours.
I’ve also tried troubleshooting mode, debug mode, changed php version to 8, different browser. No debug errors. No change.
https://drive.google.com/file/d/1AqKs4luXVuwImWA86b1ENjo3tlk0BBi9/view?usp=sharing
Up graded to 2023.10. Almost the same.
If I take the AI block out, no error in the console
Not fixed but cheers for your help so far!
- This reply was modified 1 year, 3 months ago by lectronixuk.
- This reply was modified 1 year, 3 months ago by lectronixuk.
- This reply was modified 1 year, 3 months ago by lectronixuk.