Contact Form - 404 Page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jun 12, 2015 9:14 am
Reply with quote
Report this post
Hey together,
i tried the contact forms the first time, but when i click the send button, i always get a 404 Page with "File or directory not found".
Whats the problem with it?
Please help me :))
Felix
User avatar
Fresh Boarder

GK User
Sun Jun 14, 2015 11:13 pm
Reply with quote
Report this post
Hi,
hard to say...
First please answer me few questions:
1) We talk about default contact component view or contact made by GK Contact plugin ?
2) Did you tried on default template (not gavick), what was a result.

In most cases 404 means not page has been found and it's not related with used template...
User avatar
Platinum Boarder

GK User
Mon Jun 15, 2015 9:45 am
Reply with quote
Report this post
I installed the Quick Installation of the Creativity Template and changed the email to mine and tested it.
http://langehaneberg.de/Joomla/ Thats my page. So it uses the GK Contact Plugin.
User avatar
Fresh Boarder

GK User
Mon Jun 15, 2015 9:38 pm
Reply with quote
Report this post
In general it's not normal... I never seen this issue before.
And this template have so many years.

What is weird it redirect into https and your page have http
Can you send me via PM access to backend ?
User avatar
Platinum Boarder

GK User
Mon Jun 22, 2015 3:55 pm
Reply with quote
Report this post
Oscar E wrote:In general it's not normal... I never seen this issue before.
And this template have so many years.

What is weird it redirect into https and your page have http
Can you send me via PM access to backend ?



I did 1 week ago. What`s happening?
User avatar
Fresh Boarder

GK User
Mon Jun 22, 2015 4:43 pm
Reply with quote
Report this post
Sorry I tried many tricks but :(
You have Microsoft server not based on linux, maybe this a reason.
I asked plugin developer, a father of this extension to help you.
User avatar
Platinum Boarder

GK User
Mon Jun 22, 2015 9:57 pm
Reply with quote
Report this post
Hello,

I've made a following change:

Code: Select all
$cur_url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];


to:

Code: Select all
$cur_url = "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];


But the plugin returns error 500: Could not instantiate mail function

It is a core joomla code so it must be an issue with your server configuration like here: http://stackoverflow.com/questions/2464 ... -in-joomla
User avatar
Administrator


cron