Coder Social home page Coder Social logo

Setup error on MsSql about iscaffold HOT 3 OPEN

tiborsaas avatar tiborsaas commented on August 20, 2024
Setup error on MsSql

from iscaffold.

Comments (3)

tiborsaas avatar tiborsaas commented on August 20, 2024

Hello Alex,

Thanks for reporting this. I haven't tested the project other than LAMP environment.
I'll have to rewrite the config table creation using the database forge class. Until then, you can try to create it manually based this structure:

sf_id int(5) ,UNSIGNED, AUTO_INCREMENT
sf_table varchar(64) No
sf_field varchar(64) No
sf_type varchar(16) Yes
sf_related varchar(100) Yes
sf_label varchar(64) Yes
sf_desc tinytext Yes
sf_order int(3) Yes
sf_hidden int(1) Yes

Yes = NULL

from iscaffold.

biohazardxxx avatar biohazardxxx commented on August 20, 2024

Okay worked with:
CREATE TABLE [dbo].[sf_config]([sf_id] [int] IDENTITY%281,1%29 NOT NULL,
[sf_table] [varchar]%2864%29 NOT NULL,
[sf_field] [varchar]%2864%29 NOT NULL,
[sf_type] [varchar]%2816%29 NULL,
[sf_related] [varchar]%28100%29 NULL,
[sf_label] [varchar]%2864%29 NULL,
[sf_desc] [text] NULL,
[sf_order] [int] NULL,
[sf_hidden] [tinyint] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]

But then I get an error when I try to configure my schema:

A PHP Error was encountered

Severity: Notice

Message: Undefined index: fields

Filename: views/configurator.php

Line Number: 63

As well when I click generate:
Error Number:

Falsche Syntax in der NΓ€he von ''. (Wrong syntax near '')

EXPLAIN bereitschaft

Filename: C:\www\iScaffold\system\database\DB_driver.php

(bereitschaft is a table name)

Best regards
-Alex

Line Number: 330

from iscaffold.

seresca avatar seresca commented on August 20, 2024

Hi biohazardxxx. One year ago, but I'm comming here now and check the problem. Just enable short tags in apache and restart it. Then repeat the whole process.

from iscaffold.

Related Issues (11)

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.