View Full Version : PHP Rookie...Need Help installing Calendar on Web Server
davnat
01-11-2008, 04:55 PM
I installed PHP v5.2 and ZEND on my WebServer, but when I go and install the PHPCalendar via the instructions via Local Install it came back and said it created the Calendat Folder but could not find the web server http://192.168.10.21/mywebsite...then i changed it to http://localhost/mywebsite and it completed the installation. However, when I go and open the Internet Explorer Browser and type in http://localhost/mywebsite/calendar/setup/index.php it pops up with a window to download the index.php file rather than give me what the instructions say about a login and password...PLEASE HELP!!!
Thanks!
:confused:
Brian
01-11-2008, 05:01 PM
This means PHP isn't running on your server or extensions aren't configured correctly.
davnat
01-11-2008, 06:32 PM
Can you tell me what I need to do to accomplish this? I'm really new at web servers and need to start learning about PHP...thank you!
ve9gra
01-11-2008, 09:14 PM
You'd be much better served by asking that question (or simply reading) on PHP's website. We can support the installation of the calendar... but asking us to support how to setup PHP on your server is out-of-scope of this website.
If you're using Windows as an OS, you can have a look at http://www.php.net/install.windows
Another good quick-to-setup package are WAMP's (Windows-Apache-MySQL-PHP). They include everything you need to start serving PHP on your own machine. Then to support the calendar, you can either install Zend, or just use the ionCube version which you can check if it works by using the Tester Script.
Here's a good comprehensive list - http://en.wikipedia.org/wiki/Comparison_of_WAMPs
In there, I've personally used Uniform Server (http://en.wikipedia.org/wiki/Uniform_Server) (I actually used JSAS and MSAS which are based on it) and XAMPP (http://en.wikipedia.org/wiki/XAMPP). If you were thinking of using Joomla or Mambo, definitely use JSAS or MSAS as they come with the CMS already installed. But if you want to build your own site from scratch, I highly recommend XAMPP. XAMPP also has the newest release as of Christmas Eve.
If you're running Linux, then look for a LAMP tutorial for your distro. I can't cover all of those as there are as many distros as there are hairs left on my head (not that many but just too many to count) ;)
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.