Open GoogleCodeExporter opened 9 years ago
Same happened with me,
Original comment by sandysur...@gmail.com
on 11 Apr 2010 at 11:04
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
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
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
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
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
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
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
Original issue reported on code.google.com by
rokello@gmail.com
on 6 Apr 2010 at 12:32Attachments: