Coder Social home page Coder Social logo

attract's People

Contributors

fsiddi avatar jt-a avatar nonami avatar

Watchers

 avatar  avatar

Forkers

nonami tws0002

attract's Issues

After login a table missing error occurs

After logging in a "Table '[dbname].shots_attachments' doesn't exist" error occurs.

NOTE: error message server specific info in between [ ] changed for security purposes.

Full message:
A Database Error Occurred

Error Number: 1146

Table '[dbname].shots_attachments' doesn't exist

SELECT shots.shot_id, shots.shot_name, shots.shot_description, shots.shot_duration, statuses.status_name, shots.shot_notes, attachments.attachment_path, GROUP_CONCAT(DISTINCT shots_users.user_id SEPARATOR ", ") as user_id, GROUP_CONCAT(tasks.task_name SEPARATOR ", ") as task_names FROM (shots) LEFT JOIN shots_users ON shots_users.shot_id = shots.shot_id LEFT JOIN statuses ON statuses.status_id = shots.status_id LEFT JOIN shots_tasks ON shots_tasks.shot_id = shots.shot_id LEFT JOIN tasks ON tasks.task_id = shots_tasks.task_id LEFT JOIN scenes ON scenes.scene_id = shots.scene_id LEFT JOIN sequences ON sequences.sequence_id = scenes.sequence_id LEFT JOIN shots_attachments ON shots_attachments.shot_id = shots.shot_id LEFT JOIN attachments ON attachments.attachment_id = shots_attachments.attachment_id WHERE show_id = '1' GROUP BY shots.shot_id ORDER BY shots.shot_order asc

Filename: [local path...]/models/shots_model.php

Line Number: 33

Install on hosted website not serving pages properly

After uploading the files and setting up the database from /install folder the subsequent pages are not served up.

Setup is a web host that uses virtual servers and access is over the Internet as opposed to localhost.

Database seemed to be setup properly from the script after inspecting it from MySQL admin panel.

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.