CampaignChain / campaignchain

CampaignChain Community Edition
Other
120 stars 51 forks source link

Installation issue #442

Open yogeshgupta21 opened 6 years ago

yogeshgupta21 commented 6 years ago

Hi,

I was trying to install campaignchain in my local machine referring your Official documentation, but no go. Tried many times, but got many dependencies issues & packages issue. Then Referred lowendbox.com for same, with this installation moved ahead but got stuck with some permission issues of .composer/ directory. Then after solving permission issues moved ahead with below command & got error.

Please solve this issue as soon as possible.

COMMAND & ERROR: mentioned below

$ composer update Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 0 installs, 0 updates, 0 removals Package sp/bower-bundle is abandoned, you should avoid using it. No replacement was suggested. Generating autoload files

ComponentInstaller\Installer::postAutoloadDump Compiling component files ocramius/package-versions: Generating version class... ocramius/package-versions: ...done generating version class Incenteev\ParameterHandler\ScriptHandler::buildParameters Updating the "app/config/parameters.yml" file CampaignChain\CoreBundle\Composer\ScriptHandler::initKernel CampaignChain: Created configuration files. Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::removeSymfonyStandardFiles bin/console campaignchain:update:kernel

[Symfony\Component\Config\Exception\FileLoaderLoadException]
There is no extension able to load the configuration for "fidry_alicedata
fixtures" (in /var/www/html/campaignchain/campaignchain/app/config/
../campaignchain/config/../../../vendor/campaignchain/core/Resources/config
/config.yml). Looked for namespace "fidry_alice_data_fixtures", found "fram
ework", "security", "twig", "monolog", "swiftmailer", "doctrine", "sensio_f
ramework_extra", "assetic", "braincrafted_bootstrap", "knp_menu", "knp_pagi
nator", "sc_datetimepicker", "fos_user", "fos_js_routing", "sp_bower", "son
ata_core", "sonata_block", "jms_serializer", "fos_rest", "nelmio_api_doc",
"avanzu_admin_theme", "campaignchain_core", "oneup_uploader", "liip_imagine
", "knp_gaufrette", "debug", "web_profiler", "sensio_distribution", "web_se
rver" in /var/www/html/campaignchain/campaignchain/app/config/../ca
mpaignchain/config/../../../vendor/campaignchain/core/Resources/config/conf
ig.yml (which is being imported from "/var/www/html/campaignchain/c
ampaignchain/app/config/../campaignchain/config/imports.yml").

[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
There is no extension able to load the configuration for "fidry_alicedata
fixtures" (in /var/www/html/campaignchain/campaignchain/app/config/
../campaignchain/config/../../../vendor/campaignchain/core/Resources/config
/config.yml). Looked for namespace "fidry_alice_data_fixtures", found "fram
ework", "security", "twig", "monolog", "swiftmailer", "doctrine", "sensio_f
ramework_extra", "assetic", "braincrafted_bootstrap", "knp_menu", "knp_pagi
nator", "sc_datetimepicker", "fos_user", "fos_js_routing", "sp_bower", "son
ata_core", "sonata_block", "jms_serializer", "fos_rest", "nelmio_api_doc",
"avanzu_admin_theme", "campaignchain_core", "oneup_uploader", "liip_imagine
", "knp_gaufrette", "debug", "web_profiler", "sensio_distribution", "web_se
rver"

Script bin/console campaignchain:update:kernel handling the campaignchain-setup event returned with error code 1

nanohealgithub commented 6 years ago

have you fixed this issue?

yogeshgupta21 commented 6 years ago

Not Yet. It was not working for me and didn't get any solution for the issue. So, switch to other Campaign Management Tool / Application.

hutchic commented 6 years ago

@yogeshgupta21 curious to know what tool you used instead?

lalitnandandiwakar commented 6 years ago

Check This Link Automated Installation Script http://howtoconf.tk/2018/04/22/how-to-install-campaignchain-ubuntu-16-04-lts-ubuntu-14-04-lts-any-debian-os/

hutchic commented 6 years ago

@lalitnandandiwakar yeah I stumbled across that it's a good article 👍

Given the lack of activity on campaignchain I'm not sure I can use it which is disappointing it looks quite nice

lalitnandandiwakar commented 6 years ago

@hutchic use this 😀😀 any problem send me

lalitnandandiwakar commented 6 years ago

@yogeshgupta21 any open source tools name plz

shabsshab commented 5 years ago

@lalitnandandiwakar I like your script and its very good....

Back-end Installation was completed but in browser the url is redirecting to login page Its not coming to the web installation page as per your page.

the link is redirecting to login page : http://x.x.x.x:8000/login http://x.x.x.x/login

root@mvgddk ~/campaignchain/campaignchain # sudo php app/console server:start x.x.x.x

[OK] Web server listening on http://x.x.x.x:8000

root@mvgddk ~/campaignchain/campaignchain # sudo php app/console server:start 0.0.0.0:80

[OK] Web server listening on http://0.0.0.0:80

=========================== Error: As below

app/console campaignchain:update:schema

[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException] The parameter “campaignchain_update.bundle.schema_dir” must be defined.

campaignchain:update:schema [–gather-only] [-h|–help] [-q|–quiet] [-v|vv|vvv|–verbose] [-V|–version] [–ansi] [–no-ansi] [-n|–no-interaction] [-s|–shell] [–process-isolation] [-e|–env ENV] [–no-debug] [–]

Script app/console campaignchain:update:schema handling the campaignchain-setup event returned with error code 1 Script composer run-script campaignchain-setup handling the post-install-cmd event returned with error code 1

[OK] Web server listening on http://0.0.0.0:80

shabsshab commented 5 years ago

Error if I point to the install file http://x.x.x.x:8000/campaignchain/web/campaignchain/install.php

[2/2] NotFoundHttpException: No route found for "GET /campaignchain/web/campaignchain/install.php"

[1/2] ResourceNotFoundException: in app/cache/dev/appDevDebugProjectContainerUrlMatcher.php at line 4632

Line 4632:- throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException(); } }

shabsshab commented 5 years ago

See the error in below link

http://173.212.248.57:8000/campaignchain/web/campaignchain/install.php http://173.212.248.57:8000/login --->I got this page after the installation of script -no user name no password