You are not logged in.
Thanks for the help!
Hello!
I'm having issues with a footer credit description from text into HTML. Currently the site has the footer description as Text Area type and I created a new feature with a HTML Area field type. However, the Html type is not appearing within the paragraph tag with the .credit class and it adds extra paragraph tags. Please see the attached screenshot: https://imgur.com/a/P5JHj51.
Would anyone help or suggest how to fix the problem?
Thanks,
Hello,
When I'm adding an image on Topic Row callouts I get an error saying "The file is an invalid image or is an unsupported image type." And when I edit the callout I see a warning about getimagesize() and unable to find the wrapper "resources." The S3 bucket is setup with correct keys that are used on our production site. I'm currently on 4.4.16 version of Bigtree.
Here's the screenshot: https://imgur.com/a/831L2NY
What am I missing and has anyone come across this same issue before?
I'll appreciate any suggestions!
Tim,
After using the classic PHP tag like: <?php .... ?>, this is what I see:
Warning: Invalid argument supplied for foreach() in /var/www/html/bigtree/templates/layouts/partials/header.php on line 77
Any ideas on how to fix this?
Does anyone know what would cause the header or footer not loading?
Here's my screenshot https://pasteboard.co/IjZQH9i.png
I have installed Bigtreecms locally and everything seems to work but the site doesn't load CSS or JS files. When I check the code with Inspect Element I find that the include line of code
<? include "partials/header.php" ?>
on home template appear as a comment, instead of including the partials but it appear this way:
<!--? include "partials/header.php" ?-->
.
I did turn short_tags on within php.ini and it's now working still. Could someone help me on how to fix this problem?
Now, I see the code below when I inspect elements but the screen is just white.
<?
$server_root = str_replace("site/index.php","",strtr(__FILE__, "\\", "/"));
include "../core/launch.php";
?>
Hello!
I just installed the new version of Bigtree cms on local dev using Apache and getting: "Not Found
The requested URL /index.php was not found on this server."
I'm able to view phpMyAdmin and there are tables but I don't know what's going on. Could someone help fix this issue?
Thanks,
Thank you!
Hello!
We have form on our website using form builder module and I don't know why the form doesn't have default error feedback when users don't fill out all required fields? Currently, if a user doesn't fill out a required would see this "A required field was missing. Please fill out all required fields and submit again." But there's no field highlighted to help the user identify what they missed.
In addition, the address fields are little confusing because the font-size of the sublabels are the same as the main label. See here below:
How can this be fixed and why there's no default error feedback to highlight the unfilled fields?
Thanks,
Sorry for the delay. I found that the issue was with the module "Class Name", which was wrong and couldn't pull anything. It works for now.
Does anyone have an idea what might cause this error?
Hello,
I want to create a new module that would work the same way as blog/news module, where there's a main page where all posts are listed and when clicking on the list it takes you to the single/detail page of that particular post. So I tried to replicate a news module and template but when view the news page I get an error that says "Warning: include(): Filename cannot be empty" and here's the full info about the error:
Warning: include(): Filename cannot be empty in /var/www/bigtree/bigtree/core/router.php on line 436
Warning: include(): Failed opening '' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/bigtree/bigtree/core/router.php on line 436
What am I missing here and how can I fix this problem? I didn't touch any of the files mentioned above.
Thanks,
Thanks everyone!
Made those changes on /process/captcha.php and it seems to be working and I can preview the form entries.
Thanks!
Morning!
Thanks for your suggestion. Yes, I did made the edits and now the reCaptcha shows up but it keeps giving an error saying: "The code you entered was not correct. Please try again." Also showing that I'm missing a required field but I have four field and they are not required fields at all.
What I don't get is that, when I add this: <div class="g-recaptcha" data-sitekey="with-my-site-key"> </div> on the WYSIWYG and reCaptcha image appear and works (meaning I can click and verify). However, it doesn't work on the form builder element.
See here:
https://pasteboard.co/Hhw7RxB.png
https://pasteboard.co/Hhw82QD.png
https://pasteboard.co/Hhw87i4.png
How can we fix this? Is there's something to be done here on the draw/captcha:
<label>
<?=htmlspecialchars($field_data["label"])?>
<span class="form_builder_required_star">*</span>
</label>
<?php
}
if ($field_data["instructions"]) {
?>
<p><?=htmlspecialchars($field_data["instructions"])?></p>
<p><?=htmlspecialchars($field_data["recaptcha"])?></p>
Tim,
When I take off the reCapture form element, I don't see the error on the Console like below:
Uncaught Error: Missing required parameters: sitekey
at new Tq (VM3395 recaptcha__en.js:378)
at new tr (VM3395 recaptcha__en.js:386)
at Gr (VM3395 recaptcha__en.js:398)
at VM3395 recaptcha__en.js:398
So, could this be the js conflicts?
Here's the var_dump results:
array(4) { [0]=> string(0) "" ["accept_payments"]=> string(0) "" ["no_css"]=> string(0) "" ["recaptcha"]=> array(2) { ["site_key"]=> string(40) "" ["secret_key"]=> string(40) "" } }
When I add the var_dump on the head.php, I get bool(false).
So, I put the var_dump below this $settings = $cms->getSetting("com.fastspot.form-builder*settings");
Yes, I did!
I don't seem to see anything unless I'm doing something wrong. Also, this is what I see on the Console:
Uncaught Error: Missing required parameters: sitekey
at new Tq (VM3395 recaptcha__en.js:378)
at new tr (VM3395 recaptcha__en.js:386)
at Gr (VM3395 recaptcha__en.js:398)
at VM3395 recaptcha__en.js:398
Thanks, I found it!
Here's the edited line:
//$settings = $cms->getSetting("settings"); KE NNA FELA
$settings = $cms->getSetting("com.fastspot.form-builder*settings");
But still the reCaptcha doesn't work. Please, see the screenshot link below.