Code Monkey home page Code Monkey logo

philemarkdownextraextended's People

Contributors

james2doyle avatar neoblack avatar schlaefer avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

philemarkdownextraextended's Issues

Call to undefined function MarkdownExtended()

Trying to install the plugin, but it's throwing an error.

Any light on why is this showing up?

////
Error

Call to undefined function Phile\Plugin\Phile\MarkdownExtraExtended\MarkdownExtended() [1]
triggered in file /media/2ce97fcd-24d9-47e8-87f1-f4eea6762d8c/webserver/public_html/plugins/phile/markdownExtraExtended/Classes/Parser.php on line 10.

/media/2ce97fcd-24d9-47e8-87f1-f4eea6762d8c/webserver/public_html/plugins/phile/markdownExtraExtended/Classes/Parser.php:
00005: use Phile\ServiceLocator\ParserInterface;
00006:
00007: class Parser implements ParserInterface {
00008: // overload parse with the MarkdownExtra parser
00009: public function parse($data) {
00010: return MarkdownExtended($data);
00011: }
00012: }
00013:

Cannot update with composer

Got an error when executing

$ composer update

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package egil/php-markdown-extra-extended could not be found in any version, there may be a typo in the package name.

How can I get around this? Ignoring this causes a WSOD when enabling this plugin.

Update Documentation

I am having trouble installing this plugin. The documentation for this plugin doesn’t seem correct anymore after the 1.0.0 update to both the CMS and the plugin.

For instance the docs say to:

Move the MarkdownExtraExtended.php file to project_root/lib/Phile/Parser. If you do not do this, nothing will work.

But MarkdownExtraExtended.php has been changed to Parser.php as of 9be7d14 right? What is the correct step here? Thanks for your help. I think your CMS is really awesome.

Get Fatal Error when installing

After, following the instructions and I receive the following FATAL ERROR after enabling this plugin.

Fatal error: Uncaught exception 'Phile\Exception' with message 'the plugin file 'MOD:phileParserMarkdownExtraExtended/plugin.php' not exists' in /Users/bz/Desktop/philetest/lib/Phile/Core.php:121 Stack trace: #0 /Users/bz/Desktop/philetest/lib/Phile/Core.php(53): Phile\Core->initPlugins() #1 /Users/bz/Desktop/philetest/index.php(23): Phile\Core->__construct() #2 {main} thrown in /Users/bz/Desktop/philetest/lib/Phile/Core.php on line 121

Error loading plugin

With Phile CMS 1.4.0 I got:

PhileCMS Development Error Handler

the plugin 'phile\markdownExtraExtended' could not be loaded! [1398536479] (Exception-Wiki)
Phile\Exception\PluginException thrown in file /homepages/16/d559885072/htdocs/lxde/lib/Phile/Bootstrap.php on line 187.

2 Phile\Bootstrap::initializePlugins()/lib/Phile/Bootstrap.php:

00062:     $this->initializeDefinitions();
00063:     $this->initializeAutoloader();
00064:     $this->initializeConfiguration();
00065:     $this->initializePlugins();
00066:     return $this;
00067:   }
00068: 

1 Phile\Bootstrap::initializeBasics()
/homepages/16/d559885072/htdocs/lxde/index.php:

00012: ob_start();
00013: 
00014: try {
00015:   $bootstrap = \Phile\Bootstrap::getInstance()->initializeBasics();
00016:   $phileCore = new \Phile\Core($bootstrap);
00017:   echo $phileCore->render();
00018: } catch (\Phile\Exception $e) {

installed according instructions from downloaded master-zip from github

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.