I try to install the new Drupal version of my customer website who was on joomla until now. But i have a database problem.
Although I empty the joomla database and import the drupal one in phpMyAdmin, I have this error message when I'm trying to connect to the site: Table 'mydatabase.jnew_session' doesn't exist SQL=INSERT INTO `jnew_session` (`session_id`, `client_id`, `time`) VALUES ('c47le3pqi8pp9kfq32anejhu90', 0, '1520079798')
Hoping that someone can help me,
thanks a lot in advance,
Al
So i am working on multi-site with a single drupal 7 core installation. There are total of 5 sites and two themes. Four of the site share the same theme(template.php) that is located in sites/all/theme/template.php and one of the site has it's own template and it's located in sites/domainname.com/themes/ts2/template.php file.
I am using the video embed field module. In you tube settings, I unchecked "show related videos" after playing. I still see more videos display after I play the you tube video. How can I hide it?
We've inherited a Drupal 7 site that uses the Google_Analytics module to add the tracking code. We're going to set up SSL and switch everything from HTTP to HTTPS.
I have been able to successfully setup Oauth2 in Drupal 7 using this oauth2_server module. I am also able to get the token from the endpointOauth2/token. My requirement is to implement Implicit Flow (Client-Side Flow) as this endpoint will be used by client-side Js application. Though I have turned on the Oauth as authentication provider in Services and also enabled it at the resource settings, I am getting the response as below: