Can't Commit on plugin repository – E165001
-
I have search for many place how to solve the issue with a commith that throws E165001 error, this is my error output.
Transmitting file data .............................................................................................svn: E165001: Commit failed (details follow): svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: PHP Fatal error: Can't use function return value in write context in - on line 30 *********************************** PHP error in: subscribe-to-comments-reloaded/trunk/options/panel4.php: Errors parsing subscribe-to-comments-reloaded/trunk/options/panel4.php ***********************************
I though about an syntax problem on my php code but there is none, since I have parse the file with PHP CLI
php -l subscribe-to-comments-reloaded/trunk/options/panel4.php
and the syntax is correct, also the Webserver does not throw an error, even the code works and does what is expected.Any help will be appreciated.
Regards.
EDIT:
I just found something related to this: https://help.cloudforge.com/entries/23069630-Commit-to-SVN-No-space-left-on-device
EDIT:
Another page that says that this has to be fix on the server side: https://subversion.open.collab.net/ds/viewMessage.do?dsForumId=4&viewType=browseAll&dsMessageId=539303
More references pointing to the server: https://serverfault.com/questions/282928/svn-ci-failes-commit-blocked-by-pre-commit-hook-exit-code-255
WordPress team, can you help on this matter ?
- The topic ‘Can't Commit on plugin repository – E165001’ is closed to new replies.