| Author | 
         | 
         
      
        
         
         Dave Kimble Newbie 
          
 
  Joined: 11 March 2012 Location: Australia
 Online Status: Offline Posts: 7
          | 
        
         
          
           | Posted: 31 July 2013 at 6:53am | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
I have just downloaded the .zip of the PHP version from http://www.afterlogic.org/download/webmail-lite v7.0.2 and when unzipped it doesn't seem to contain all the files that v6.3.10 did, in particular it doesn't have "webmail/inc_settings_path.php".
 
 I have downloaded it twice, and unzipped it in Windows and Ubuntu.
 
 Is there a manifest for what should be in it?
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         Igor AfterLogic Support 
          
 
  Joined: 24 June 2008 Location: United States
 Online Status: Offline Posts: 6168
          | 
        
         
          
           | Posted: 31 July 2013 at 7:40am | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
The package is not supposed to contain the same files as those found in packages of 6.* version, the difference between versions 6 and 7 is quite substantial. 
 
 With regard to inc_settings_path.php file, it's not there by default but you can create it so that it has the following content:
 
 
Code: 
   
    
    
      
       <?php
 
 $dataPath = '/new/data/dir/location'; | 
       
       | 
    
    | 
 
 
 
 Move the data dir to specified location, and it should work as expected.
 
 --
 Regards,
 Igor, AfterLogic Support
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         Dave Kimble Newbie 
          
 
  Joined: 11 March 2012 Location: Australia
 Online Status: Offline Posts: 7
          | 
        
         
          
           | Posted: 31 July 2013 at 2:48pm | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
OK thanks
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   |