#2 Developer Help » Footer text/credit description » August 4, 2022 9:32am

mke18
Replies: 2

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,

#3 Developer Help » Local dev cloud storage issues » April 15, 2022 12:32pm

mke18
Replies: 1

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!

#4 Re: Developer Help » CSS Not Loading » June 19, 2019 12:57pm

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?

#5 Re: Developer Help » CSS Not Loading » June 18, 2019 4:23pm

Does anyone know what would cause the header or footer not loading?

#7 Developer Help » CSS Not Loading » June 18, 2019 9:39am

mke18
Replies: 5

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?

#8 Re: General » 404 Not Found - New Install » May 24, 2019 2:55pm

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";
?>

#9 General » 404 Not Found - New Install » May 24, 2019 11:19am

mke18
Replies: 1

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,

#11 Bug Reports » Form Builder Error Feedback » December 13, 2018 12:54pm

mke18
Replies: 2

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:
address fields

How can this be fixed and why there's no default error feedback to highlight the unfilled fields?

Thanks,

#12 Re: Developer Help » New Module » September 13, 2018 3:48pm

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.

#13 Re: Developer Help » New Module » August 29, 2018 9:28am

Does anyone have an idea what might cause this error?

#14 Developer Help » New Module » August 28, 2018 2:22pm

mke18
Replies: 3

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,

#15 Re: Developer Help » Form Builder reCaptcha not working » April 24, 2018 2:13pm

Thanks everyone!

Made those changes on /process/captcha.php and it seems to be working and I can preview the form entries.

Thanks!

#16 Re: Developer Help » Form Builder reCaptcha not working » April 24, 2018 10:37am

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.

#17 Re: Developer Help » Form Builder reCaptcha not working » April 20, 2018 12:22pm

What I don't get is that, when I add this: <div class="g-recaptcha" data-sitekey="with-my-site-key">&nbsp;</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

#18 Re: Developer Help » Form Builder reCaptcha not working » April 20, 2018 12:03pm

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>

#19 Re: Developer Help » Form Builder reCaptcha not working » April 19, 2018 1:11pm

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?

#20 Re: Developer Help » Form Builder reCaptcha not working » April 18, 2018 5:26pm

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) "" } }

#21 Re: Developer Help » Form Builder reCaptcha not working » April 18, 2018 12:38pm

When I add the var_dump on the head.php, I get bool(false).

#22 Re: Developer Help » Form Builder reCaptcha not working » April 18, 2018 12:26pm

So, I put the var_dump below this $settings = $cms->getSetting("com.fastspot.form-builder*settings");

#24 Re: Developer Help » Form Builder reCaptcha not working » April 18, 2018 12:22pm

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

#25 Re: Developer Help » Form Builder reCaptcha not working » April 18, 2018 12:03pm

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.

https://pasteboard.co/Hhdalyd.png

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.