Viewing 13 replies - 16 through 28 (of 28 total)
  • Plugin Author Chouby

    (@chouby)

    @kaiyakai
    The code is not Polylang 1.6.2.3 but the proposed fix by Alain Schlesser (which should not display any warning either !). Try using Polylang 1.6.2.3 instead.

    Trying hard to fix the strings issue, I may have made mistakes. After going into wp-config, I got no more website and just this sentence : Parse error: syntax error, unexpected ‘Parameters’ (T_STRING) in /home/content/p3pnexwpnas05_data03/31/2384531/html/wp-content/plugins/thecartpress/TheCartPress.class.php on line 14

    Can somebody please help?

    Thanks!

    The good rule of thumb is to make backup of your wp-config.php file before you edit it so you can always revert your changes. But this is for the future.

    You probably removed some delimiter, accidentally deleted something.

    It can be a lot of things i.e.
    – lack of ; at the end of line (except comments)
    – missing closing or opening ‘
    – missing / in /* or */

    or any other character you deleted accidentally.

    @guermica1984 issue is coming from TheCartPress eCommerce plugin… did he edited such file by mistake? Probably deleting “Parameters” from line 14 (should be empty) would solve this…

    Thanks all for your hints. The thing all started when I modified wp-config to set the value to WP_DEBUG ‘false’, but it was already. So I tried ‘true’. Then it crashed to the precedent message. But nothing went back to normal with the original values. I swear I haven’t done anything but that…. thaat’S weird!

    There is also nothing on my line 14

    @guermica1984
    If it looks like

    define('WP_DEBUG', 'false');

    it is wrong.. it should look like

    define('WP_DEBUG', false);

    It’s not the problem, unfortunately ?? if that was that easy…

    It IS that easy.. T_STRING errors are mostly caused by misspelling.
    Read this

    The website is back! Fiou!
    But now i have this in my website header :

    “Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas05_data03/31/2384531/html/wp-config.php:1) in /home/content/p3pnexwpnas05_data03/31/2384531/html/wp-content/plugins/thecartpress/templates/tcp_template.php on line 1438”

    Sorry in advance but.. it looks like you don’t know what you are doing.. just jumping through files..

    Always make backup copy of the file you are editing.

    Try google it or this or this

    It was that easy finally, Tom, I knew it. It was simply overspacing at some point in wp-config, where it all started. Must have hit the keyboard too hard earlier! ??

    Thanks a lot for your help!

    Will backup all the time!

    hahaha! You’ve made my day guermica1984! Honestly!

    Don’t forget your backup ?? Good luck.

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘Warning: Illegal string offset 'taxonomy' error!’ is closed to new replies.