Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter lhl

    (@lhl)

    Hi Steve,

    I would like to know if there any update. ??

    Thank you.

    Thread Starter lhl

    (@lhl)

    Hi Steve,

    I have send the login creds and URL as you requested. Just wanna check with you any progress for this problem.

    Thread Starter lhl

    (@lhl)

    Hi Steve,

    I have double check these files
    wpsc-grid_view.php
    wpsc-list_view.php
    wpsc-products_page.php
    wpsc-single_product.php

    all files have included
    do_action(‘wpsc_product_form_fields_begin’);
    and
    do_action(‘wpsc_product_form_fields_end’);

    FYI, i’m using Kassyopea as my theme.

    Hope you have a solution for this problem.

    Thank in advance.

    Hi Wolly,

    I’m interested in added gantt chart into this plugin too. Could you share with us on how to achieve this.

    Thank you.

    Thread Starter lhl

    (@lhl)

    Hi John,

    We want to show the following values as result:
    Megan
    Junior

    I’m using:return $value[$Griffin][2];
    but i cann’t get what i want.

    Instead, i received the following warning:
    Warning: Illegal string offset ‘data’ in …\wp-content\plugins\dbview\DBViewTable.class.php(153) : runtime-created function on line 1
    {“success”:true,”messages”:[“Note: this query has not been saved.<\/span>”,”1 rows found.<\/span>”],”updates”:[{“selector”:”.dbview”,”html”:”

    project 1<\/h2>\r\n\r\n
    1 item<\/span><\/th><\/tr>
    data<\/th><\/tr>
    return $value[$Griffin][2];<\/th><\/tr><\/thead>\r\n
    :<\/td><\/tr><\/tbody>\r\n<\/table style=’width:98%’>”}],”_ajax_nonce”:”86a4ef1147″}

    Kindly assist.

    Thank you.

    Thread Starter lhl

    (@lhl)

    Hi Eli,

    I guess what you suggest here is the best solution at this moment. But this method required a lot of manual work which doesn’t suit our objective. Therefore, we will look for another way to capture data without serialize it.

    I want to emphasize here is that you are really helpful and i want to thank you again for that.

    Thread Starter lhl

    (@lhl)

    Hi Eli,

    Thank you again for your prompt reply. I really appreciated it.
    I totally agreed with you on these data is not much easier to read. Therefore, i still need to extract out the element that i required from the sub-array and display it in a table. For example, extract out the element ‘name’ and ‘value’ from the sub-array and display these as heading and content respectively in a table.

    Hope you can share with us on how to achieve this objective in your plugin. Thank again for your time.

    Thread Starter lhl

    (@lhl)

    Hi Eli,

    Thank you for your prompt reply.
    But what i try to achieve is something as below:

    Assume that the $serialize_data is a record
    (Example –> a:7:{i:0;a:7:{s:2:”id”;s:2:”15″;s:4:”slug”;s:8:”fieldset”;s:4:”name”;s:8:”Fieldset”;s:4:”type”;s:8:”fieldset”;s:7:”options”;s:0:””;s:9:”parent_id”;s:1:”0″;s:5:”value”;s:0:””;}i:1;a:7:{s:2:”id”;s:2:”19″;s:4:”slug”;s:5:”title”;s:4:”name”;s:5:”Title”;s:4:”type”;s:4:”text”;s:7:”options”;s:0:””;s:9:”parent_id”;s:1:”0″;s:5:”value”;s:9:”Project 1″;}i:2;a:7:{s:2:”id”;s:2:”21″;s:4:”slug”;s:6:”period”;s:4:”name”;s:6:”Period”;s:4:”type”;s:4:”date”;s:7:”options”;s:0:””;s:9:”parent_id”;s:1:”0″;s:5:”value”;s:10:”10/10/2012″;})

    i got from my sql statement.

    i want to unserialize the data using your plugin. In other word, i want to do something as below php coding.
    <?php
    // Unserialize the data
    $var1 = unserialize($serialized_data);
    // Show the unserialized data;
    var_dump($var1);
    ?>

    Kindly assist.

    Thank you.

    Thread Starter lhl

    (@lhl)

    Hi Eli,

    Below are my query and an example of my data:

    Query:
    SELECT data
    FROM wp_visual_form_builder_entries
    WHERE entries_id=2

    Data:
    a:7:{i:0;a:7:{s:2:”id”;s:2:”15″;s:4:”slug”;s:8:”fieldset”;s:4:”name”;s:8:”Fieldset”;s:4:”type”;s:8:”fieldset”;s:7:”options”;s:0:””;s:9:”parent_id”;s:1:”0″;s:5:”value”;s:0:””;}i:1;a:7:{s:2:”id”;s:2:”19″;s:4:”slug”;s:5:”title”;s:4:”name”;s:5:”Title”;s:4:”type”;s:4:”text”;s:7:”options”;s:0:””;s:9:”parent_id”;s:1:”0″;s:5:”value”;s:9:”Project 1″;}i:2;a:7:{s:2:”id”;s:2:”21″;s:4:”slug”;s:6:”period”;s:4:”name”;s:6:”Period”;s:4:”type”;s:4:”date”;s:7:”options”;s:0:””;s:9:”parent_id”;s:1:”0″;s:5:”value”;s:10:”10/10/2012″;}i:3;a:7:{s:2:”id”;s:2:”23″;s:4:”slug”;s:6:”remark”;s:4:”name”;s:6:”Remark”;s:4:”type”;s:8:”textarea”;s:7:”options”;s:0:””;s:9:”parent_id”;s:1:”0″;s:5:”value”;s:7:”testing”;}i:4;a:7:{s:2:”id”;s:2:”16″;s:4:”slug”;s:12:”verification”;s:4:”name”;s:12:”Verification”;s:4:”type”;s:12:”verification”;s:7:”options”;s:0:””;s:9:”parent_id”;s:1:”0″;s:5:”value”;s:0:””;}i:5;a:7:{s:2:”id”;s:2:”17″;s:4:”slug”;s:53:”please-enter-any-two-digits-with-no-spaces-example-12″;s:4:”name”;s:56:”Please enter any two digits with no spaces (Example: 12)”;s:4:”type”;s:6:”secret”;s:7:”options”;s:0:””;s:9:”parent_id”;s:2:”16″;s:5:”value”;s:2:”14″;}i:6;a:7:{s:2:”id”;s:2:”18″;s:4:”slug”;s:6:”submit”;s:4:”name”;s:6:”Submit”;s:4:”type”;s:6:”submit”;s:7:”options”;s:0:””;s:9:”parent_id”;s:2:”16″;s:5:”value”;s:0:””;}}

    The data provided here is just a serialize record. What i want to do is to unserialize the record and extract out some data from this 2 dimensional array.

    Kindly assist.

    Thank you.

    Thread Starter lhl

    (@lhl)

    Hi all,

    Below is what I entered at the Settings>Permalinks>Custom Structure:

    /%postname%/

    After i save it and go back to my website, i still received the same ‘404 Not Found’ error message.

    Anyone experience the same problem like me?

    Please help!

    Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)