• Hi,

    I’m considering buying your premium version but I have a problem ingesting files. It gives the error “403: Bad login/pass combination” when ingesting files with debug on. In Configuration, I’m using my current admin username and password. Is that correct? Or should I be creating a new user?

    Also, even though it says “403: Bad login/pass combination”, at the bottom it outputs “Successfully ingested Maison a vendre a Vacoas at line 1 of ingest-15-09-09-09-02-27-am.csv with postId: 1” but there’s absolutely no new post which has been created. So, as you can see it’s all very confusing. Please help.

    I will buy if this works.

    Thanks.

    https://wordpress.org/plugins/supra-csv-parser/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Joseph Persie

    (@zmijevik)

    Is it working without toggling ingestion debugging, futhermore can you attempt to replicate the issue on the plugin demo?

    Thread Starter ako21

    (@ako21)

    No it’s not working with debugging off.

    Tried it on your demo. Stuck/frozen on the loading spinner when I click on Ingest. The csv filename is ingest-15-09-09-02-27-am.csv.

    Can you have a look at it please?

    Thank you.

    Thread Starter ako21

    (@ako21)

    Also, something must be off the way the plugin includes jquery. It breaks stuff of quite a few other plugins. Sure you injecting it the ‘WordPress’ way?

    Plugin Author Joseph Persie

    (@zmijevik)

    I take it you cannot replicate the Bad/User combination error on the demo site? I ingested the file and was able to replicate the following error:

    [10-Sep-2015 14:06:09 UTC] PHP Fatal error: Call to a member function getIso() on a non-object in /home1/suprali1/public_html/supra-csv/demoblog/wp-content/plugins/supra-csv-parser/classes/SupraXmlrpcServer.php on line 892

    You can see this error on the log file in the log file management page.

    This happens only when you provide value for post_date and post_date_gmt that are not the correct format.

    For the date field try the following format: 20121217T01:47:03Z

    In the future I will implement a date parsing feature to correctly format it automatically.

    Also jQuery is invoked the wordpress way using:

    wp_enqueue_script('jquery');

    If you see issues with other plugins please provide any javascript error available in the developer console.

    Thread Starter ako21

    (@ako21)

    I still get the bad login/pass error message and no post is created. Perhaps I’m missing some php module? What are the requirements for this to work? Anyway, the full error message can be found below. If all else fails, could you log in to my admin panel and see what’s wrong?

    403: Bad login/pass combination.
    
    Array
    (
        [blog_id] =>
        [username] => admin
        [password] => password
        [content_struct] => Array
            (
                [post_title] => Maison a vendre a Vacoas
                [terms_names] => Array
                    (
                        [category] => Array
                            (
                                [0] => Homes For Sale
                            )
    
                    )
    
                [custom_fields] => Array
                    (
                        [0] => Array
                            (
                                [key] => post_address
                                [value] => Pinewood Road, Vacoas-Phoenix, Mauritius
                            )
    
                        [1] => Array
                            (
                                [key] => post_price
                                [value] => 2000000
                            )
    
                        [2] => Array
                            (
                                [key] => post_latitude
                                [value] => -20.2913147
                            )
    
                        [3] => Array
                            (
                                [key] => post_longitude
                                [value] => 57.5343948
                            )
    
                        [4] => Array
                            (
                                [key] => post_location
                                [value] => curepipe
                            )
    
                    )
    
                [post_author] => 6
                [post_date] => IXR_Date Object
                    (
                        [year] => 2012
                        [month] => 12
                        [day] => 17
                        [hour] => 01
                        [minute] => 47
                        [second] => 03
                        [timezone] => Z
                    )
    
                [post_date_gmt] => 20121217T01:47:03Z
                [comment_status] => open
                [ping_status] => open
                [post_content] => maison a vendre a vacoas
                [post_status] => publish
                [post_type] => post
            )
    
        [post_id] => 2572
    )
    Successfully ingested Maison a vendre a Vacoas at line 1 of ingest-15-09-09-09-02-27-am.csv with postId: 1

    As for the javascript error in console, it was giving this:

    Uncaught TypeError: Cannot read property 'ajax' of undefined for http://mywebsite.com/wp-content/plugins/supra-csv-parser/js/tooltip.js?ver=4.2.4

    So I replaced all occurences of $ with jQuery in tooltip.js 🙂

    Thread Starter ako21

    (@ako21)

    Still there Joseph?

    Plugin Author Joseph Persie

    (@zmijevik)

    I am still here. Can you please send your login credentials through my site contact form? There are no additional plugins needed to authenticate successfully. Have you tried any other users?

    Thread Starter ako21

    (@ako21)

    Sent you an email from this page: http://www.supraliminalsolutions.com/blog/contact/

    Is that correct?

    Thanks again!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘403: Bad login/pass combination’ is closed to new replies.