Git Product home page Git Product logo

picturo's People

Contributors

gilbitron avatar jbleuzen avatar purplefish32 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

picturo's Issues

Missing license

Hello.

What's the license of this project ? I see the licence.txt but you should add to composer.json too. More over, the composer.json is not valid. You can run composer.phar validate to show all errors.

Wrong redirection

I have deployed Picturo in a subfolder:

http://localhost/Picturo/

When I'm trying to go on this page, I'm redirected to

http://localhost/login

Password login don't work

Hi,
I just tried Picturo with a password. I just followed the instructions to enable this in conf/config.php. The problem is that now, I'm redirected to the page /login, which doesn't exist.
What's wrong?

Regards.

Problem with pass-by-reference in Picturo class

Bonjour

J'utilise la version de PHP 5.4.3 et j'ai eu un problème du type :

Fatal error: Call-time pass-by-reference has been removed in 
core\picturo.php on line 118

D'après la documentation, il ne faut plus utiliser la signe de référence dans l'appel de la fonction, mais uniquement dans sa définition.
Jusqu'à PHP 5.3 cela levait une simple alerte, mais à partir de PHP 5.4 cela lève une erreur fatale, d'où mon problème.

En supprimant les références aux lignes 118 et 181, le problème ne se pose plus :)

Ligne 118 :

$this->get_files($resource, $folders, $imagesArray);

Line 181 :

$this->get_files(dirname($resource)."/", $folders, $imagesArray);

Undefined variable: config

Notice: Undefined variable: config in /var/www/picturo/index.php on line 55
Not found

This happened while I was testing #9 from scratch again. I downloaded the .zip file, extracted it, changed the permissions and browsed to my localhost. PHP version is 5.4.6.

Did I miss something?

Undefined index

There are some undefined session-related quirks. It seems that _$SESSION['authed'] is not set in the constructor of the class Picturo.

[Sun Sep 15 20:04:22 2013] PHP Notice:  Undefined index: authed in /home/jvoisin/dev/Picturo/core/picturo.php on line 218
[Sun Sep 15 20:04:22 2013] PHP Notice:  Undefined index: authed in /home/jvoisin/dev/Picturo/core/picturo.php on line 219

Bramus dependency

Hello I'm trying to deploy picturo on my self hosted server and I'm getting this error about bramus

PHP Fatal error: Class 'Bramus\Router\Router' not found in /var/www/picturo/Picturo-master/index.php on line 13

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.