This repository has been archived by the owner on May 19, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
5baa941
There was a problem hiding this comment.
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.
5baa941
There was a problem hiding this comment.
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.
5baa941
There was a problem hiding this comment.
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.
5baa941
There was a problem hiding this comment.
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
5baa941
There was a problem hiding this comment.
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.
5baa941
There was a problem hiding this comment.
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 required5baa941
There was a problem hiding this comment.
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
5baa941
There was a problem hiding this comment.
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.