emersonthis
Forum Replies Created
-
Forum: Plugins
In reply to: How to publish plugins with composer dependenciesI never did find a solution and after learning more about SVN I think my original question makes less sense. I was coming at it from a GIT perspective where it’s easy to only track your source code and not 3rd party libraries. But SVN is “dumb” in the sense that it’s just a folder with files in it. So I think you just bite the bullet and commit EVERYTHING.
Forum: Everything else WordPress
In reply to: Plugin SVN repository is brokenI was instructed to try again using the https protocol. I did this and the error message changed:
$ svn relocate https://plugins.svn.wordpress.org/wp-github-pipeline $ svn ci -m 'Adding 1.0 files'Adding trunk/README.md Adding trunk/bin svn: E195023: Commit failed (details follow): svn: E195023: Changing directory '/Applications/MAMP/htdocs/pipeline_svn2/trunk/bin' is forbidden by the server svn: E175013: Access to '/!svn/txr/1234183-rxgi/wp-github-pipeline/trunk/bin' forbiddenI read that this new “Forbidden by the server” error can sometimes be the result in criss-crossed credentials. And I do have two different WordPress.org accounts. So I removed the credentials file in
~/.subversion/auth/svn.simple/and re-authenticated as the correct user. Now I get a slightly more verbose error:...................................................................................................................................................................................................................................................................................svn: E165001: Commit failed (details follow): svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: PHP Parse error: syntax error, unexpected 'class' (T_CLASS) in - on line 9 *********************************** PHP error in: wp-github-pipeline/trunk/vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class.php: Errors parsing wp-github-pipeline/trunk/vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class.php ***********************************Forum: Fixing WordPress
In reply to: Visual editor not respecting tiny_mce_before_init filter in 3.9Forum: Fixing WordPress
In reply to: Visual editor not respecting tiny_mce_before_init filter in 3.9Is there any WP documentation for this? It seems like all the button names/slugs have changed. Or perhaps the name of the filter hook changed? My old filters are having no effect, even after changing the key names as shown above by Thomas.
I agree that it appears that way, but I think wpjobboard just happens to be the next table in the db, or the first plugin to throw an error because they all appear to break when I reactivate BWPS. I don’t get any errors or problems without BWPS activated. Does that make sense?
Here’s the fatal error:
Fatal error: Uncaught exception ‘Daq_Db_Exception’ with message ‘Error
MySQL server has gone awayoccured in query:SELECT COUNT(*) AS cnt FROMwpjb_jobASt1INNER JOINwpjb_categoryASt2ONt1.job_category=t2.idINNER JOINwpjb_typeASt3ONt1.job_type=t3.idWHERE t1.is_approved = 0 AND t1.is_active = 0 ‘ in /home/streetof/public_html/wp-content/plugins/wpjobboard/framework/Db/Query.php:373 Stack trace: #0 /home/streetof/public_html/wp-content/plugins/wpjobboard/application/libraries/Project.php(215): Daq_Db_Query->fetchColumn() #1 [internal function]: Wpjb_Project->addAdminMenu(”) #2 /home/streetof/public_html/wp-includes/plugin.php(403): call_user_func_array(Array, Array) #3 /home/streetof/public_html/wp-admin/includes/menu.php(97): do_action(‘admin_menu’, ”) #4 /home/streetof/public_html/wp-admin/menu.php(233): require_once(‘/home/streetof/…’) #5 /home/streetof/public_html/wp-admin/admin.php(106): require(‘/home/streetof/…’) #6 /home/streetof/public_html in /home/streetof/public_html/wp-content/plugins/wpjobboard/framework/Db/Query.php on line 373Resolved
I realized that this is the intended behavior because the option to “hide registration error messages” was checked.