brightyeboah / swifttide

Automatically exported from code.google.com/p/swifttide
0 stars 0 forks source link

Can't login #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Can't get past the login page.
2.
3.

What is the expected output? What do you see instead?
http://localhost/xampp/swift/index.php?action=errlog

What version of the product are you using? On what operating system?
School Management System 1.08.01 Stable [ Sunset ] 2007-12-10 12:00 UTC
Windows XP Professional

Please provide any additional information below.
I followed the web install to the end.
input my password **************
But i cannot login.

is there away it can log me in automatically then i take it up from there.

Original issue reported on code.google.com by rokello@gmail.com on 6 Apr 2010 at 12:32

Attachments:

GoogleCodeExporter commented 8 years ago
Same happened with me,

Original comment by sandysur...@gmail.com on 11 Apr 2010 at 11:04

GoogleCodeExporter commented 8 years ago
Same problem with me, Do you have any solution about.

I will thank you about your hard work.
Your friend :p
.

Original comment by samer.ko...@gmail.com on 28 May 2010 at 8:26

GoogleCodeExporter commented 8 years ago
Solution:
You have to use it not in localhost (using EasyPHP or xampp) but you have to 
upload all 
files on any server if you have a hosting website and it works.

Original comment by samer.ko...@gmail.com on 31 May 2010 at 7:47

GoogleCodeExporter commented 8 years ago
i have met the same problem...what do you mean by not using 'localhost'? Does 
it mean that I have to access it from somewhere else...?

Original comment by kelven...@gmail.com on 8 Jun 2010 at 2:41

GoogleCodeExporter commented 8 years ago
I also cant go beyond login page.
Login menu keep popping up. including following warnings.

===========================================================
Warning: include_once(installation/version.php) [function.include-once]: failed 
to open stream: No such file or directory in 
C:\xampp\htdocs\swifttide\index.php on line 19

Warning: include_once() [function.include]: Failed opening 
'installation/version.php' for inclusion (include_path='.;C:\xampp\php\PEAR') 
in C:\xampp\htdocs\swifttide\index.php on line 19

Warning: session_start() [function.session-start]: Cannot send session cache 
limiter - headers already sent (output started at 
C:\xampp\htdocs\swifttide\index.php:19) in C:\xampp\htdocs\swifttide\index.php 
on line 36
=====================================

Original comment by cjje...@gmail.com on 6 Feb 2012 at 7:01

GoogleCodeExporter commented 8 years ago
yes, this is it, the system does not work with Local Host. if you are seeing 
any bug, I know a website that help my fix it fine. now i can use it sweetly at 
www.ifihear.com/myswift the webhost is called EkumAHosT

Original comment by ifih...@gmail.com on 13 Oct 2012 at 10:05

GoogleCodeExporter commented 8 years ago
I figured out what the error is on logging in.

The variable $HTTP_POST_VARS has been deprecated in php5 it no longer works.

go into common.php and change $HTTP_POST_VARS to $_POST   and $HTTP_GET_VARS to 
$_GET and it will work.

Original comment by abdaz...@gmail.com on 3 Aug 2013 at 9:43

GoogleCodeExporter commented 8 years ago
Same problem here with me too..
I'm using xampp server in my windows 7

Warning: include_once(installation/version.php): failed to open stream: No such 
file or directory in C:\xampp\htdocs\Swifttide\index.php on line 19

Warning: include_once(): Failed opening 'installation/version.php' for 
inclusion (include_path='.;C:\xampp\php\PEAR') in 
C:\xampp\htdocs\Swifttide\index.php on line 19

Notice: Undefined variable: values in C:\xampp\htdocs\Swifttide\ez_sql.php on 
line 171

Original comment by rijalgp...@gmail.com on 18 Sep 2013 at 4:33