{"id":24343247,"url":"https://github.com/jsonzilla/crashfix_webapp","last_synced_at":"2026-05-19T14:06:00.917Z","repository":{"id":273003345,"uuid":"521936567","full_name":"jsonzilla/crashfix_webapp","owner":"jsonzilla","description":"CrashFix is a crash report analysis software designed for Windows applications (fork from http://crashfix.sourceforge.net/)","archived":false,"fork":false,"pushed_at":"2024-02-14T13:38:35.000Z","size":12535,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T14:21:33.220Z","etag":null,"topics":["crash-reporting","php","web","webserver","yii-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsonzilla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"jsonzilla"}},"created_at":"2022-08-06T12:09:01.000Z","updated_at":"2025-01-11T22:48:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"c14c52c2-98e5-492a-9541-9b9299e9cbc5","html_url":"https://github.com/jsonzilla/crashfix_webapp","commit_stats":null,"previous_names":["jsonzilla/crashfix_webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsonzilla/crashfix_webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fcrashfix_webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fcrashfix_webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fcrashfix_webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fcrashfix_webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonzilla","download_url":"https://codeload.github.com/jsonzilla/crashfix_webapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fcrashfix_webapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33219405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crash-reporting","php","web","webserver","yii-framework"],"created_at":"2025-01-18T08:20:12.638Z","updated_at":"2026-05-19T14:06:00.880Z","avatar_url":"https://github.com/jsonzilla.png","language":"PHP","funding_links":["https://github.com/sponsors/jsonzilla"],"categories":[],"sub_categories":[],"readme":"# Crashfix WebApp\n\nThis is a service that runs the Crashfix server and provides a webapp tha interacts with the [Crashfix Daemon](https://github.com/jsonzilla/crashfix_service).\n\n### Installing Apache HTTP Server and PHP 5 (Debian/Ubuntu)\n\nFrom a command shell, you will run the following commands:\n```bash\nsudo apt-get install apache2\nsudo apt-get install php\nsudo apt-get install libapache2-mod-php php-gd\nsudo apt-get install php-sqlite3\nsudo service apache2 restart\n```\n\nNote that if apache is already installed you can omit the first line.\nYour web files will now be found in /var/www/http\n\n### Installing sendmail:\n\n```bash\nsudo apt-get install sendmail\n```\n\n### Installing Pear:\n```bash\nsudo apt-get install php-pear\n```\n\n### Installing PHPUnit:\n```bash\nsudo apt-get install phpunit\n```\n\n### Installing Composer:\n```bash\nphp -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"\n# optional php -r \"if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;\"\nphp composer-setup.php\nphp -r \"unlink('composer-setup.php');\"\n```\n\n### Installing Selenium extension:\n```bash\nsudo apt-get install php-curl\nphp composer.phar require --dev phpunit/phpunit\nphp composer.phar require --dev phpunit/phpunit-selenium=1.2.9\n```\n\n### Installing Phing:\n```bash\nphp composer.phar require --dev phing/phing\n```\n\n## Running Unit Tests\nGoto protected/tests directory and type in command line:\n```\ncd protected/tests\nphpunit --stderr unit\n```\n\nThis will run all unit tests in unit subfolder. The --stderr key\nshould be used to avoid sending headers befor session is created.\n\nTo avoid Code Coverage low memory PHP error, increase memory limit\nin php.ini from 128M to 256M and restart Apache.\n\n## Troubleshooting:\n* Error ```CDbCommand failed to execute the SQL statement: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #9 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'crashfix.b.status' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by```\n  * Run in database ```SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',));```\n  * Making GROUP_BY setting permanent: Above setting will not survive a MySQL restart or a system reboot. Need to edit MySQL /etc/mysql/my.cnf adding this line to the end...\n```sql_mode = STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION```\nthen restart MySQL...\n```$ sudo systemctl start mysql.service```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonzilla%2Fcrashfix_webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonzilla%2Fcrashfix_webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonzilla%2Fcrashfix_webapp/lists"}