Finding content with phpmyadmin

My Drupal 6 site is disfunctional because the provider upgraded php to version 7.

All I want to do right now is to extract the HTML of a page/post. I can find the node with phpmyadmin, but not the content.

Please help me find the content of a specific node.

Thanks in advance.

Old Drupal 6.38 Ctool Issue (Urgent Tips)

Hi Guys, 

My clients website suddenly got:

  • warning: preg_match(): Compilation failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 1811 in /home/xxx/public_html/sites/all/modules/ctools/includes/cleanstring.inc on line 157.

I tried replace:

'\x{a80b}\x{a823}-\x{a82b}\x{d800}-\x{f8ff}\x{fb1e}\x{fb29}\x{fd3e}\x{fd3f}'.

with
'\x{a80b}\x{a823}-\x{a82b}\x{e000}-\x{f8ff}\x{fb1e}\x{fb29}\x{fd3e}\x{fd3f}'.

Drush installation

Hello everyone, I am new to Drupal. I am using Drupal 6. I find it hard to get proper documentation on drupal. can anyone say how to install drush in drupal 6?  I am using Windows 7 and wamp.

Convert Gallery2 filter code to HTML in bulk

I have a Drupal 6.33 site running with an embedded Gallery2 install with 15,000+ pieces of content. Each node body contains a review, and images are populated using the g2filter, which is a piece of code like this [G2:12345] where 12345 is the image ID. When this page is rendered, the filter displays the image and HTML code on the live site. However, in the database, it's just the G2 code as shown above.

What I need is someone to find a way to convert all instances of G2 filter code in the node body into it's actual image path with HTML.

Note:

Installing drush on Mac: should I install composer via homebrew, or "by hand"

I'm in the process of setting up my local dev environment from scratch, and am following Karen Stevenson's tutorial on how to install multiple versions of drush: https://www.lullabot.com/articles/switching-drush-versions

import content from D6 to D8, help!

Hi there. I am stuck trying to move content from Drupal 6 to Drupal 8. Here are the details.

I have over 1500 blog posts in an old Drupal 6 install, which I am trying to move over to a new Drupal 8 install. They are very basic, only Title, Body, keywords (taxonomy) and basic meta data like date created. 

What I have tried so far is using the Node Export module for D6 to export all the posts in its XML format. Node export for D8 was not working for me, so I tried the Feeds module along with Feed extensible parsers module (to get the XML import). But no luck.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x