Forums / Install & configuration / Big weird problem with my ez publish! HELP!
Lauren H
Tuesday 17 June 2003 8:16:09 am
www.xrealmonline.com
In admin, and all that stuff. Everything stays the same, I can't get into any other menu or do anything it's weird. Help!
username: Adminpassword: Publish
Ole Morten Halvorsen
Tuesday 17 June 2003 8:19:16 am
I guess you are using apache 2.
Take a look here:http://ez.no/developer/ez_publish_3/documentation/ez_publish_3/typical_problems_and_solutions/ez_publish_3_and_apache_2
Senior Software Engineer - Vision with Technology http://www.visionwt.com http://www.omh.cc http://www.twitter.com/omh eZ Certified Developer http://ez.no/certification/verify/358441 http://ez.no/certification/verify/272578
Tuesday 17 June 2003 8:30:40 am
Also, I'm not using Linux as the thing for the site space, but the MySQL database runs on Linux.
My friend who works for the ISP gave me server space and stuff for my site. The server is a Microsoft Server using Microsoft FTP Service (version 5.0). Would that make a differance? How do I check what version of Apache my site is running on?
What thing do I use to fix it? I'm not sure... ;( I'm dumb sorry
Tuesday 17 June 2003 1:56:24 pm
He runs iis5
Maggie Martin
Tuesday 17 June 2003 2:42:22 pm
put the code below on a text doc, name it php_info.php, upload it to your root directory and then look at it in your browser. It will tell you all kinds of info about your setup.
I may be stating the obvious ...
trying to be a helpful newbie,M.
<?php
phpinfo();
?>