Forum Replies Created

Viewing 15 replies - 16 through 30 (of 50 total)
  • Thread Starter hiphopservers

    (@hiphopservers)

    @rider7991

    Even better by asking me to put it on GitHub, it is like putting in a support ticket, and if I have to do this much work to get the plugin to work. Well, the stores are new. I just switch applications. Since support here is trash and I am not about to log in to three different sites to seek support for PHP script I got off this site.

    Did you resolve your issue by removing the intl and UCI extension enabled in PHP?

    Thread Starter hiphopservers

    (@hiphopservers)

    @mikejolley

    ok, so even after trying PHP 7.0, 7.3, 7.4 and 8.0 with a fresh install of WordPress and even sites that have been upgraded to this version get the same error shown herein.

    Fatal error: Uncaught IntlException: Constructor failed in /home/acterry/domains/iamautumnco.com/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php:1799 Stack trace: #0 /home/acterry/domains/iamautumnco.com/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php(1799): Collator->__construct('en_US') #1 /home/username/domains/iamautumnco.com/public_html/wp-content/plugins/woocommerce/includes/class-wc-countries.php(53): wc_asort_by_locale(Array) #2 /home/username/domains/iamautumnco.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php(115): WC_Countries->get_countries() #3 /home/username/domains/iamautumnco.com/public_html/wp-includes/rest-api/class-wp-rest-server.php(1050): WC_REST_Data_Countries_Controller->get_items(Object(WP_REST_Request)) #4 /home/username/domains/iamautumnco.com/public_html/wp-includes/rest-api.php(464): WP_REST_Server->dispatch(Object(WP_REST_Request)) #5 /home/acterry/domains/iamautumnc in /home/username/domains/iamautumnco.com/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php on line 1799
    
    There has been a critical error on your website. Please check your site admin email inbox for instructions.
    
    Learn more about debugging in WordPress.

    I was able to goto GitHub and grab an older version of WooCommerce and install it without errors. Currently, the newest version I can run without error on PHP 7.4 is v4.6.2 from GitHub. To be clear None of the published versions are working after installation from www.ads-software.com releases to GitHub release except v4.6.2.

    Thread Starter hiphopservers

    (@hiphopservers)

    @mikejolley I did delete the install then install it again using the update added from three days ago and still got a similar error. It was the same line referenced in the function file. I installed PHP 8.0, 7.4, and 7.3 and still got the same error. I will try to install the recommended PHP 7.0 to see if this resolved the issue.

    Thread Starter hiphopservers

    (@hiphopservers)

    I will post the error there too but this issue happened on both the github version and the version download from WordPress directly.

    Thread Starter hiphopservers

    (@hiphopservers)

    @mikejolley how do I get support for this plugin issue on a fresh install?

    Thread Starter hiphopservers

    (@hiphopservers)

    Is anyone else having this issue or simular?

    hiphopservers

    (@hiphopservers)

    This was the error I got with no other plugins installed or active.

    Fatal error: Uncaught IntlException: Constructor failed in /home/username/domains/fall4urbeauty.com/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php:1799 Stack trace: #0 /home/username/domains/fall4urbeauty.com/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php(1799): Collator->__construct('en_US') #1 /home/username/domains/fall4urbeauty.com/public_html/wp-content/plugins/woocommerce/includes/class-wc-countries.php(53): wc_asort_by_locale(Array) #2 /home/username/domains/fall4urbeauty.com/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php(115): WC_Countries->get_countries() #3 /home/username/domains/fall4urbeauty.com/public_html/wp-includes/rest-api/class-wp-rest-server.php(1050): WC_REST_Data_Countries_Controller->get_items(Object(WP_REST_Request)) #4 /home/username/domains/fall4urbeauty.com/public_html/wp-includes/rest-api.php(464): WP_REST_Server->dispatch(Object(WP_REST_Request)) #5 /home/username/domain in /home/username/domains/fall4urbeauty.com/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php on line 1799

    hiphopservers

    (@hiphopservers)

    I got a similar issue on a free install of the store.

    Are you able to provide a Cloud Drive download link of the zip file until the issue is resolved?

    Thread Starter hiphopservers

    (@hiphopservers)

    This worked to remove the message. Is it possible to customize or show an alternate message? If so how is this done? It would be great if some of these features were already in the plugin configuration menu to make it easier to change the settings.

    I modified my Application.xml manually and added the following code to get working properly for Wowza with the current version of the player.

    <!-- Properties defined here will override any properties defined in conf/HTTPStreamers.xml for any HTTPStrea$
                            <Properties>
                                   <Property>
                                            <Name>cupertinoRelativePlaylistPlaylists</Name>
                                            <Value>false</Value>
                                            <Type>Boolean</Type>
                                    </Property>
                                    <Property>
                                            <Name>cupertinoUserHTTPHeaders</Name>
                                            <Value>Access-Control-Allow-Origin: *</Value>
                                    </Property>
                                    <Property>
                                            <Name>smoothUserHTTPHeaders</Name>
                                            <Value>Access-Control-Allow-Origin: *</Value>
                                    </Property>
                            </Properties>

    You must add this code between:

    <HTTPStreamer>
                    </HTTPStreamer>

    Thread Starter hiphopservers

    (@hiphopservers)

    Ulrich:

    I did manage to get it working but I had to change the link so that the first character was a ‘/’ because some of the fields automatically add an ‘https://&#8217; to the file name after submitting the change.

    Thread Starter hiphopservers

    (@hiphopservers)

    Ulrich:

    I tried to implement this code on my demo site and got segment missing errors for $format and $id and it did not alter the URLs in the plugin as described.

    Forum: Plugins
    In reply to: Flash Player Not Working
    Thread Starter hiphopservers

    (@hiphopservers)

    Thread Starter hiphopservers

    (@hiphopservers)

    Okay, It took some time to fine the solution in the Wowza forums but I found the follow thread that resolved this issue for me.

    https://www.wowza.com/forums/showthread.php?21818-Adding-CORS-to-the-HTTP-header

    It basically says you have to add a snippet of code to each of your Application files for live streams and VOD to add the header to allow playback in various non flash based HTML5 players.

    My flavor of code for my host was added between:

    <HTTPStreamer>
             <!-- Properties defined here will override any properties defined in conf/HTTPStreamers.xml for any HTTPStrea$
             <Properties>
             </Properties>
    </HTTPStreamer>

    I add the following lines between “Properties” tags:

    <Property>
                                            <Name>cupertinoRelativePlaylistPlaylists</Name>
                                            <Value>false</Value>
                                            <Type>Boolean</Type>
                                    </Property>
                                    <Property>
                                            <Name>cupertinoUserHTTPHeaders</Name>
                                            <Value>Access-Control-Allow-Origin: *</Value>
                                    </Property>
                                    <Property>
                                            <Name>smoothUserHTTPHeaders</Name>
                                            <Value>Access-Control-Allow-Origin: *</Value>
                                    </Property>

    Adding these lines to my Wowza Streaming Engine configuration got my streams going again in the new version of FlowPlayer. Hope this helps others in the future.

Viewing 15 replies - 16 through 30 (of 50 total)