Giter Club home page Giter Club logo

Comments (8)

faselunare avatar faselunare commented on June 8, 2024 1

hi, sorry for the delay, yes it works

from winter.

bennothommo avatar bennothommo commented on June 8, 2024

@faselunare Just to check, did you run php artisan winter:up before accessing the Backend?

from winter.

faselunare avatar faselunare commented on June 8, 2024

i tried to do it now, but it gives me error.
The error blocking me from accessing the backend is this

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unread' in 'where clause' (SQL: select count(*) as aggregate from martin_forms_recordswhereunread= 1 andmartin_forms_records.deleted_at is null)

php artisan winter:up
Migrating application and plugins...
System
Nothing to migrate.
Backend
Nothing to migrate.
Cms
Nothing to migrate.
Martin.Forms

In ManagesTransactions.php line 49:
                                  
  There is no active transaction  
php artisan plugin:enable Martin.Forms

In PluginEnable.php line 47:
                                                    
  Attempt to assign property "is_disabled" on null  
  
php artisan winter:up                 
Migrating application and plugins...
System
Nothing to migrate.
Backend
Nothing to migrate.
Cms
Nothing to migrate.
Martin.Forms

In Connection.php line 669:
                                                                                                                                   
  SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'martin_forms_records' already exists (SQL: create table `martin  
  _forms_records` (`id` int unsigned not null auto_increment primary key, `form_data` text null, `ip` varchar(191) null, `deleted  
  _at` timestamp null, `created_at` timestamp null, `updated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_u  
  nicode_ci' engine = InnoDB)                                                                                                      
                                                                                                                                   

In Exception.php line 18:
                                                                                                        
  SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'martin_forms_records' already exists  
                                                                                                        

In PDOStatement.php line 115:
                                                                                                        
  SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'martin_forms_records' already exists  

from winter.

faselunare avatar faselunare commented on June 8, 2024

I tried to install this other plugin and I had no problems (however I don't need it because it's too basic)
https://octobercms.com/plugin/grofgraf-contactme

from winter.

faselunare avatar faselunare commented on June 8, 2024

tried this one https://github.com/abwebdevelopers/oc-forms-plugin


php artisan plugin:enable ABWebDevelopers.Forms

In PluginEnable.php line 47:
                                                    
  Attempt to assign property "is_disabled" on null  

it doesn't give any further errors in the backend but when i try to create a form i get this error

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'default' in 'field list' (SQL: insert into `abwebdevelopers_forms_fields` (`form_id`, `name`, `code`, `type`, `description`, `placeholder`, `default`, `show_description`, `required`, `validation_rules`, `validation_message`, `show_in_email_autoreply`, `show_in_email_notification`, `options`, `html_attributes`, `field_class`, `row_class`, `group_class`, `label_class`, `updated_at`, `created_at`) values (?, Name, sponsor_name, text, , , , 0, 1, , , 1, 1, [], [], ?, ?, ?, ?, 2021-04-19 08:10:40, 2021-04-19 08:10:40))" on line 669 of /Users/francesco/Dev/sites/mysite/vendor/laravel/framework/src/Illuminate/Database/Connection.php

from winter.

bennothommo avatar bennothommo commented on June 8, 2024

@faselunare I will try and replicate the issue, and see what I can find.

from winter.

vinibacc avatar vinibacc commented on June 8, 2024

hello guys, to install the magic form plugin, just use this command:
composer require martin/forms-plugin
After, run:
php artisan winter:up

from winter.

mjauvin avatar mjauvin commented on June 8, 2024

@faselunare can you confirm @vinibacc method above works for you? Are you running latest winter cms code?

from winter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.