Drupal 4.7.2

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

Drupal 4.7.2

by Kaushal Shriyan-2 :: Rate this Message:

| View Threaded | Show Only this Message

Hi

I have installed drupal-4.7.2.tar.gz and created mysql username and
password also
in the MySQL Database Server.

I am able to see the main page while I hit  http://example.com/index.php
The Issue i am facing is when i click on any of the links on the main page,
it redirects to index.html only.

For Example

When I hit Create new account located on the left side of the main web
page it redirects to index.html, the same is for rest of the links
also.

Am I missing something here,I know I am missing something but could
not figure it out what I am missing

Thanks in Advance

Kaushal
--
[ Drupal support list | http://lists.drupal.org/ ]

Parent Message unknown Re: Drupal 4.7.2

by Kobus Myburgh :: Rate this Message:

| View Threaded | Show Only this Message

Hi, it looks like your web server setup prioritises html over php files. If you have access to your Apache's httpd.conf (or IIS configuration if you have Windows hosting) you need to change it there, I believe (I don't know exactly where - at least it will point you in some direction). I think Drupal's .htaccess will by default have this correctly configured, which makes me think that your host doesn't allow local .htaccess files. Perhaps it's a good thing to ask your host to look into this?

Regards,

Kobus




--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Kaushal Shriyan-2 :: Rate this Message:

| View Threaded | Show Only this Message

On 6/12/06, Kobus Myburgh <ITBJDM@...> wrote:

> Hi, it looks like your web server setup prioritises html over php files. If you have access to your Apache's httpd.conf (or IIS configuration if you have Windows hosting) you need to change it there, I believe (I don't know exactly where - at least it will point you in some direction). I think Drupal's .htaccess will by default have this correctly configured, which makes me think that your host doesn't allow local .htaccess files. Perhaps it's a good thing to ask your host to look into this?
>
> Regards,
>
> Kobus
>
>
>
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>

Hi Kobus

I have set the DirectoryIndex as advised by you in httpd.conf

DirectoryIndex index.php index.cgi index.html index.html.var

but it didnot helped me

Any Clue

Thanks

Kaushal
--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Sten-3 :: Rate this Message:

| View Threaded | Show Only this Message

Hi!

I have installed 4.7.2

with the image and img_assist modules in order to be able to include
pictures in my articles. Unfortunately some kinde of rewrite or what
ever it might be is stopping me from seeing uploaded pictures.

I uploaded a picture with the following url and it does exist on the server:

http://katarinabadet.se/?q=node/1

or directly:

http://katarinabadet.se/files/images/10157817_0.jpg

Unfortunately it is still not visible on the web, it's as if it doesn't
exist. I turned of clean urls, but that doesn't help.

It seems like a simple problem, but I can not figure it out, nor find
anything on drupal.org. Any ideas?

I have the .htaccess as it came with the 4.7.2.

I'm grateful for any advise!

Sten
--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Greg Knaddison - GVS :: Rate this Message:

| View Threaded | Show Only this Message

On 6/12/06, Kaushal Shriyan <kaushalshriyan@...> wrote:
> I have set the DirectoryIndex as advised by you in httpd.conf
>
> DirectoryIndex index.php index.cgi index.html index.html.var
>
> but it didnot helped me
>
Did you restart httpd service?

Just making sure...

Greg
--
Greg Knaddison | Growing Venture Solutions
Denver, CO | http://growingventuresolutions.com
Technology Solutions for Communities, Individuals, and Small Businesses
--
[ Drupal support list | http://lists.drupal.org/ ]

Images from files/images can not be accessed! (Using drupal 4.7.2)

by Sten-3 :: Rate this Message:

| View Threaded | Show Only this Message

Hi!

I have installed 4.7.2

with the image and img_assist modules in order to be able to include
pictures in my articles. Unfortunately some kinde of rewrite or what
ever it might be is stopping me from seeing uploaded pictures.

I uploaded a picture with the following url and it does exist on the
server:

http://katarinabadet.se/?q=node/1

or directly:

http://katarinabadet.se/files/images/10157817_0.jpg

Unfortunately it is still not visible on the web, it's as if it doesn't
exist. I turned of clean urls, but that doesn't help.

It seems like a simple problem, but I can not figure it out, nor find
anything on drupal.org. Any ideas?

I have the .htaccess as it came with the 4.7.2.

I'm grateful for any advise!

Sten

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Kaushal Shriyan-2 :: Rate this Message:

| View Threaded | Show Only this Message

On 6/12/06, Greg Knaddison - GVS <Greg@...> wrote:

> On 6/12/06, Kaushal Shriyan <kaushalshriyan@...> wrote:
> > I have set the DirectoryIndex as advised by you in httpd.conf
> >
> > DirectoryIndex index.php index.cgi index.html index.html.var
> >
> > but it didnot helped me
> >
> Did you restart httpd service?
>
> Just making sure...
>
> Greg
> --
> Greg Knaddison | Growing Venture Solutions
> Denver, CO | http://growingventuresolutions.com
> Technology Solutions for Communities, Individuals, and Small Businesses
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>

Hi Greg

It started working now, Now I am faced with one issue,

Access denied
You are not authorized to access this page.

when i click on the links on the main web page

Thanks and Regards

Kaushal
--
[ Drupal support list | http://lists.drupal.org/ ]

Parent Message unknown Re: Drupal 4.7.2

by Kobus Myburgh :: Rate this Message:

| View Threaded | Show Only this Message

> Access denied
> You are not authorized to access this page.

Make sure you havge your permissions correctly set.

Regards,

Kobus

--
[ Drupal support list | http://lists.drupal.org/ ]

Parent Message unknown Re: Images from files/images can not be accessed! (Using drupal 4.7.2)

by Kobus Myburgh :: Rate this Message:

| View Threaded | Show Only this Message

> Unfortunately it is still not visible on the web, it's as if it
doesn't
> exist. I turned of clean urls, but that doesn't help.
>
> It seems like a simple problem, but I can not figure it out, nor find

> anything on drupal.org. Any ideas?

It seems that your images is set to private downloads. I had a similar
issue before, and to overcome this I had to switch images back to public
downloads. I thought it was a problem with inline.module, but apparently
it is not - so perhaps this is a bug in Drupal's code? Can someone else
confirm this?

My case was with a custom module I wrote which implemented
inline.module, and that caused the same problem as Sten is experiencing
when files were marked as private downloads.

Regards,

Kobus

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Kaushal Shriyan-2 :: Rate this Message:

| View Threaded | Show Only this Message

On 6/13/06, Kobus Myburgh <ITBJDM@...> wrote:

> > Access denied
> > You are not authorized to access this page.
>
> Make sure you havge your permissions correctly set.
>
> Regards,
>
> Kobus
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>

Thanks Kobus, Its working perfectly now. Now when I click on request
new password and then I fill the username and E-mail Address, I dont
get mails in my mail account informing about the new password. How do
i configure drupal to send mails to the specified email address

Thanks Again

Kaushal
--
[ Drupal support list | http://lists.drupal.org/ ]

Parent Message unknown Re: Drupal 4.7.2

by Kobus Myburgh :: Rate this Message:

| View Threaded | Show Only this Message

> Thanks Kobus, Its working perfectly now. Now when I click on request
> new password and then I fill the username and E-mail Address, I dont
> get mails in my mail account informing about the new password. How
do
> i configure drupal to send mails to the specified email address

If you can't log in to the site anymore and you haven't set it up
properly yet, I believe you'll have to edit the database directly. You
should find that in the variables table.

There is also another possibility which I have never used before, but
apparently you can overwrite all the items in the variables table by
adding them to your settings.php file. You can test this by editing
settings.php (typically in the sites/default folder), and see the
commented section called 'conf' near the bottom. Uncomment that
statement, and add the site_mail item to it as follows:

$conf = array(
  'site_mail' => 'your@...',
);

If you still don't get the mail, you may have to edit the user table to
confirm that your mail address for your account is correctly setup. You
can edit that in the user table by using a tool such as phpMyAdmin.

I hope this helps.

Kobus

--
[ Drupal support list | http://lists.drupal.org/ ]

Parent Message unknown Re: Drupal 4.7.2

by Kobus Myburgh :: Rate this Message:

| View Threaded | Show Only this Message

Sorry - let me just clarify:

> $conf = array(
>   'site_mail' => 'your@...',
> );

I mean your site's general mail address here - not your personal one -
however, it should still work as is. Also note that there should not be
a comma behind the address - copy/paste error on my side. It should look
like this:

$conf = array(
  'site_mail' => 'your.site@...'
);

Regards,

Kobus

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Morbus Iff :: Rate this Message:

| View Threaded | Show Only this Message

>> $conf = array(
>>   'site_mail' => 'your@...',
>> );
>
> I mean your site's general mail address here - not your personal one -
> however, it should still work as is. Also note that there should not be
> a comma behind the address - copy/paste error on my side. It should look

For what it's worth, Kobus, Drupal style IS
to have a dangling comma like that in arrays.

--
Morbus Iff ( i am the sexy alpha geek )
Technical: http://www.oreillynet.com/pub/au/779
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
--
[ Drupal support list | http://lists.drupal.org/ ]

Parent Message unknown Re: Drupal 4.7.2

by Kobus Myburgh :: Rate this Message:

| View Threaded | Show Only this Message

Hi,

In that case, we need a patch for settings.php:

//$conf = array(
//  'site_name' => 'My Drupal site',
//  'theme_default' => 'pushbutton',
//  'anonymous' => 'Visitor'
//);

Regards,

Kobus


>>> morbus@... 6/13/2006 3:07 PM >>>
>> $conf = array(
>>   'site_mail' => 'your@...',
>> );
>
> I mean your site's general mail address here - not your personal one
-
> however, it should still work as is. Also note that there should not
be
> a comma behind the address - copy/paste error on my side. It should
look

For what it's worth, Kobus, Drupal style IS
to have a dangling comma like that in arrays.

--
Morbus Iff ( i am the sexy alpha geek )
Technical: http://www.oreillynet.com/pub/au/779 
Culture: http://www.disobey.com/ and http://www.gamegrene.com/ 
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
--
[ Drupal support list | http://lists.drupal.org/ ]
--
[ Drupal support list | http://lists.drupal.org/ ]

Parent Message unknown Re: Drupal 4.7.2

by Kobus Myburgh :: Rate this Message:

| View Threaded | Show Only this Message

Oops... hit send too quick - I still wanted to say 'thanks' for the
note, and I'll set up the patch too if needed :-)

Regards,

Kobus


>>> morbus@... 6/13/2006 3:07 PM >>>
>> $conf = array(
>>   'site_mail' => 'your@...',
>> );
>
> I mean your site's general mail address here - not your personal one
-
> however, it should still work as is. Also note that there should not
be
> a comma behind the address - copy/paste error on my side. It should
look

For what it's worth, Kobus, Drupal style IS
to have a dangling comma like that in arrays.

--
Morbus Iff ( i am the sexy alpha geek )
Technical: http://www.oreillynet.com/pub/au/779 
Culture: http://www.disobey.com/ and http://www.gamegrene.com/ 
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
--
[ Drupal support list | http://lists.drupal.org/ ]
--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Morbus Iff :: Rate this Message:

| View Threaded | Show Only this Message

> Oops... hit send too quick - I still wanted to say 'thanks' for the
> note, and I'll set up the patch too if needed :-)

If you patch it, I'd review/+1 it, sure.

--
Morbus Iff ( the power of grayskull compels you! )
Technical: http://www.oreillynet.com/pub/au/779
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Greg Knaddison - GVS :: Rate this Message:

| View Threaded | Show Only this Message

On 6/13/06, Kaushal Shriyan <kaushalshriyan@...> wrote:
> Thanks Kobus, Its working perfectly now. Now when I click on request
> new password and then I fill the username and E-mail Address, I dont
> get mails in my mail account informing about the new password. How do
> i configure drupal to send mails to the specified email address

Do you have a working smtp server on the machine where you installed
Drupal?  If not, I recommend the SMTP module.

Also, "not getting emails" is a very common problem that people have
and searching the forum (or using google) would have found the answer
for you.  While the support list is handy, but sure you
read/investigate/search first.

Regards,
Greg

--
Greg Knaddison | Growing Venture Solutions
Denver, CO | http://growingventuresolutions.com
Technology Solutions for Communities, Individuals, and Small Businesses
--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Kaushal Shriyan-2 :: Rate this Message:

| View Threaded | Show Only this Message

On 6/13/06, Greg Knaddison - GVS <Greg@...> wrote:

> On 6/13/06, Kaushal Shriyan <kaushalshriyan@...> wrote:
> > Thanks Kobus, Its working perfectly now. Now when I click on request
> > new password and then I fill the username and E-mail Address, I dont
> > get mails in my mail account informing about the new password. How do
> > i configure drupal to send mails to the specified email address
>
> Do you have a working smtp server on the machine where you installed
> Drupal?  If not, I recommend the SMTP module.
>
> Also, "not getting emails" is a very common problem that people have
> and searching the forum (or using google) would have found the answer
> for you.  While the support list is handy, but sure you
> read/investigate/search first.
>
> Regards,
> Greg
>
> --
> Greg Knaddison | Growing Venture Solutions
> Denver, CO | http://growingventuresolutions.com
> Technology Solutions for Communities, Individuals, and Small Businesses
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>

Hi Greg

I have set Drupal 4.7.2 on the local box and there is a sendmail MTA
server running on that box, Just wanted to know how can i configure
the SMTP Module

Thanks and Regards

Kaushal
--
[ Drupal support list | http://lists.drupal.org/ ]

Parent Message unknown Re: Drupal 4.7.2

by Kobus Myburgh :: Rate this Message:

| View Threaded | Show Only this Message

> If you patch it, I'd review/+1 it, sure.

Done! :-)

Patch submitted, marked as a 'task', 'patch (code needs review)' and
'minor'. Hope this is correct.

Kobus

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Drupal 4.7.2

by Morbus Iff :: Rate this Message:

| View Threaded | Show Only this Message

> Done! :-)
>
> Patch submitted, marked as a 'task', 'patch (code needs
 > review)' and 'minor'. Hope this is correct.

Got a node ID?

--
Morbus Iff ( take this ming! i'm sick of your dynasty! )
Technical: http://www.oreillynet.com/pub/au/779
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
--
[ Drupal support list | http://lists.drupal.org/ ]
< Prev | 1 - 2 | Next >