can anyone access the wp-script website?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrmister
    Confirmed User
    • Jan 2015
    • 1187

    #1

    can anyone access the wp-script website?

    I'm trying to verify a new site, and it just won't load. I'm based in UK

    I'm also getting a weird as hell error when I activate wp-core

    Fatal error: Cannot declare class WPSCORE_admin_menu, because the name is already in use in /home/*****/web/****/public_html/wp-content/plugins/wp-script-core/admin/class/class-menu.php on line 6

    makes no sense whatsoever?
    Looking for a link exchange
  • Denny
    Too lazy to set a custom title
    • Feb 2005
    • 17393

    #2
    Yes, I'm able to access WP-Script website.

    Comment

    • CurrentlySober
      Too lazy to wipe my ass
      • Aug 2002
      • 38944

      #3
      I'm in the UK and I can access the main website as a website user (surfer) - But have no way to see if I can access it as a website customer, like you are, as I dont have the product or product key...


      👁️ 👍️ 💩

      Comment

      • Colmike9
        (>^_^)b
        • Dec 2011
        • 7230

        #4
        It means that some other plugin is using WPSCORE_admin_menu. Renaming something or disabling the other plugin that's using it should work, but I don't do this kind of work anymore so that's all I'm telling you.
        Join the BEST cam affiliate program on the internet!
        I've referred over $1.7mil in spending this past year, you should join in.
        I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

        Comment

        • mrmister
          Confirmed User
          • Jan 2015
          • 1187

          #5
          Originally posted by Colmike9
          It means that some other plugin is using WPSCORE_admin_menu. Renaming something or disabling the other plugin that's using it should work, but I don't do this kind of work anymore so that's all I'm telling you.
          It's a brand new website, with no other plugins. It makes no sense
          Looking for a link exchange

          Comment

          • Colmike9
            (>^_^)b
            • Dec 2011
            • 7230

            #6
            Oh weird. What about using namespace?

            like, in class-menu.php, add this under <?php

            namespace wp-content\plugins\wp-script-core\admin\class;
            Join the BEST cam affiliate program on the internet!
            I've referred over $1.7mil in spending this past year, you should join in.
            I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

            Comment

            Working...