Hi Everyone,

Im a newbie and this is my problem:

I changed my home page from node/10 to node/11 on configuration/site information/front page now the problem is when i try to view the other pages(about us,portfolio) their contents(text and images) does not show anymore.

Please help

Comments

Thizozo’s picture

Version: 7.3 » 7.2
Jooblay.net’s picture

I would recommend upgrading asap to drupal-7.22 as your on a version that is almost release state.

To install core
1. Backup your database using phpmyadmin export.
2. Backup your core files at example.com/drupal example.com/.htaccess on many systems this will be your public_html directory.
3. Backup your example.com/sites directory. This director is what we call the working directory. One very important file is your settings.php file located @ example.com/sites/default/settings.php Note this file should be chmod 444.
4. Once your all backed up. Delete all the files && directories but your working directory sites located in the path above.
Note you said you were a fresh drupaler... So I am assuming you have not set your private_files @ example.com/private_files or you have not made any custom changes to .htaccess if you have you will need to reset them.
5. Now download drupal-7.22 and install all the directories and files other then the sites directory and or private_files. Note on private_files you can also set this directory in your sites/default/files the admin for this is @ configurations/media.
6. Now hit example.com/update.php and run the update module as well. It does not hurt to flush your cache either.
7. Now you should run cron as well.

Also refer to all the drupal docs on this. It is hard to even start running such an old version:)

Version: 7.2 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.