Drupal is up and running but how do I ...?

Trouble with Local BackUp of Civicspace (Drupal 4.6.5) Site

Hi There -

Have tried to create a local backup using several different tutorials all with the same result: when I go to my home page, everything looks in order, but when I click on any and all links, I get a 404 - Page Not Found.

I'm running a Civicspace site.

I used phpMyAdmin to download and BigDump.php to upload my database to my local server. All tables appear to be in order. The home page works! Yaaaay! (I'm still in shock and awe that I found BigDump on Community Plumbing.)

I changes the three settings in the settings.php file to reflect the database and new URL. Same with the CivicCRM settings file.

My thinking is that there's a permissions problem with the directories, but I have no ideas what files and folders need what permissions. Otherwise, I have no idea how to troubleshoot this. Any ideas?

I'd greatly appreciate any help. I've downloaded the site twice and installed the database 4 times using pretty much the same procedure as outlined in the tutorials that I found. All with the same result. I'm completely at a loss.

I'm running a MAMP server on OSX 10.4 Tiger. One of the ramifications of this is that the URL is http://localhost:8888/sitename/

But the mysql database seems to just read 'localhost', not 'localhost:8888'. The front page didn't work until I got the mySQL user and password right on the settings files and it likes 'localhost'.

Missing Image with img_assist and TinyMCE setup

Hi,

I have searched extensively for a solution to this problem and have not been able to find it. I have the same problem as:
http://drupal.org/node/55882

clean URLs and .htaccess

hello,
i'm trying to get Clean URLs going on my site. after reading the instructions on http://drupal.org/node/15365, i sent an email to my host about step #1. here is the reply i got:

Hi,
This module is compiled into apache already. You can enable it in a .htaccess file placed on your document root with the following line.

RewriteEngine On

Then add teh RewriteCond and RewriteRule lines you need.

Thanks,
Eric

i dont really know much of anything about .htaccess files.. so i'm not exactly sure how to act on the information eric replied with. i have the standard .htaccess file that comes with drupal4.7, but i'll post it below.

Could somebody show me where to make the nesc. changes?


#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order deny,allow
Deny from all

# Set some options.
Options -Indexes
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.

# PHP 4, Apache 1

php_value magic_quotes_gpc 0

custom random image code, jump to gallery instead of the clicked picture

hi there,

I'm using the display random image snipped code, but I can't figure out how to jump to the gallery of the clicked image (now it just goes to the clicked image)
can someone help me with this snipped code:

Overriding User Profiles in 4.7 Problems

I am having a weird problem overriding my default user profile pages in 4.7. When I try to print the user pictures, it looks for them in the wrong location. For example, in 4.6, it correctly found the picture at www.example.com/files/pictures/picture-1.jpg. But now in 4.7, when trying to display on the user profile pages, it thinks the picture is located at www.example.com/user/files/pictures/picture-1.jpg. This problem is specific to my theme, because when I use the default bluemarine theme, the user profiles to not exhibit this problem. Then, I tried taking the bluemarine theme and only copying over my template.php and user_profile.tpl.php files and the problem returned.

I have a template.php file looks like this:

<?php
function phptemplate_user_profile($user, $fields = array()) {
return _phptemplate_callback('user_profile', array('user' => $user, 'fields' => $fields));
}
?>
<?php
function phptemplate_profile_listing($user, $fields = array()) {
return _phptemplate_callback('profile_listing', array('user' => $user, 'fields' => $fields));
}
?>

And the relevant part of my user_profile.tpl.php file looks like this:

if($user->picture):

Only local images are allowed. print $user->picture; ">

endif;

if(!$user->picture):

Only local images are allowed. $picture = variable_get('user_picture_default', '');

Is the i18n of menu working (internationalization module)?

Hello. I'm using Drupal 4.7. I'm setting up an international site (two languages). I downloaded the latest i18n module (by Jose). I've a couple of questions for the developers of the module:

1) is it ready for 4.7?
2) is the menu system internationalization working?

Thank you.

Pages

Subscribe with RSS Subscribe to RSS - Post installation