Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

PHP7 #22

Open
dustinwloring1988 opened this issue Jan 25, 2021 · 2 comments
Open

PHP7 #22

dustinwloring1988 opened this issue Jan 25, 2021 · 2 comments

Comments

@dustinwloring1988
Copy link

Will not import files when using PHP7. Has anyone got this to work on the latest version of Ubuntu with php7?

@drumbum85
Copy link

drumbum85 commented May 13, 2022

FYI, add // in front of lines 14,15, and 16 in includes/functions.php , and it will work. I think it validates that something exists in the table. Not sure, but it works now!

@c0d3x27
Copy link

c0d3x27 commented Jul 13, 2022

FYI, add // in front of lines 14,15, and 16 in includes/functions.php , and it will work. I think it validates that something exists in the table. Not sure, but it works now!

hi, can you be more specific on that one?

$q = "SELECT 1 FROM data";
$stmt = $db->query($q);
$tmp = $stmt->fetch($q);

these are 14 to 16... where?

PS; never mind, got it working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants