In my local machine (Windows) my app made in Yii Framework works right, but on the server(Debian Linux) not works.
It always get the page Not Found (#404) Page not found.
The code is in https://github.com/LucasOlmedo/TCCFatecZL/tree/master/PROJETO_TCC_OFC
Can help me?
Related
I have installed Codeigniter 4 (the latest version) using composer. Everything is ok, but I am not able to access the controllers.
When I hit http://localhost/myProject, it displays the Welcome page. But when I try to hit
http://localhost/myProject/public/index.php/myProject it displays a 404 error. I don't know the reason. Please help me I am using the XAMPP server on Windows 10 Machine with PHP version 8.1.
Consequently, I am not able to access any of my controllers.
Thank you!
I've got a strange problem going on with Symfony. Today I made brand new project using composer create-project symfony/website-skeleton gall command and right after installation, before doing anything in code I go to the website and the only thing that is said on webprofiler toolbar is "An error occurred while loading the web debug toolbar." I don't even get to see what kind of error is this.
The server I'm running is PHP v. 7.2.3, program is Xampp for Windows.
I thought maybe this default starting page is bugged, so I made some test controller and the error is exactly the same. Have you encountered such problem with latest symfony?
I would never figure it out myself, but adding index.php to browser address resolved the issue.
Much better solution is to use command
composer require symfony/apache-pack
As the .htaccess file is not included in the website-skeleton by default :)
Thanks for pointing me in the right direction guys!
after I have installed a new LAMP Server I wanted to install cakephp3 on my server. So far everything works fine. I have generated the scaffold code explained in the beginner tutorial. After the code has been successfully generated I have noticed that the standard routing is not working, so I cannot call actions from controller, for example by typing http://adress/cakephp/Users/add. Instead of a error message occurs
"The requested URL /cakephp/Bookmarks was not found on this server."
This is irritating me, because I have also a MAMP Server on my MAC with a installed cakephp application and I didnt have errors like this. Thank you.
I have installed xampp server on my system working localhost. after that Install zend skeleton application on my system.its Working show demo page.after I want create when I open localhost its showing Zend framework page not show localhost phpmyadmin page? help me.......
1) in order to make phpmyadmin work with ZendServer you have to install it as an application (see here)
If you want further info please detail a little bit better which page you are trying to access (localhost, localhost/phpmyadmin, localhost:10081/ZendServer) and which result you get.
cheers,
romeo
I have succesfully installed and deployed the Zend skeleton application however when netbeans open the page it doesn't show the actual page of Zend but it shows the Index of /testzendwithwamp and i have no clue what the problem is.
I am using WAMP and i copy the full project map into the www folder of C:/wamp/www as i was told and as it works with other php sites. For some reason however this won't work with Zend 2 now i assume that it has something to do with the fact that Netbeans/WAMP has no clue which .php file to load but i have no clue how to fix it does anyone have experience with this that could help me please? i'm kind of stuck