Coder Social home page Coder Social logo

yushe / myimouto-plus Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 14.0 3.81 MB

A Moebooru port to PHP, you should probably just use moebooru as this isn't supported or worked on.

License: MIT License

JavaScript 34.25% PHP 63.07% CSS 2.50% HTML 0.08% SCSS 0.11%

myimouto-plus's People

Contributors

parziphal avatar tokumei avatar yushe avatar zolxys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

myimouto-plus's Issues

Cannot modify header informations

Hello, i've got this error, any help ?

Fatal error: Uncaught Rails\Exception\PHPError\Warning: Cannot modify header information - headers already sent by (output started at /home/foxuaeu/imgs.foxua.eu/public/index.php:1) in /home/foxuaeu/imgs.foxua.eu/vendor/railsphp/railsphp/lib/Rails/Rails.php:252 Stack trace: #0 [internal function]: Rails::errorHandler(2, 'Cannot modify h...', 'Rails/ActionDis...', 103, Array) #1 /home/foxuaeu/imgs.foxua.eu/vendor/railsphp/railsphp/lib/Rails/ActionDispatch/Http/Headers.php(103): header('Content-type: t...') #2 /home/foxuaeu/imgs.foxua.eu/vendor/railsphp/railsphp/lib/Rails/ActionController/Response.php(77): Rails\ActionDispatch\Http\Headers->send() #3 /home/foxuaeu/imgs.foxua.eu/vendor/railsphp/railsphp/lib/Rails/ActionController/Response.php(69): Rails\ActionController\Response->_send_headers() #4 /home/foxuaeu/imgs.foxua.eu/vendor/railsphp/railsphp/lib/Rails/ActionDispatch/ActionDispatch.php(101): Rails\ActionController\Response->_respond() #5 /home/foxuaeu/imgs.foxua.eu/vendor/railsphp/railsphp/lib/Rails/Rails.php(340): in /home/foxuaeu/imgs.foxua.eu/vendor/railsphp/railsphp/lib/Rails/Rails.php on line 252

Access Denied

I got Access Denied every time when I attempt to approve alias tags as admin.
I'm using 1.0.8, also this happens in 1.0.6.

In 1.0.6 I was going to phpmyadmin and manually change pending value to 0, and reset Apache.

Could be any fix this?
Thanks.

Breaks on new MySQL implementations

By default MySQL 5.7 adds the mode "STRICT_TRANS_TABLES" and because the tables in mysql are not setup with default values, and because not everything is provided when creating a new record all the time, various things around the site will break if you leave this setting on, such as adding tags.

I propose adding default values to the various columns on the DB tables, such as 'group_by_id' 'remote_id' and any others that aren't always created.

Linux Installer Wiki Missing

Did you manage to grab a copy of the Linux instructions from the original repo before it went down? I don't have a windows computer.

Installation on `composer install`

After running composer install with the necessary dependencies. A post-install-cmd should be triggered for the necessary installation of the app. That way we wouldn't need to rely mostly on install.php. We can use symfony/console for the implementation.

install fails on php7.2+

running 'composer install' throws an error about something like continue equalling break and whether I meant 'continue 2'.

this is a bug that seems present from php7.2 onwards, but it means having to run 7.0 specifically...

anyone else know how to fix?

Comment hourly limit not resetting

For some reason, members are not able to post any more comments after reaching the hourly limit as defined in default_config.php. I made a regular member account to test this, and I'm unable to make new comments even after several hours of reaching the hourly limit. Privileged users and above are not affected by the limit of course.

I took a look at CommentController.php and I couldn't find any obvious errors. Then again, I don't know much about PHP...

I would appreciate any help to fix this since I'm running a live web site.

Browse view broken on Android

I can't recall when this began, or even if it's always been this way, but visiting [BooruDomain]/post/browse returns a blank, black display on Chrome for Android.

I have replicated this issue in my desktop Chrome browser by switching the user agent to Nexus 5. Here's the console log from this:

1 Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.
(anonymous) @ browse:13
2 application-51bfe7807503505997eccce2d6d89551.js:565 *** Started
3 application-51bfe7807503505997eccce2d6d89551.js:565 begin window size detection, 1366x281 at start (scroll pos 280)
4 application-51bfe7807503505997eccce2d6d89551.js:565 window size detection: finish(), at 0
5 application-51bfe7807503505997eccce2d6d89551.js:778 Waiting for scroll...
6 application-51bfe7807503505997eccce2d6d89551.js:565 window size detection: finish(), at 0
7 application-51bfe7807503505997eccce2d6d89551.js:778 Waiting for scroll...
8 application-51bfe7807503505997eccce2d6d89551.js:565 window size detection: finish(), at 0
9 application-51bfe7807503505997eccce2d6d89551.js:778 Waiting for scroll...

The last two lines keep repeating on an endless loop, leading me to believe it's something in public/assets/moe-legacy/application-51bfe7807503505997eccce2d6d89551.js. I'm still pretty new to JS, not to mention this is a pretty messy file, so I can't make out what's happening.

Setting up local image service

I recently set up a MyImouto server on Ubuntu Server 14.04 LTS using this repository to great success. However, there are several features that appear to be included for which I have scoured the documentation, the source code, and the Web to find info on setting up, to minimal to no success.

One of these is how to set up a local image service to find similar and duplicate images in the database, a feature that I would love to take advantage of. I believe that ImageMagick has a command for comparing images, so in my server's config.php, I set $local_image_service = "imagemagick." (I also tried "imagick.") I continued to receive the message, "No service selected/no local service."

How would I set up a local image service, like ImageMagick or, alternatively, the findimagedupes utility?

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.