patch D6 for Remote Code Execution - SA-CORE-2018-002

Hello, I'm looking for someone to patch a D6 core for the  remote code execution vulnerability announced here: https://www.drupal.org/sa-core-2018-002

Is it possible?

To update from drupal 6 to drupal 8 at once? or do I have to go thru drupal 7 first?

Give a role to specific users by id

I have a specific requirement to give a few hundred user of a drupal 6 site a specific role 'author' before migration. These are essentially users who have contributed content. I have tried Views Bulk Operations but there are no options to add relationships to a view  of 'nodes' to manipulate user roles with VBO. With a view of users, the VBO options to add user roles become available but there is no option to filter by users who have created content.

Drupal 6 search incorrectly give error

I have drupal 6 installed on linux with mysql 5.6 and php 5.4. All working. 
But search give error: You must include at least one positive keyword with at least 3 characters. . I enter word with 5-6 characters. 

I try see logs of server and php, errors: 0. In admin panel: admin/settings/search all indexed on 100%. What this can be? I think, that drupal incorrectly checks for counting characters in search. May be need a module php? But I have installed all modules..

In database I have all tables on InnoDB.

Show if the following PHP code returns TRUE (PHP-mode, experts only)

Hi,

I would like to hide a block if the NID is equal to 616565, the following code I have used doesn't seem to work?!

<?php 
if($node->nid == '616565'){
return false;
}
?>

Upgrade D6 to D8 with Feeds. We can.

I`d like to share this. I did it... And now not sure if I really need Drupal8 (figure out why).

Here is just some basics. You will make your changes according to your site content and ctructure.

1. Upgrade your D6 to latest version - drupal 6.38 24 Feb 2016 https://ftp.drupal.org/files/projects/drupal-6.38.tar.gz.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x