Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Sep 17th, 2017, 5:38 PM
(This post was last modified: Sep 17th, 2017, 6:21 PM by Ben.)
Well hello everyone! Long time no speak!
This weekend I released a first version of Form Tools 3, which you can download here as an alpha. I wrote up a quick post about it yesterday, but thought I'd say a few more words here. Form Tools 3 is a complete rewrite of Form Tools - but on the surface, will appear virtually identical to Form Tools 2. I know that's not the most exciting of things in the world, but it was a necessary one. The one concrete improvement in FT3 is adding support for PHP7 (long overdue!) but having a cleaner, better organized codebase will be beneficial for years to come.
In the short term, I'm focusing on the following:
- updating each and every module and theme for FT3 support. Yesterday I fixed up the Classic Grey theme and today I was working on the System Check module. I'm expecting things to move a little faster now that that Core is in alpha.
- fixing whatever bugs get spotted.
- fixing up these forums! Boy, this place needs a good clean up. Lots of poor styling - I'll see what I can do.
- Bringing the upgrade script back online.
Please use this forum for any questions/bugs relating to Form Tools 3. I'm going to do my best to monitor and respond. I know I haven't been the best at that, but I'm really going to try to devote a little time each day.
Thanks!
Ben
Posts: 101
Threads: 13
Joined: Jul 2017
Reputation:
0
Already installed, with php5.6 mariaDB, sucess
Lovely work
Nelson Costa.
Posts: 2
Threads: 0
Joined: Sep 2017
Reputation:
0
hi,
When i reconfig EDIT EMAIL TEMPLATE i see the message
Forbidden
You don't have permission to access /formtools/admin/forms/edit/index.php on this server.
can you help me...
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
(Sep 18th, 2017, 6:33 AM)mjvmst Wrote: hi,
When i reconfig EDIT EMAIL TEMPLATE i see the message
Forbidden
You don't have permission to access /formtools/admin/forms/edit/index.php on this server.
can you help me...
Hmm, that's curious! I wasn't able to reproduce it on my own installation - testing on Chrome + PHP 5.6 / 7.1.1. Does that path look right to you for your own installation? (i.e. is it installed in a /formtools folder on your root?)
The admin/forms/edit/index.php file is used for editing all the various pages in your form. Do the other pages in the edit form section work (e.g. Main, Fields, View and Emails tabs)?
You may want to try re-uploading all the files from the alpha just in case.
Posts: 2
Threads: 0
Joined: Sep 2017
Reputation:
0
(Sep 18th, 2017, 8:03 PM)Ben Wrote: (Sep 18th, 2017, 6:33 AM)mjvmst Wrote: hi,
When i reconfig EDIT EMAIL TEMPLATE i see the message
Forbidden
You don't have permission to access /formtools/admin/forms/edit/index.php on this server.
can you help me...
Hmm, that's curious! I wasn't able to reproduce it on my own installation - testing on Chrome + PHP 5.6 / 7.1.1. Does that path look right to you for your own installation? (i.e. is it installed in a /formtools folder on your root?)
The admin/forms/edit/index.php file is used for editing all the various pages in your form. Do the other pages in the edit form section work (e.g. Main, Fields, View and Emails tabs)?
You may want to try re-uploading all the files from the alpha just in case.
Hello!
Thanks for the feedback.
Regardless of the browser, I always get this error.
Yes the path is from my installation, ...
I've been testing the other pages in the section and the tables work normally. Only the email has this error.
I've reloaded all the files and nothing ...
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
(Sep 19th, 2017, 12:26 PM)mjvmst Wrote: (Sep 18th, 2017, 8:03 PM)Ben Wrote: (Sep 18th, 2017, 6:33 AM)mjvmst Wrote: hi,
When i reconfig EDIT EMAIL TEMPLATE i see the message
Forbidden
You don't have permission to access /formtools/admin/forms/edit/index.php on this server.
can you help me...
Hmm, that's curious! I wasn't able to reproduce it on my own installation - testing on Chrome + PHP 5.6 / 7.1.1. Does that path look right to you for your own installation? (i.e. is it installed in a /formtools folder on your root?)
The admin/forms/edit/index.php file is used for editing all the various pages in your form. Do the other pages in the edit form section work (e.g. Main, Fields, View and Emails tabs)?
You may want to try re-uploading all the files from the alpha just in case.
Hello!
Thanks for the feedback.
Regardless of the browser, I always get this error.
Yes the path is from my installation, ...
I've been testing the other pages in the section and the tables work normally. Only the email has this error.
I've reloaded all the files and nothing ...
Very curious! I looked over the code for that section but nothing looks incorrect or something that could cause that problem.
I know this is a long shot, but I don't suppose you're running it on a public site somewhere - somewhere where I could FTP in and debug the problem directly? If so, email me at ben.keen@gmail.com and I'll happily take a look.
Ben
Posts: 101
Threads: 13
Joined: Jul 2017
Reputation:
0
(Sep 19th, 2017, 8:02 PM)Ben Wrote: (Sep 19th, 2017, 12:26 PM)mjvmst Wrote: (Sep 18th, 2017, 8:03 PM)Ben Wrote: (Sep 18th, 2017, 6:33 AM)mjvmst Wrote: hi,
When i reconfig EDIT EMAIL TEMPLATE i see the message
Forbidden
You don't have permission to access /formtools/admin/forms/edit/index.php on this server.
can you help me...
Hmm, that's curious! I wasn't able to reproduce it on my own installation - testing on Chrome + PHP 5.6 / 7.1.1. Does that path look right to you for your own installation? (i.e. is it installed in a /formtools folder on your root?)
The admin/forms/edit/index.php file is used for editing all the various pages in your form. Do the other pages in the edit form section work (e.g. Main, Fields, View and Emails tabs)?
You may want to try re-uploading all the files from the alpha just in case.
Hello!
Thanks for the feedback.
Regardless of the browser, I always get this error.
Yes the path is from my installation, ...
I've been testing the other pages in the section and the tables work normally. Only the email has this error.
I've reloaded all the files and nothing ...
Very curious! I looked over the code for that section but nothing looks incorrect or something that could cause that problem.
I know this is a long shot, but I don't suppose you're running it on a public site somewhere - somewhere where I could FTP in and debug the problem directly? If so, email me at ben.keen@gmail.com and I'll happily take a look.
Ben
I tested here, everything works fine
Can you tell me your SQLDB server version and PHP version?
Nelson Costa.
Posts: 9
Threads: 1
Joined: Apr 2021
Reputation:
0
Posts: 9
Threads: 1
Joined: Apr 2021
Reputation:
0
Real Estate chapter during 2008 and learned a lot about each and every aspect of the sector like student and earned a reputation as a Professional real estate agent.]
apartment on lease golf course road gurgaon
furnished office on lease in gurgaon
apartments on lease golf course extension gurgaon
lease in dlf crest gurgaon
|