We have Drupal work that needs to be started today!
Task: http://ctest.disciplemen.com/
you will see that the page is broken. The code that is broken is within the node. It seems to be error out with the code that used to display the newest members image.
You will see the page not broken here. Uses the same code. http://idev.disciplemen.com/
Here is a simple Linux script which must be run in your website root to remove a lot of unused junk in your Drupal installation.
This will make your site a bit faster and in my case it saved me 2MB of webspace. Don't forget to backup first!
I have recently moved some of my older sites to a new server and now I am unable to login. These sites are Drupal 4.7 and are going to be phased out so there is no need to update. I have cleared the cache and session tables in the DB and cleared my local cache. Also did a cron.php
Details
Enter credentials at /user
login confirm screen shows and the admin links block shows
when I click any of the 'Admin' links next screen goes to the custom 'page not found' page
My drupal(4.7.5) website is hosting in solaris server.
Now my network admin upgrade the server and I need to re-install everything(apache,php,mysql) again for my web site.
Now everything installed and put my web site source code and database back.
But I can't connect to the drupal front page(main page of web site).
I checked everything (file permission, mysql username/passowrd, settings.php) but I can't find anything wrong and still the problem exist.
I need your help as I need to up the web site urgently.
Thank you so much in advance.
Hi guys,
I know Drupal for some months now and only dealt with Drupal 6 so far.
I was asked to upgrade an old Drupal site which is still in version 4.7.11
It seems that upgrading from 4 to 6 is already a nice exercise for a Drupal beginner. But it's even getting better :
the server where the site was hosted was closing down. I just had the time to copy the files and the database.
And I don't have the admin password, (but I guess that's the smallest problem..)
The site was installed together with other sites in a multi-site installation. I only had access to the folders that concerned the site itself. I don't know if I miss some parts of the site because of that (modules that were in a folder I could not acces..)
And of course the old hoster, who was also the person that set up the drupal site some years ago, is unreachable !
A dream situation :-\
I tried to reinstall the site with Drupal 4.7.11 on my local host. But I only get the homepage all right. The links to all the other pages don't work.
I have met that problem with a Drupal 6 site, too. There the solution was to disable "Clean URLs" before exporting the database. Could that be the solution for a 4.7.11 site, too?
If yes : in my case I can't login as admin and disable the clean URL option. Is there a way to do that in phpMyAdmin directly?