Scalable Big Data Analytics Platform with Drupal for Enterprise Solutions

Scalable Big Data Analytics Platform with Drupal for Enterprise Solutions

Material built a device-agnostic analytics platform for different enterprise users to create data visualization reports

Sectors: 
Technology

Disaster after moving my site to HTTPS

I just realized that all traffic from old HTTP urls gets redirected to home page 

I thought that old urls will just get new prefix HTTPS  and not redirect to homepage

THis is horrible for all my build links and lold traffic....

WHat to do

I used this code and it did not redirect urls

RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Some php errors on my admin page

Hello,

When I visit admin > Config page, I see this code on top of the page:

Function mymodule_schema() { $schema['mytable1'] = array( // specification for mytable1 ); $schema['mytable2'] = array( // specification for mytable2 ); return $schema; } function mymodule_update_1() { db_add_field('mytable1', 'newcol', array('type' => 'int')); }

I am not able to tell where the code is coming from. What error is this form. 

Please advise. 

How in Rules - Check if user exist and if not create user

Is there a way through Rule UI to check if user exist (based on email) and if does just send a specific message to the email address. If it doesn't, create a new user acccount and send that specific message to the address. I'm using D7.59 and Rules 1.5

Changing Email-settings back to local mail (sendmail)

Hello

I have taken over administration of a site running on Drupal 7. The previous administrator had made some changes to the mail system. There is PHPmailer installed but disabled, the mail system is set to mime default mail, but the site is still sending emails through the account set in the PHPmailer.

Help getting feeds importer to populate an Image field

Hey everyone, I've been having trouble with something and if anyone knew a solution they could share I would really appreciate it.

I have a content type called a classroom, with a specific field called image (the type of this field is Image). I am using the Feeds Importer from an xml document to populate all my fields. For image, this document has an integer where, when appended to the end of a url it leads to the image. I am using a tamper plugin to get the full url mapped to the desired field.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x