Localhost Error.Its showing Zend framework page - php

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

Related

Zend Skeleton framework not displaying using Php

I am working through the ZEND Skeleton installation described here
I am running it on an Apache server (in my home network) on Ubuntu 16.10
When I switched off the server yesterday the installation was working correctly, and displaying the expected Zend pages, as per the documentation.
To clarify - I need to know why the previously working installation on Apache has stopped rendering the pages in Php
I bookmarked these links in my browser. When I booted the server this morning and went to those links I get the result shown in the image below:-
Local browser URL (192.168.1.201/zendtest1/)
Zend Skeleton index
It appears that in switching off and on the machine the Zend installation has stopped accessing Php to render out the page in the browser.
Does anyone have any experience of this, or any suggestion as to what may have occurred?
The document root of a ZF2/ZF3 project is public, so you should use one of the strategies exposed in the quick start to either:
set the proper document root on your server
use the php development server
use vagrant and a VM
use docker
You could also access the address with typing /public at the end, that will probably not work at some point for your assets though. Then you will need to fix your basepath.

How to test my 'magento' project on localhost?

Don't judge me that 'you don't even search anything' ...
Actually, I read and read this post :
enter link description here
But I'm new to web project (I have only experience developing ios and android) , I don't know what I have to take a next step.
I have 'MAGENTO' project so my mission is to get accustomed to this project by testing on my localhost.
But I feel unkind for the post above because of my less understanding of web.
You can blame me, but please Tell me What I don't know...
I feel crazy because I don't know what I don't understand
What I've done is below :
Installation of php version 5.6
Having total project of magento of our service
Check apache is installed :
Server version: Apache/2.4.16 (Unix)
Server built: Jul 22 2015 21:03:09
One thing I think I am aware of is that I do not know how to connect my magento project and localhost...
First as #muk Said. install xampp.
it is hard to tell you how to install magento on local machine because you are not aware of web.
install magneto
I am providing you a video please see that and I think you will get success.
BTW below are the steps to install magento on local xampp/wampp.
download and extract magento
put magento folder in htdocs folder (C:\xampp\htdocs\ if you install xampp in c drive)
open browser and hit localhost/phpmyadmin (make sure your mysql and apache are running)
create a database
now open another tab and hit url localhost/magento
a setup wizard will show there , enter required information
and that all. For more information.
http://insync.co.in/how-to-install-magento-on-wamp-server-localhost-localcomputer/
This has all the info you need. If you still face issues, update your question with info about where you are stuck at and what error you see.

Bootstrap integration into PHP(CodeIgniter) - Setup?

The results I get when I google are a bit outdated. How should I integrate the SB Admin 2 bootstrap theme into the PHP framework codeigniter?
From a more noob perspective, how would I set up the server environment to test it out locally? XAMPP does not appear to work for me on Lubuntu 14.04(LXDE), Apache server never starts up.
I use PHPStorm as my IDE.
Sorry for the beginner question, but I've started over on this project 5 times now because things mess up.
this tutorial can get help you to setup the environment,
apache is included in this php package
http://www.dev-metal.com/install-setup-php-5-6-ubuntu-14-04-lts/

site under maintainence for php and IIS server

I have a website running on php symfony2 framework with IIS has the web server .I wanted to display Site Under maintainence message whenever there is prod deployment .I tried using app_offline.htm by placing in the root driectory of my website but didn't workout.
Can someone suggest me a better way of handling this or how to make this work.
Any suggestion would be appreciated
Thanks!

using CodeIgniter on MAMP

I've installed MAMP and I get the welcome page when I go to my localhost + :8888/MAMP/
But then I downloaded CI and put it in 'htdocs' inside MAMP and I can not get the CI welcome page.
I'm not very experienced with setting up servers, what should I do??
A quick Google search returned this video tutorial on setting up MAMP, CodeIgniter and your first controller and view:
Installing MAMP and CodeIgniter, and setting up your first controller and view
That should help you get started

Categories