Git Product home page Git Product logo

Comments (9)

mxrnx avatar mxrnx commented on June 18, 2024

Hey, thanks for opening an issue. I'm gonna need some more information to determine what's happening here. Can you describe the steps you've taken, and show what's on the last line's of Apache's (assuming you use Apache) error log (probably in /var/log/apache2/error.log).

from fikaba.

RGBACatlord avatar RGBACatlord commented on June 18, 2024

error.log

from fikaba.

mxrnx avatar mxrnx commented on June 18, 2024

Looks like you're using a newer version of PHP than what Fikaba was created with, and some of the standard functions Fikaba uses are deprecated in your version. I've been working on resolving this recently. If you want to, you can try the unstable version that I'm currently working on here, but it'll probably contain bugs right now. I'll keep this issue open until I've resolved this.

from fikaba.

RGBACatlord avatar RGBACatlord commented on June 18, 2024

Now, the MySQL library is missing. I've downgraded to php5.6

from fikaba.

RGBACatlord avatar RGBACatlord commented on June 18, 2024

Got it working, but now

[Fri May 11 22:20:06.520766 2018] [php7:notice] [pid 1461] [client 192.168.1.1:61648] PHP Notice:  Undefined index: mode in /var/www/html/imgboard.php on line 22
[Fri May 11 22:20:06.520808 2018] [php7:notice] [pid 1461] [client 192.168.1.1:61648] PHP Notice:  Undefined index: mode in /var/www/html/imgboard.php on line 22
[Fri May 11 22:20:24.200492 2018] [php7:error] [pid 1683] [client 192.168.1.1:61669] PHP Fatal error:  Uncaught Error: Call to undefined function mysql_connect() in /var/www/html/imgboard.php:40\nStack trace:\n#0 {main}\n  thrown in /var/www/html/imgboard.php on line 40
[Fri May 11 22:20:27.655290 2018] [php7:error] [pid 1460] [client 192.168.1.1:61670] PHP Fatal error:  Uncaught Error: Call to undefined function mysql_connect() in /var/www/html/imgboard.php:40\nStack trace:\n#0 {main}\n  thrown in /var/www/html/imgboard.php on line 40

from fikaba.

mxrnx avatar mxrnx commented on June 18, 2024

The deprecated functions I mentioned earlier include the mysql_* functions you're missing here, as they got replaced by the mysqli_* functions. Looks like you're still on a version that no longer has them. What does running php --version give you? These functions were removed in version 7.0.0, according to the documentation.

from fikaba.

RGBACatlord avatar RGBACatlord commented on June 18, 2024

Ok, 5.6 is on, but mysql_ is still deprecated

from fikaba.

RGBACatlord avatar RGBACatlord commented on June 18, 2024

Wait, working, replies are broken tho

Incorrect datetime value: '0' for column 'root' at row 1

from fikaba.

mxrnx avatar mxrnx commented on June 18, 2024

This should now be resolved if you grab the latest version from master.

from fikaba.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.