Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter byronjay

    (@byronjay)

    FYI Jacques…

    I gave-up and trashed my weeks of work on the first install and started from scratch – meticulously followed all instructions and didn’t add any unnecessary plugins – noticed the Enable Chat checkbox and wondered if I missed that first time – alas Messages still don’t work. Will have to give up now and buy a real one.

    J

    Thread Starter byronjay

    (@byronjay)

    Hi Jacques…

    Still following your instructions… please see table code as requested in previous post.

    Be great to get this one last thing sorted.

    Jay

    Thread Starter byronjay

    (@byronjay)

    I asked my host and they found it.

    When you say “sent it back to me” what do you mean by that? Paste the code here? OK.

    — phpMyAdmin SQL Dump
    — version 4.0.10.14
    http://www.phpmyadmin.net

    — Host: localhost:3306
    — Generation Time: Jan 28, 2017 at 03:44 AM
    — Server version: 5.6.33
    — PHP Version: 5.4.31

    SET SQL_MODE = “NO_AUTO_VALUE_ON_ZERO”;
    SET time_zone = “+00:00”;

    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;


    — Database: visio72_wp523

    — ——————————————————–


    — Table structure for table wpvp_rencontre_msg

    CREATE TABLE IF NOT EXISTS wpvp_rencontre_msg (
    id bigint(20) NOT NULL AUTO_INCREMENT,
    content text COLLATE utf8mb4_unicode_520_ci NOT NULL,
    sender varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
    recipient varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
    date datetime NOT NULL,
    read tinyint(1) NOT NULL,
    deleted tinyint(1) NOT NULL,
    PRIMARY KEY (id)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=7 ;


    — Dumping data for table wpvp_rencontre_msg

    INSERT INTO wpvp_rencontre_msg (id, content, sender, recipient, date, read, deleted) VALUES
    (1, ‘Hi Sam… you are exactly who I was looking for. Can we meet?\r\n\r\nx\r\nJay’, ‘Jay’, ‘Sample’, ‘2017-01-15 21:50:44’, 2, 0),
    (2, ‘What”s the deal with the messages?’, ‘Sample’, ‘Jay’, ‘2017-01-15 22:25:15’, 2, 0),
    (3, ‘Yeah I don”t know – trying to fix it.’, ‘Jay’, ‘Sample’, ‘2017-01-18 19:32:40’, 1, 0),
    (4, ‘Hi sample.8-)’, ‘jacques’, ‘Sample’, ‘2017-01-20 02:41:36’, 2, 0),
    (5, ‘testing testing’, ‘Jay’, ‘Sample’, ‘2017-01-24 10:05:13’, 0, 0),
    (6, ‘So you can test the messaging.\r\n\r\nSample has 2 messages in her inbox but nothing shows until you actually go to the member and click Message. Did not know you had sent a message until now sending this. Now I can see your message “Hi Sample”\r\n\r\nJay’, ‘Sample’, ‘jacques’, ‘2017-01-24 11:34:05’, 0, 0);

    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

    Image
    https://snag.gy/bf6rI0.jpg

    • This reply was modified 9 years, 4 months ago by byronjay.
    • This reply was modified 9 years, 4 months ago by byronjay.
    Thread Starter byronjay

    (@byronjay)

    No there is no budget for this.

    So it was never installed by the plugin?
    I followed all the instructions.

    If I start again and install from scratch and check the databases again right at the start and make sure it was installed?

    There must be some way to get it working – or what’s the point?

    J

    Thread Starter byronjay

    (@byronjay)

    I’m looking right where you told me to look in CPanel – myPhpAdmin. Nothing. Did a search too. Nothing.

    Also looked in MySQL® Databases and saw nothing and nothing came up in a search.

    If you are concerned I’m not looking in the right place you will have to give me more detailed instructions.

    MySQL® Databases
    Databases
    Current Databases
    Search – rencontre

    Database
    Size
    Privileged Users
    Actions

    There are no databases associated with your account.

    ——————————————————————
    phpMyAdmin

    LOGO END LINKS START
    
    (Recent tables) …There are no recent tables
    RECENT END 
    Search – rencontre

    • This reply was modified 9 years, 4 months ago by byronjay.
    • This reply was modified 9 years, 4 months ago by byronjay.
    Thread Starter byronjay

    (@byronjay)

    I am wanting to launch my site on 1st Feb and have trying to get this working for over 2 weeks so I would really like to fix these last two problems – mainly the Messages not working – which is really the key to whole thing.

    Again – I have looked in MyPHP and there is no rencontre messages database. Please suggest what I can do.

    Thanks
    J

    Thread Starter byronjay

    (@byronjay)

    I already looking through the list carefully… there are quite a few with just number sequences but none with rencontre

    Thread Starter byronjay

    (@byronjay)

    I tried making it true and it just gave me endless lines of error code like this

    Strict Standards: Accessing static property MGWESpaceRemover::$Admin as non static in /home/visio72/public_html/meetintroverts.com/wp-content/plugins/space-remover/classes/mgwe_space_remover_class.php on line 48

    Warning: Cannot modify header information – headers already sent by (output started at /home/visio72/public_html/meetintroverts.com/wp-content/plugins/space-remover/classes/mgwe_space_remover_class.php:48) in /home/visio72/public_html/meetintroverts.com/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 62

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/visio72/public_html/meetintroverts.com/wp-content/plugins/space-remover/classes/mgwe_space_remover_class.php:48) in /home/visio72/public_html/meetintroverts.com/wp-content/plugins/rencontre/rencontre.php on line 262

    Thread Starter byronjay

    (@byronjay)

    Does “Active the debug mode (true)” mean – go to wp-config.php and make it like this? define(‘WP_DEBUG’, true);

    I cannot see any wp_rencontre_msg in the PhpMyAdmin

    • This reply was modified 9 years, 4 months ago by byronjay.
    • This reply was modified 9 years, 4 months ago by byronjay.
    Thread Starter byronjay

    (@byronjay)

    Please reply to post above

    Thanks
    J

    • This reply was modified 9 years, 4 months ago by byronjay.
    • This reply was modified 9 years, 4 months ago by byronjay.
    Thread Starter byronjay

    (@byronjay)

    Done and code on homepage gone. Great. Phew.

    So, as far as I can tell I have two things I know of that still need fixing.
    1 – I just tested Messaging with the new plugin installed. Send a message and no record in my Messages. Logged in to the receivers profile and red dot on Messages indicating message but when clicked nothing happens and no message in receivers profile. Messages can only be seen by clicking Send Message.

    2 – I have been unable to set up a normal homepage with text and pix and a portraits shortcode so that portraits are included in the homepage text. Well I did do that – turned off Rencontre-template – but when I logged in all I got was the profile on the right sidebar and the same homepage info on the left and no access to editing the profile.

    For now I have just given up on that homepage and added a special Welcome page instead of having it on the homepage… but even if I leave it like that (which I’m still not happy about) I must fix the Messages which is the key to the whole thing

    Thanks
    J

    Thread Starter byronjay

    (@byronjay)

    I have WP Super Cache plugin installed – should I deactivate it?

    Does installing mean setting it up from scratch? All my new profile options etc?

    Thread Starter byronjay

    (@byronjay)

    Looks like it just made it worse – more error code
    Warning: Missing argument 1 for Rencontre::f_ficheLibre(), called in /home/visio72/public_html/meetintroverts.com/wp-content/themes/twentysixteen-child/page-rencontre.php on line 9 and defined in /home/visio72/public_html/meetintroverts.com/wp-content/plugins/rencontre/rencontre.php on line 452

    Line 9 looks like this now
    <?php if (!is_user_logged_in()) Rencontre::f_ficheLibre(array()); ?>

    And where is this upgrade and how do I get it?

    • This reply was modified 9 years, 4 months ago by byronjay.
    Thread Starter byronjay

    (@byronjay)

    This is what is there
    define(‘WP_DEBUG’, false);

    Thread Starter byronjay

    (@byronjay)

    I did use textEdit… so I just tried it with TextWrangler and it didn’t work either – but I did find an earlier copy of wp-config.php and used that and the site is back but still has the code error on the home page

Viewing 15 replies - 1 through 15 (of 24 total)