Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've been hosting my own sites for a few months in a VM environment using pre-bundled package called JumpBox. Currently due to lack of resources VM is the only way we can host.
Jumpbox seems to be letting me down with PCI scanning (Payment Card Industry) - we are using Security Metrics and the latest package of Jumpbox is using vulnerable Apache version: 2.2.14 and vulnerable PHP version: 5.3.2 (I can't upgrade to 5.3.3 as last time I checked Drupal wasn't stable on it).
I have installed apache on a 1GB slice and then installed PHP followed by Drupal6. I expected to see the drupal home page when I type in the url (which is http://184.106.173.35/drupal6/). All I get is a blank page. If i navigate to http://184.106.173.35/, I get the apache “It works!” page.
Has anyone faced such a situation? Would appreciate any help. Thanks in advance.
Im using acquia drupal 1.2.30
i am trying to migrate my website created on local host to server on 0fees.net
i uploaded all files and database.,
i also renamed default.settings.php to settings.php
then opened /install.php in my browser
during installation it showed an error
I made a mistake on my website.
I did want to delete some field from mySql and I deleted the entire blocks table.
Can I put it back.
Or, How can I put it back?
This is the error what I receve!
user warning: Table 'valentin_youth.blocks' doesn't exist query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'garland' AND b.status = 1 AND (r.rid IN (2) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /home3/valentin/public_html/youth/modules/block/block.module on line 433.
I was just reading the hosting options at GreenGeeks for standard hosting and VPS. We're using both Drupal and CiviCRM. Has anyone used them? Thoughts?
Hello. I am hoping someone can help me with a problem I've encountered while learning Drupal. I've recently developed a site for a client who, now that it's approved, wants it live on their own server. Here's the problem: I originally built the site, by recommendation, on my own computer by using MAMP to build the database. I then uploaded it to my hosting server in the same folder it was built in for them to review (www.mywebsite.com/theirfolder).