Seeking: Developer to make old site compliant with PHP 7.4 + possibly migrate to Dupal 8 or 9


This project has been assigned.
Thanks to everyone who contacted us!


Hello!

My ancient Drupal site (version 6)
is hosted by Siteground and they will soon be
upgrading to PHP 7.4, which my site will not work with.

Siteground related to me that it's likely just a module/plugin
that needs upgrading in order to make it compliant with PHP 7.4
(and I tried to keep the site simple
without too many add-ons when it was first created).

Help with the code

I need help with this code, it supposed to turn img links into embeds but it doesn't work

<script>
$(document).ready(function(){
var imRegExpUrl = (http(s?):)|([/|.|\w|\s])*\.(?:jpg|gif|png);
var imFrame = '<img src="' + $(this).attr('href') + '" />'

Find orphaned files from comment_upload module

How to find orphaned files that were attached to comments by comment_upload module in drupal 6?

Make code work with drupal ajax

Can someone help me to make this work with ajax pager in drupal 6? It’s a script that turns links to a picture into embedded pics on forum, when u go to another page it doesn’t work anymore have to refresh page.

<script>
$('a[href$=".png"], a[href$=".jpg"], a[href$=".gif"], a[href$=".tiff"], a[href$=".webp"]').each(function(){
    $(this).html('<img src="' + $(this).attr('href') + '" />');
});
</script>

Diagnosing bandwidth issues related to Drupal install

Hi there

Im running a Drupal 6 site. Around 6 months ago by website's bandwidth usage jumped progressively over a few months from 12gb per month to 300gb per month. No changes, no updates, no increase in visitor traffic.

The site has a lot of text content nodes but not many images and no audio/video content.

Could this be related to the Drupal install being out of date? Does anyone have any advice for diagnosing and address the problem?

Thanks,

David

Sudden bandwidth increase on Drupal 6 site

Hi there,

I'm a Drupal user of 15 years with little tech know-how, but high user familiarity. I run a Drupal 6 website. We love what we do and Drupal has served us well, but the site started exceeding our host's bandwidth limits around 6 months ago.

We don't know why. In May last year we were using 12GB per month; now we're hitting our 300GB limit by the 20th to 25th each month and the site is going offline. The site certainly isn't more popular - and we haven't been able to figure out the problem.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x