Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigChilds94 committed Feb 26, 2016
1 parent 1fcb80b commit 5baa941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

define('DS', DIRECTORY_SEPARATOR);
define('ENV', getenv('APP_ENV'));
define('VERSION', '0.12');
define('VERSION', '0.12.1');
define('MIGRATION_NUMBER', 211);

define('PATH', dirname(__FILE__) . DS);
Expand Down

8 comments on commit 5baa941

@cebreus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Errors during an installation with this version (v0.12.1).

[1] missing folder "vendor" with file "autoload.php"

I was created this file and put empty "autoload.php" file. Instalation continues to setting a database login and Site metadata to Admin settings.

[2] After submitting Admin name, e-mail and password, this error is displayed

Fatal error: Class 'RandomLib\Factory' not found in /data/web/virtuals/87664/virtual/www/subdom/tdmf/system/helpers.php on line 58 Uncaught Exception Class 'RandomLib\Factory' not found Origin system/helpers.php on line 58 Trace #0 [internal function]: System\Error::shutdown() #1 {main}

I put this part for code to comment and set value of "key" to static value. Intalation continues and homepage was visible.

[3] Unable to login into admin.

In login page I insert same logins as in to instalation prosess. But system informs me about wrong logins. But logins are same as I insetr during instalation process.

[4] Function for sending forgotten e-mail doesn't work.

I have't received any e-mail with information about password changing. I checked Spam, of course.

@daviddarnes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cebreus Thanks raising these issues. Did you follow the composer installation process as shown in the readme?

If so then could you please raise issues through the normal means.

@cebreus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daviddarnes I have no idea about "composer". Sorry. I only copyied files from downloaded ZIP archive directly into my FTP space on webhosting. Then type address for instalation into web browser. My webhosting is compatible with previuos Anchor (0.9.2), PHP version 5.6.5.

@protomorph
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cebreus vist https://getcomposer.org/ for how to install and use composer or check out their repo https://github.com/composer/composer

@cebreus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@protomorph Thank for information, but I haven't admin privileges on Windows => I can't install Composer aplication. I have basic webhosting with FTP, MySQL and PHP => no access to any type of commandline. Where is previous symplicity of Anchor (v 0.9.2)? There must be some other solution of this silly Composer problem! Please help.

@protomorph
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cebreus if you go to the composer website you can get a composer.phar file, here's a direct link to the file composer.phar, place that in the root of your anchor install then cd to the folder and run sudo composer install from command line, that should install the dependancies required

@daviddarnes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cebreus @protomorph sorry but can we move this discussion to a more suitable channel please? The forums are an ideal place http://forums.anchorcms.com

@cebreus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, Thanks all for help. I made summarization post in forum. I have to wait for the promised release without the Composer.

Please sign in to comment.