Elxis CMS Forum
		Support => General => Topic started 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
- 
				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
 
 <?php 
 @session_start();
 if ((!isset($_SESSION['captchasnd'])) || ($_SESSION['captchasnd'] == '')) {
 exit('Something wrong detected');
 }
 ?>
 
- 
				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
 ::)
- 
				the problem solved , i think it happend because i was installed elxis on a sundomain ...  ???
			
- 
				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.
 
- 
				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:
 
 $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!!
- 
				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