Elxis CMS Forum

Support => General => Topic started by: Farhad Sakhaei on October 17, 2007, 19:48:11

Title: Something wrong detected
Post by: Farhad Sakhaei on October 17, 2007, 19:48:11
hi , when i click on loudspeaker on captcha , a page opens with this message : Something wrong detected

which thing is wrong?  ??? i am using a new server , should i install any apache module ?

and i want to know that which options and versions of apache , apache modules , mysql , php , and another settings do u recommend on a server to be set or installed ? thank you very much
Title: Re: Something wrong detected
Post by: datahell on October 18, 2007, 00:15:48
Captcha session does not initialise. Do you also have other problems like login, too many displayed logged-in users etc?

Check these:
$mosConfig_secret at global settings is not empty.
Captcha files exist
Session can start (remove "@" from the following line and call this file directly from the browser. Does it generate any errors? )

includes/captcha/captcha.img.php

Code: (php) [Select]
<?php 
@session_start();
if ((!isset(
$_SESSION[&#39;captchasnd&#39;])) || ($_SESSION[&#39;captchasnd&#39;] == &#39;&#39;)) {
    
exit(&#39;Something wrong detected&#39;);
}
?>

Title: Re: Something wrong detected
Post by: Farhad Sakhaei on October 18, 2007, 09:03:07
thank you john , i think you mentioned about /includes/captcha/listen.php file not includes/captcha/captcha.img.php  ;)
- secret word in not empty
- all files of elxis exist
- after remove @ , and call directly , the same error message displayed
- i can login and logout to users section
 ::)
Title: Re: Something wrong detected
Post by: Farhad Sakhaei on October 20, 2007, 12:19:40
the problem solved , i think it happend because i was installed elxis on a sundomain ...  ???
Title: Re: Something wrong detected
Post by: datahell on October 20, 2007, 14:03:16
Read Elxis Team sugestions in the new Elxis 2008 installer. We say it very clear: "Don't install elxis in a subdomain/subfolder". This does not means that it has problem although maybe some minor importance features need to be modified to work correctly. Elxis is a large application build to rule your website not to be in a secondary faith. So, always install it to the root folder.
Title: Re: Something wrong detected
Post by: CREATIVE Options on November 24, 2007, 00:57:32
If anyone else will get the same error and his installation of Elxis is in the Root folder you have to check & fix one line in your configuration.php file. It is the following line:

Code: [Select]
$mosConfig_live_site = 'http://www.yoursite.com;
Once again the 3W show us how powerful they are! So installation of Elxis ONLY in the root folder!!
Title: Re: Something wrong detected
Post by: mitsoud on October 12, 2011, 15:22:08
I have installed my in a sub domain, I cannot do diferrent but Apache redirect like it is the root
There is no hope for me?
Captcha is not working