Tried to login to Flyspray and received the following error . .

42 views
Skip to first unread message

v21networks

unread,
Oct 29, 2019, 7:01:18 AM10/29/19
to flyspray
Completely unexpected exception: Call to undefined function mysql_connect()
This should never happend, please inform Flyspray Developers

Please advise,

Ed

Toby Hart Dyke

unread,
Oct 29, 2019, 7:10:54 AM10/29/19
to flys...@googlegroups.com

Are you using PHP7? mysql_connect() doesn't exist in PHP7.

  Toby
--

Eddie Bonifacio Johnson

unread,
Oct 29, 2019, 10:06:30 AM10/29/19
to flyspray
Toby,

Flyspray for v21networks is accessed via our web hosting provider and the web hosting completed a upgrade. These issues are appearing daily.

Toby Hart Dyke

unread,
Oct 29, 2019, 7:36:10 PM10/29/19
to flys...@googlegroups.com

Sounds like they upgraded you to PHP7 without asking. I don't think Flyspray will run on PHP7 (yet).

  Toby
--
You received this message because you are subscribed to the Google Groups "flyspray" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flyspray+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flyspray/e6756cdf-fd6d-4bac-8189-aaba1060b6f5%40vision21networks.com.

Francesco Giordano

unread,
Oct 30, 2019, 6:31:34 AM10/30/19
to flyspray
Hi, what version of PHP and Flyspray are you running?
Also, check your flyspray.conf.php file and see what you have at this line:
[database]
dbtype="mysqli"

Regards,
F.


Il giorno mercoledì 30 ottobre 2019 00:36:10 UTC+1, Toby Hart Dyke ha scritto:

Sounds like they upgraded you to PHP7 without asking. I don't think Flyspray will run on PHP7 (yet).

  Toby


On 10/29/2019 2:06 PM, Eddie Bonifacio Johnson wrote:
Toby,

Flyspray for v21networks is accessed via our web hosting provider and the web hosting completed a upgrade. These issues are appearing daily.

On Oct 29, 2019, at 7:11 AM, Toby Hart Dyke <li...@hartdyke.com> wrote:

Are you using PHP7? mysql_connect() doesn't exist in PHP7.

  Toby


On 10/28/2019 11:39 PM, v21networks wrote:
Completely unexpected exception: Call to undefined function mysql_connect()
This should never happend, please inform Flyspray Developers

Please advise,

Ed
--

--
You received this message because you are subscribed to the Google Groups "flyspray" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flys...@googlegroups.com.

Toby Hart Dyke

unread,
Nov 4, 2019, 6:53:15 PM11/4/19
to flys...@googlegroups.com

Did you try what was suggested by someone - look in flyspray.conf.php and try setting the MySQL API used mysqli (rather than mysql)?

I no longer have an active flyspray install, so don't have a flyspray.conf.php file, which is created during the setup process.

  Toby


On 11/4/2019 10:37 PM, Eddie Johnson wrote:

Toby,

I received the following today:


Upon reviewing the issue, I could see that your scripts are not compatible with latest version of PHP. It will work with PHP version below 5.6. Our upgraded servers are no longer supporting the deprecated versions of PHP. Please contact your developer and update the the scripts to latest version. 

Since the customers are updating the scripts and applications to the latest versions, it is mandatory to upgrade the shared server from our end to make sure that our platform works with the latest version of applications and prevent the security threats with an outdated cPanel.

Any suggestions?


Ed

Vision21 Networks

unread,
Apr 10, 2020, 4:07:25 PM4/10/20
to flyspray
I have communicated with the ISP.  Confirmed that upgraded to php7.  Backgraded to php5.5 and suggested to download, install flyspray 1.0-rc9 but I have questions.  (1) how can I tell what version of flyspray is installed presently?  (2) this is a migration from that version to this new version are the procedures the same for upgrading as listed in the blog?  (3) the database for the current version of flyspray is mysql.  After reading the documentation it mentions to copy the /avatars/ NOTE: this does not exist in the current version; /vendors/directories NOTE: there is no vendor directory listed in the current version and the flyspray.conf.php file over to the new flyspray directory?  This will give me a new clean unfilled version of flyspray how will I migrate over the existing data?

Thanks in advance

Eddie Bonifacio Yanguas-Johnson

unread,
Apr 13, 2020, 1:38:03 PM4/13/20
to flys...@googlegroups.com
I will give this a try and update.



Francesco Giordano

unread,
Apr 14, 2020, 3:33:10 AM4/14/20
to flyspray
Hello,

you can see Flyspray version opening the class.flyspray.php file located in the \includes directory. As for the \vendor directory it's Composer's directory and will be populated when you run Composer for the first time on a new install, as per default it only contains an .htaccess file. Keep in mind however that Composer became standard for Flyspray starting with the 1.0 development (if I'm not mistaken) so if you don't have it at all it might be because you have a previous <= 0.9 version
I believe \avatars directory doesn't exist until you set up some avatars.

Regards,
Francesco

Eddie Bonifacio Johnson

unread,
Apr 17, 2020, 8:35:06 PM4/17/20
to flys...@googlegroups.com
I will check and update

--
You received this message because you are subscribed to a topic in the Google Groups "flyspray" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/flyspray/kNlfuRvrmsU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to flyspray+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flyspray/20a5c650-495d-4efb-8d29-48f9e092e044%40googlegroups.com.

v21networks

unread,
Apr 20, 2020, 12:12:49 PM4/20/20
to flyspray
I changed made the change as suggested from mysql to mysqli and it the results are the same.  I located the version number and it is 0.9.9.6.  I am going to upgrade to 1.0 and hope for the best.  I will update shortly.


On Friday, April 17, 2020 at 8:35:06 PM UTC-4, Eddie Bonifacio Johnson wrote:
I will check and update

On Tue, Apr 14, 2020 at 3:33 AM Francesco Giordano <franc...@gmail.com> wrote:
Hello,

you can see Flyspray version opening the class.flyspray.php file located in the \includes directory. As for the \vendor directory it's Composer's directory and will be populated when you run Composer for the first time on a new install, as per default it only contains an .htaccess file. Keep in mind however that Composer became standard for Flyspray starting with the 1.0 development (if I'm not mistaken) so if you don't have it at all it might be because you have a previous <= 0.9 version
I believe \avatars directory doesn't exist until you set up some avatars.

Regards,
Francesco

Il giorno venerdì 10 aprile 2020 22:07:25 UTC+2, Vision21 Networks ha scritto:
I have communicated with the ISP.  Confirmed that upgraded to php7.  Backgraded to php5.5 and suggested to download, install flyspray 1.0-rc9 but I have questions.  (1) how can I tell what version of flyspray is installed presently?  (2) this is a migration from that version to this new version are the procedures the same for upgrading as listed in the blog?  (3) the database for the current version of flyspray is mysql.  After reading the documentation it mentions to copy the /avatars/ NOTE: this does not exist in the current version; /vendors/directories NOTE: there is no vendor directory listed in the current version and the flyspray.conf.php file over to the new flyspray directory?  This will give me a new clean unfilled version of flyspray how will I migrate over the existing data?

Thanks in advance

On Tuesday, October 29, 2019 at 7:01:18 AM UTC-4, v21networks wrote:
Completely unexpected exception: Call to undefined function mysql_connect()
This should never happend, please inform Flyspray Developers

Please advise,

Ed

--
You received this message because you are subscribed to a topic in the Google Groups "flyspray" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/flyspray/kNlfuRvrmsU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to flys...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages