Jump to content
LemmeCheck.Info

Problems Installing Arylia


Nic
 Share

Recommended Posts

Hello!

Install as described in the instructions, all changes that require the file "config.inc.php"
When you click on a URL in the browser to install this error appears: getMessageArray(); } catch (AppException $e) { $_APPDATA["error"] = $e->getMessage(); } if(isset($_SESSION["error"])) { $_APPDATA["error"][] = $_SESSION["error"]; unset($_SESSION["error"]); } if(isset($_APPDATA["layout"])) { include($_APPDATA["layout"].".php"); } else include("layout.php"); ?>
 
Please help to solve my problem!
 
mysql 5.5
php 5.3.29
Link to comment
Share on other sites

Nic, the version that they offer for download is still for php 5.2.x.

 

Whewn you login to your arylia account, there should be a special password listed. PM that to me and I will send you a link to the php5.3.x version.

Link to comment
Share on other sites

  • 4 months later...

I've encountered with same problem.

​The reason was in open php tags in Arylia script.

​Usually all php scripts are opened with <?php ... ?> tag

​But I've got <? ...?> tag.

​So server didn't recognize php script and showed it as html.

​To fix that problem just edit php.ini and change short_open_tag value.

​It should be "On"

Link to comment
Share on other sites

Thanks Gipsta. Also, for those who do not have access to their server's php.ini file or if their host refuses to enable short open tags, you can usually do it with htaccess. Place the following in an .htaccess file in the root of your arylia folder:

php_value short_open_tag 1

That should enable it on your local "server" directory instead of server wide.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. policies