Code Monkey home page Code Monkey logo

acra-server's People

Contributors

npombourcq avatar vpratfr avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

acra-server's Issues

Broken on wampserver

I installed acra-server to wampserver (Windows XP) and set up an alias but when opening dashboard url in browser, all I see is textual content of app.php, not PHP parsed content. All other aliases works fine with PHP in wampserver.

wampserver 2.2E, Apache 2.2.22, PHP 5.3.13, MySQL 5.5.24

Document there are no user access crontrols

By default user data could by wide open, which isn't great.

This should at least be documented.

Here is what I put in my apache virtual host:

  <Location "/crash/details">
    AuthName acra
    AuthType Basic
    AuthUserFile /var/www/ooo/passwords
    require valid-user
  </Location>

  <Location "/dashboard">
    AuthName acra
    AuthType Basic
    AuthUserFile /var/www/ooo/passwords
    require valid-user
  </Location>

  <Location "/issue">
    AuthName acra
    AuthType Basic
    AuthUserFile /var/www/ooo/passwords
    require valid-user
  </Location>


  <Location "/application">
    AuthName acra
    AuthType Basic
    AuthUserFile /var/www/ooo/passwords
    require valid-user
  </Location>

Crash URL and CSS issues

Hi,

first of all let me say thank you for sharing your app with us. It looks like it's pretty much all I need :)

I do have some issus though:

  1. From the routing.yml I take that the url to add crashes should be www.address.com/crash/add , right? Maybe you could mention that in the install instructions for others so they don't have to search for that info :)
  2. Using that url ACRA complains about an error 500 when trying to submit the crash and the prod.log shows:

[2013-07-08 16:35:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /crash/add/"" at /var/www/web164/html/acra-server/app/cache/prod/classes.php line 3597 [] []

Nevertheless the android crash is added and visible on the dashboard. Is that expected behaviour?

  1. I happen to have the css layout issues you mentioned. Unfortunately it seems like I cannot run php console commands due to hosting restrictions. I also tried to embed sth like this in a php file:

    exec('php app/console assetic:dump --env=prod --no-debug');

but as said, I cannot execute commands like that on this specific server. Did you happen to find a solution to the problem that doesn't require that kind of access?

Thanks again for sharing and possibly taking the time to answer my questions.

Best,
Tim

Crash URL and CSS issues

Hi,

first of all let me say thank you for sharing your app with us. It looks like it's pretty much all I need :)

I do have some issus though:

  1. From the routing.yml I take that the url to add crashes should be www.address.com/crash/add , right? Maybe you could mention that in the install instructions for others so they don't have to search for that info :)

  2. Using that url ACRA complains about an error 500 when trying to submit the crash and the prod.log shows the following entry:

    [2013-07-08 16:35:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /crash/add/"" at /var/www/web164/html/acra-server/app/cache/prod/classes.php line 3597 [] []

Nevertheless the android crash is added and visible on the dashboard. Is that expected behaviour?

  1. I happen to have the css layout issues you mentioned. Unfortunately it seems like I cannot run php console commands due to hosting restrictions. I also tried to embed sth like this in a php file:

    exec('php app/console assetic:dump --env=prod --no-debug');

but as said, I cannot execute commands like that on this specific server. Did you happen to find a solution to the problem that doesn't require that kind of access?

Thanks again for sharing and possibly taking the time to answer my questions.

Best,
Tim

User access control

We should integrate a user control mechanism (should be easy with Symfony's auth bundles)

Install on App Engine without local I/O permission

I'm going to install acra-server on Sina App Engine, but I've got a problem.

The SAE do not allow local I/O operations so I cannot give permissions 777 to directories app/logs and app/cache.

Is there any possibilities to solve this problem?

Thanks

Data is to big for a MySQL Row! Crashes dropped

I have been working on this and there will be more to come but very important issue:

Syntax error or access violation: 1118 Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline. at /var/www/ddddddd/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:47, PDOException: SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline. at /var/www/ddddddd/vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php:138)"} []

Clarify License

The License file in the root is from Symfony. You need to clarify which license this is under. Thanks.

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.