feedsync install

Viewing 3 posts - 1 through 3 (of 3 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #21533
    John Andrews
    Spectator

    Hi Merv, prior to purchasing feedsync I watched the video on installing it and have referred to it and believe it is all ok added my license and website url, created a database, ftp etc. and finished the install. However when I go to andrewspropertyconsultants.com.au/XML/feedsync I get a message on a couple of the tabs saying licence details are invalid while other tabs delive a fatal message error. Also a table comes up asking for database details which I enter and hit test connections and all that happens is the data I had just entered disappears. If I hit submit I just get an error message. Also I was totally unprepared for the reaxml files that were made available with the zipped feedsync, I wonder if the tutorial should have dealt with these as well.

    #21549
    John Andrews
    Spectator

    This is the error message I get when I hit the listings tab: Fatal error: Call to a member function get_results() on a non-object in /home3/johnandr/public_html/XML/feedsync/core/functions.php on line 560

    The attached image is what I get when I go to http://andrewspropertyconsultants.com.au/XML/feedsync. When I fill in the requested info and hit “test connection” nothing happens ditto when I hit submit, it just clears the fields of the info I previously entered.

    Attachments:
    You must be logged in to view attached files.
    #22072
    Merv Barrett
    Keymaster

    Hi John,

    — Just making a note on the forum so i can resolve the topic

    Looks like you have configured your config incorrectly.

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for FeedSync */
    define(‘johnandr_feedsync’, ‘feedsync’ );

    /** MySQL database username */
    define(‘johnandr_feed’, ‘root’ );

    /** MySQL database password */
    define(’43Johnboy34′, ‘root’ );

    /** MySQL hostname */
    define(‘localhost’, ‘localhost’ );

    Should be

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for FeedSync */
    define(‘DB_NAME’, ‘johnandr_feedsync’ );

    /** MySQL database username */
    define(‘DB_USER’, ‘johnandr_feed’ );

    /** MySQL database password */
    define(‘DB_PASS’, ’43Johnboy34′ );

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’ );

    The left value is the programs value, the right value is your settings. Basically you have defined your own values and the software does not know what to do.

    Adjusting them will solve your problem

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘FeedSync’ is closed to new topics and replies.