TheJohnClone214
Member
- Nov 30, 2020
- 56
- 31
- 18
i already did that but still cant import movie error still showingI would redo the install and it should clear the errors
i already did that but still cant import movie error still showingI would redo the install and it should clear the errors
Unfortunately, I have the same problem
Try to make the table manualy with this:Unfortunately, I have the same problem
CREATE TABLE `request` (
`request_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`email` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`movie_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`message` text COLLATE utf8mb4_unicode_520_ci,
`request_datetime` datetime DEFAULT CURRENT_TIMESTAMP,
`status` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT 'pending',
PRIMARY KEY (`request_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
try this manualy
CREATE TABLE `request` (
`request_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`email` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`movie_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`message` text COLLATE utf8mb4_unicode_520_ci,
`request_datetime` datetime DEFAULT CURRENT_TIMESTAMP,
`status` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT 'pending',
PRIMARY KEY (`request_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
How can I enter this data into the databasetry this manualy
SQL:CREATE TABLE `request` ( `request_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `email` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `movie_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `message` text COLLATE utf8mb4_unicode_520_ci, `request_datetime` datetime DEFAULT CURRENT_TIMESTAMP, `status` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT 'pending', PRIMARY KEY (`request_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
do this in phpmydminHow can I enter this data into the database
You mean to create a new schedule for the databasedo this in phpmydmin
MAKE YOUR DB TO utf8_unicode_ci ignore utf8mb4
Work was done but on the same problemTry to make the table manualy with this:
SQL:CREATE TABLE `request` ( `request_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `email` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `movie_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `message` text COLLATE utf8mb4_unicode_520_ci, `request_datetime` datetime DEFAULT CURRENT_TIMESTAMP, `status` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT 'pending', PRIMARY KEY (`request_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
no workingdelete this line in admin controller
" $data['homepage_sections'] = $this->db->get('homepage_sections')->result_array(); "
go to your php admin and check if there is table entry of homepage_sectionno working
use notepadd++ search adfi am facing one issue on my homepage left corner 1 text showing as adf
does this shows when you installed ovoo latest version
Thanks I will try in morninguse notepadd++ search adf
wow this worked i never knew notepad++ is used for the scripts to searchinguse notepadd++ search adf