|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Drupal 4.7.2Hi
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/ ] |
|
|
|
|
|
Re: Drupal 4.7.2On 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.2Hi!
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.2On 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)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.2On 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/ ] |
|
|
|
|
|
|
|
|
Re: Drupal 4.7.2On 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/ ] |
|
|
|
|
|
|
|
|
Re: Drupal 4.7.2>> $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/ ] |
|
|
|
|
|
|
|
|
Re: Drupal 4.7.2> 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.2On 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.2On 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/ ] |
|
|
|
|
|
Re: Drupal 4.7.2> 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 > |
| Free embeddable forum powered by Nabble | Forum Help |