Jump to content

Not working

Closed 1.0.2 1.0.3

When i unzipped the "resources-integration" folder in the Modules folder, the site could no longer load. How to fix this?

Share this comment


Link to comment

Hi Spunjee,

This issue is because the SQL file is not being run. I'm talking with the creator of the Ember addon to fix this, but for now if you run this code in PHPMyAdmin or your SQL database editor:
 

CREATE TABLE IF NOT EXISTS `resources` (
	`id` int(5) NOT NULL,
	`title` VARCHAR(50) NOT NULL,
	`logo_url` VARCHAR(100),
	`protected` TINYINT(1) NOT NULL,
	`text` TEXT NOT NULL,
	`navbar_name` VARCHAR(50) NOT NULL,
	`navbar_icon` VARCHAR(50) NOT NULL,
	`resource_linking` TINYINT(1) NOT NULL,
	`resource_pretty_link` VARCHAR(80) NULL,
	`navbar_category` VARCHAR(50) NOT NULL,
	`rtype` VARCHAR(50) NULL,
	`created_at` DATETIME NOT NULL,
	`updated_at` DATETIME NOT NULL,
	PRIMARY KEY (`id`)
);

After this, it should work fine if installed correctly.

Thanks

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.4k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.