uvdesk / core-framework

UVDesk Community Helpdesk Core Framework Bundle providing the core essential functionalities and integration tools to easily integrate any other community helpdesk packages.
https://www.uvdesk.com
MIT License
60 stars 50 forks source link

> @papnoisanjeev, the table **uv_website** is created, columns with name, data empty. #312

Closed dksdheeraj closed 4 years ago

dksdheeraj commented 4 years ago

@papnoisanjeev, the table uv_website is created, columns with name, data empty. uv_website_knowledgebase is not created, even without errors in log.

The same issue I am facing. Any solution?

Originally posted by @dksdheeraj in https://github.com/uvdesk/core-framework/issues/278#issuecomment-670338055

papnoisanjeev commented 4 years ago

@dksdheeraj

This problem generally comes when your max_execution_time is less in php.ini and due to this migration or fixture does not load properly. so you need to increase it before setup project as also instructed in doc.

If you want to setup manually then try below method instructed in comment below.

https://github.com/uvdesk/community-skeleton/issues/290#issuecomment-661113642