Author |
|
Yaminom Newbie
Joined: 05 April 2012 Location: United States
Online Status: Offline Posts: 2
|
Posted: 05 April 2012 at 9:24pm | IP Logged
|
|
|
Have uploaded all files to the server, which does meet the requirements, I believe. Directory and file permissions all appear to be correct.
When I run the install script, I get a page showing the following (I added space in the php tag):
< ? php
/*
* AfterLogic Admin Panel by AfterLogic Corp. <support@afterlogic.com>
*
* Copyright (C) 2002-2011 AfterLogic Corp. (www.afterlogic.com)
* Distributed under the terms of the license described in COPYING
*
*/
defined('WM_INSTALLER_PATH') || define('WM_INSTALLER_PATH', (dirname(__FILE__).'/'));
include WM_INSTALLER_PATH.'installer.php';
$oInstaller = new CInstaller();
$oInstaller->Run();
So evidently, the script is unable to determine the path, for some reason.
Haven't been able to get beyond this. Does anyone have any ideas?
Thanks in advance.
- Allen
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 06 April 2012 at 9:04am | IP Logged
|
|
|
Looks like your server/host has problems running PHP scripts. If you try to use something really simple, like:
would that work?
Actually, running the installer is the optional step, you can go straight to AdminPanel, log into it using default credentials mailadm/12345 and configure te product.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Yaminom Newbie
Joined: 05 April 2012 Location: United States
Online Status: Offline Posts: 2
|
Posted: 06 April 2012 at 11:05am | IP Logged
|
|
|
Thanks. Silly me. Turned out that PHP support was turned off (not sure why) in my control panel for that domain. Everything looks good now.
I appreciate your response and your patience.
|
Back to Top |
|
|
bigbody Newbie
Joined: 20 April 2012 Location: Germany
Online Status: Offline Posts: 3
|
Posted: 20 April 2012 at 12:34pm | IP Logged
|
|
|
thanks man i have the same problem and i resolve it now thanks again:)
|
Back to Top |
|
|