#101 Re: Bug Reports » Form Builder Scheduling bug » July 11, 2018 12:07pm

Hey Tim,

Adding a picture of the Next Step button when I edit a form even though there is no tab next to Fields.
https://imgur.com/a/c15emAI

I also did a clean install of bigtree(4.2.3) with the demo site locally and still same issue with form builder(2.1.1).
I did see your changes to 4.2-devel which looks like it will fix this issue.

#102 Re: Bug Reports » Form Builder Scheduling bug » July 10, 2018 1:34pm

Noticed another issue, when you edit a form, it takes you to the Fields tab but there is a Next Step button even though there are no other tabs to go to.

#103 Re: Bug Reports » Form Builder Scheduling bug » July 10, 2018 12:08pm

Also I don't have enable payment processing setup.

#104 Re: Bug Reports » Form Builder Scheduling bug » July 10, 2018 12:00pm

Hey Tim,

I am still getting this issue with Bigtree 4.2.23 and Form Builder 2.1.1

Form Builder > Edit form > click Properties tab > click check box Schedule Opening and Closing of Form Entries > click Scheduling tab > Next Step button shows up. If you click on it twice, it goes back to Properties tab but shows Properties and Scheduling fields.

This issue only seems to happen if Limit Number of Entries checkbox IS NOT checked.

#105 Re: Developer Help » Form Builder reCaptcha not working » April 23, 2018 2:12pm

Hello,

It looks like it is getting your site key in var_dump of $settings. Can you confirm your draw/captatcha.php file data-sitekey has the echo below?

data-sitekey="<?=$settings["recaptcha"]["site_key"]?>"

If it does, can you try removing <?=$settings["recaptcha"]["site_key"]?> and just entering your site key and see if that shows up on the form?

#106 Bug Reports » Form Builder Scheduling bug » April 19, 2018 11:04am

doon.mok
Replies: 6

I was testing the new form builder(v2.1) and found a bug with the Scheduling and Limits "Next Steps >>" button

My test scenarios

- Add form TEST, click both check boxes Limit Number of Entries and Schedule Opening and Closing of Form Entries, fill out all information and Update.
Everything works fine.

- Edit TEST form and uncheck Limit Number of Entries and leave Schedule Opening and Closing of Form Entries checked, click Next Step, Click Next Step(Fields Tab) and it takes me to the Limits tab without a Next Step button instead of the Scheduling tab. Update.
It takes me to limit tab even though I have that unchecked and there is no Next Step button to get to Scheduling.

-Edit TEST form and click Scheduling tab and click Next Step, it takes me to the Base Price screen.
Don't think there should be a next step button that takes me to Base Price. I don't have payment processing set up.

My dev site is on bigtree 4.2.22

#107 Re: Developer Help » ReCAPTCHA not appearing on forms » April 18, 2018 12:13pm

Can you confirm you added the site key and secret Key under Modules > Form Builder > Settings ?

#108 Re: Developer Help » ReCAPTCHA not appearing on forms » April 18, 2018 10:08am

Are you using the out of the box form builder or do you have a custom form builder?

My folder structure for the form builder
Out of box folder: \extensions\com.fastspot.form-builder\templates\routed\btx-form-builder\
Custom folder: \templates\routed\btx-form-builder

#109 Re: Developer Help » ReCAPTCHA not appearing on forms » April 17, 2018 2:26pm

Hello,

I was having the same problem and what Tim recommended(https://www.bigtreecms.org/forum/viewtopic.php?id=580) fixed the issue for me.

Modify this line (in _header.php in the template):

$settings = $cms->getSetting("settings");
to
$settings = $cms->getSetting("com.fastspot.form-builder*settings");

My _header.php file was located in extensions/com.fastspot.form-builder/templates/routed/btx-form-builder/

Hope this helps.

#111 Re: Bug Reports » Media gallery field type extension bug » April 2, 2018 10:10am

Tim,

The youtube/vimeo edit portion fixed but when I click on Add Local Video, it is the Video URL and Caption fields. The same fields as the youtube/vimeo screen, not the Cover Photo, Video and Caption fields.

#112 Bug Reports » Media gallery field type extension bug » March 29, 2018 12:33pm

doon.mok
Replies: 4

Hello,

I think I think I found a bug on the media gallery field type extension when editing a youtube or vimeo video. After adding a youtube video and trying to edit it, the edit screen is the cover photo, video upload and caption fields instead of the video url and caption field.

Using
Media gallery field type v1.4.6
BigTree v4.2.14

Click edit on youtube video, this shows up
https://imgur.com/RveY88p

When this should show up
https://imgur.com/0Zj66aO

#113 Bug Reports » Module View description cannot read again after hide » March 8, 2018 12:28pm

doon.mok
Replies: 1

After closing the module view description, I think you should be able to reopen it. As of right now if just disappears. To reread the description again, I have to clear my browser cache.

Screen shot: https://imgur.com/a/WCPqY

Thanks

#114 Re: Bug Reports » Upgrade on Mamp Pro » March 5, 2018 2:57pm

Thanks Tim, truncating the bigtree_404s table fixed the issue.

#115 Bug Reports » Upgrade on Mamp Pro » March 5, 2018 2:51pm

doon.mok
Replies: 2

I am using Mamp Pro on Windows and tried to upgrade Bigtree 4.2.21 but when ever it gets to http://localhost/admin/developer/upgrade/database/, I keep on getting

Warning: mysqli::__construct(): Headers and client library minor version mismatch. Headers:50541 Library:50634 in C:\MAMP\htdocs\localhost\core\inc\bigtree\sql.php on line 27
Fatal error: Maximum execution time of 30 seconds exceeded in C:\MAMP\htdocs\localhost\core\inc\bigtree\sql.php on line 111

Check the logs and  the error I'm getting is
[05-Mar-2018 13:39:21 America/Chicago] PHP Notice:  Undefined index: sites in C:\MAMP\htdocs\localhost\core\admin\router.php on line 164

Tried adding code to environment.php but still same issue on the page but no error in the logs.
$bigtree["config"]["sites"] = array();

Thanks in advance.

#117 Developer Help » Form Builder reCaptcha not working » November 9, 2017 2:42pm

doon.mok
Replies: 22

Hello,

I added the reCaptcha field to a form but when I go to the form, all I get is the text

Spam Prevention    *
Please help us prevent spam by using the reCAPTCHA below.

I added the site key and secret key in the settings.
When I inspect the field, the data-sitekey is empty and in the console, it is showing an error: Uncaught Error: Missing required parameters: sitekey

Is there something else I need to do to make it work?

Thanks

Doon

#118 Re: Developer Help » Image browse error » July 24, 2017 8:55am

I figured out the issue and this is what I did to fix it.
Doing some print_r on certain variables for the processImageUpload function in admin.php, I was getting a warning message.

Warning: copy(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in...
Warning: copy(.jpg): failed to open stream: no suitable wrapper could be found in ...

I added allow_url_fopen = on; in the /../site/php.ini file but it was still not working. I had to enable it in the CPanel under MultiPHP INI Editor. It wrote allow_url_fopen = On in their cpanel php.ini file located in the root of the folder.

I left allow_url_fopen = on; on both php.ini files just in case.

#119 Re: Developer Help » Image browse error » July 19, 2017 3:35pm

I noticed when it does fail, it adds the resource:////
img of resources

Just in case image doesn't show up: http://imgur.com/a/IX1oT

#120 Re: Developer Help » Image browse error » July 17, 2017 1:16pm

I am still having this issue but did some more digging.

I disconnected Amazon S3 and used local storage and was able to upload images through Browse/Upload without any issues. So I believe the permissions are correct on the folders.
Went to S3 and check the permissions on the images and they are readable.
Opened core/inc/bigtree/admin.php, this is where the processImageUpload function is located and did some debugging. It creates a $temp_name and its /home/rfucli5/public_html/site/files/temp-596cfd3850a31.img. It also gets the minimum requirements such as width, height, type for error checking. When it gets these requirements, they are empty and that is why the errors.

The temp_name has an extension of .img instead of gif, jpg or png but coming from S3, it is a jpg.

If anyone has any insite, I am not sure why the requirements are coming back as empty and temp_name has extension of .img?

#121 Developer Help » Image browse error » July 14, 2017 11:00am

doon.mok
Replies: 3

Hello,

I'm having an issue when trying to Browse for an image. I keep on getting the errors

Image uploaded (image_2016_01.jpg) did not meet the minimum size of 135x170 pixels.
An invalid file was uploaded. Valid file types: JPG, GIF, PNG.

Even though the image is larger then 135x170 pixels and and an jpg. When I click Upload, it works fine with no errors. Just get this error when I Browse.
Here are the things I tried with no success to fix the issue.
- /public_html/site/files folder permission 777
- /tmp folder permission 777
- created a php file to create/write  to site/files folder to make sure permissions work fine.
- checked Developer > Site Status and it was all green

Does the Upload and Browse go to different folder locations? I can't figure out why one works and other doesn't?
Currently on BigTree 4.2.18 and uploading to S3.

Thanks

#123 Bug Reports » Generated Route type not saving settings » July 11, 2017 3:10pm

doon.mok
Replies: 2

Hello ,

In Developer > Module, I added a Generated Route field type but when I click Field Options > select the Source Fields > click Save. Go back into Field Options, it does not save the Source Fields I just selected.

The Generated Route does function correctly when I add a new entry, it creates the route but doesn't save the Field Options in Developer > Modules.

Doon

#124 Re: Developer Help » Cover Photo Size Issue » July 11, 2017 2:32pm

Hello Ben,

Did you ever figure out this issue? We are having the same issue. There are write permissions for the /site/files/ folder and Site Status is all green. I also truncated  the bigtree_module_view_cache table.

#125 Re: Developer Help » New install 404 error » July 6, 2017 11:59am

Thanks Tim, for the quick reply.

For anyone else having this issue,

I removed these two lines from /site/.htaccess
php_flag short_open_tag On
php_flag magic_quotes_gpc Off

Created a php.ini file and added lines
short_open_tag = on;
magic_quotes_gpc = Off;
magic_quotes_runtime = Off;
magic_quotes_sybase = Off;

Board footer

Powered by FluxBB

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