Questions tagged [phalcon-devtools]
9 questions
1
vote
0 answers
Phalcon not showing up in phpinfo()
I am able to run in cmd phalcon -v
I am also able to create a project from cmd, but whenever I open the project in the local host it throws the error:
( ! ) Fatal error: Uncaught Error: Class 'Phalcon\Di\FactoryDefault' not found in…

Caroline Craig
- 11
- 4
1
vote
2 answers
PhalconPHP: My webtools page have'nt any css or js and all links do'nt work
I Created a project by this command:
phalcon create-project invo --enable-webtools
But when i open this page:
localhost/phalcon/invo/webtools.php
What is the problem?!

Omid Ebrahimi
- 1,150
- 2
- 20
- 38
0
votes
1 answer
PHP Phalcon getConfig() error: #0 /var/www/html/gadgetsplash/ui/public/index.php(46): Phalcon\Di->__call() #1 {main}
I have build a phalcon MVC project, it runs fine on my local machine which is Ubuntu 18.04, while deploying on the server, CentOS 7, it throws this error. It's Phalcon v4.
#0 /var/www/html/gadgetsplash/ui/public/index.php(46): Phalcon\Di->__call()…

asega
- 33
- 8
0
votes
2 answers
Fatal error: Uncaught Error: Class 'Phalcon\Config' not found
Hello im trying to install phalcon and devtools but something is going wrong. I did everything I saw in tutorials installed phalcon, changed the php.ini, intalled devtools but it still doesn't no work.
but when i try to create a project...

Mateus J. Machado
- 21
- 4
0
votes
2 answers
getting "command not found: phalcon" after successfully installing phalcon/devtools via composer
Software: MacOS
Phalcon: 5.0.0RC4
Phalcon/Devtools: 4.2.0
I have newly created phalcon 5.0 repository.
I successfully ran
composer install
composer require phalcon/devtools
however when I try to run a phalcon command I get
zsh: command not found:…

The Blind Hawk
- 1,199
- 8
- 24
0
votes
2 answers
Globally installed Phalcon PHP devtools do not work on Windows 10, Why?
I installed Phalcon PHP as described in https://docs.phalcon.io/3.4/en/webserver-wamp.
In this case the URL reads 3.4 because it applies alike for versions 4 and 5.
The WAMP server version is 3.2.6 configured with PHP 8.0.13
Everything was fine so…

jgarcias
- 337
- 3
- 17
0
votes
3 answers
Phalcon 4 documentation controller handler issue
I'm Using Phalcon 4.0.6 on windows 10,x64bit with psr & php version is 7.4.7. I follow basic tutorial example from "https://docs.phalcon.io/4.0/en/tutorial-basic" but I'm getting error like: "Exception: SingleController handler class cannot be…

Styled Bee
- 141
- 1
- 12
0
votes
1 answer
Install phalcon dev tools 3.4
How can I install phalcon dev-tools 3.4 instead of 4?
My phalcon extension is v3.4.5, installed this version because version 4 has some problems with Ubuntu.
So these are the steps I did
I git cloned from their official repo…

Desh _
- 11
- 3
0
votes
3 answers
phalcon command shows no error no output in Phalcon devtools
I have installed phalcon extension in xampp php 5.6 and windows 10.
phalcon extention is show in phpinfo and in cli command
php -m
But when I run any command like following, no output or error is shown.
phalcon
phalcon --version
phalcon…

Shahid Rafiq
- 669
- 1
- 12
- 27