Giter VIP home page Giter VIP logo

Comments (4)

gmazzap avatar gmazzap commented on September 15, 2024

@webangon Are you sure that your current setup meets ATP requirements?

More specifically, are you sure that your sistem has PHP 5.4+?

from atp.

webangon avatar webangon commented on September 15, 2024

I am using php 5.5.12 wamp server. But I do not have composer installed .wordpress 4.1

from atp.

gmazzap avatar gmazzap commented on September 15, 2024

@webangon ATP requires Composer to be installed.

Download the plugin zip and activate it is not a way to go, because the plugin relies on Composer autoload to work.

To use Composer you can just:

  1. download composer.phar file from here and put in your WordPress plugins folder (usually wp-content/plugins). No installation or configuration required.

  2. cd to plugins folder from console (if you use Windows, hold SHIFT while right-click on plugins folder in explorer, then click "Open command prompt here...")

  3. Type (or copy&paste) installation command:

    php composer.phar create-project gmazzap/ajax-template-part --no-dev
    

All 3 steps took no more than 1 minute and are super-easy.

You need to do that only in your local server. Online you have only to publish the plugin folder with anything inside it (you'll notice a vendor folder created by Composer).

from atp.

webangon avatar webangon commented on September 15, 2024

Thank you

from atp.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.