Jump to content

Not working

Closed 1.0.2 1.0.3

Spunjee

Posted

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

Joyte

Posted

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

Spunjee

Posted

Ah perfect works fantastically! Thank you so much for the quick respond!

  • Like 1
Joyte

Posted

Changed Status from Pending to Closed

Joyte

Posted

Changed Fixed In to 1.0.3

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

Files Sold

Total number of files sold.

2m

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.