Giter VIP home page Giter VIP logo

website's People

Contributors

botchris avatar quickapps avatar volador avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

website's Issues

QuickApps Blog in the Backend with en_US not worked

Hi Developers,

This time I installed QuickApps on shared hosting and almost everything was ok.

In the backend it fails at the part "en_US" in the URL.

I can not call any options. I can still call the backend itself. Nothing is displayed, and only the standard error.

How can I solve the problem?

I installed QA into the /blog directory using composer and then took it to the subdomain as DocumentRoot /blog/webroot. That worked.

Thanks in advance.

Defining content_extension as '/' breaks content find()

To reproduce define the extension in bootstrap file:

define('CONTENT_EXTENSION', '/');

results in:

The requested address '/article/hello-world/' was not found on this server.

Manually removing the last forward-slash from the URL corrects the issue. Debugging the Serve->details() shows $contentSlug still has the / in it:

2016-09-08 10:42:21 Debug:
Content\Controller\ServeController::details() - ROOT\vendor\quickapps-plugins\content\src\Controller\ServeController.php, line 108
Cake\Controller\Controller::invokeAction() - CORE\src\Controller\Controller.php, line 435
Cake\Http\ActionDispatcher::_invoke() - CORE\src\Http\ActionDispatcher.php, line 122
Cake\Http\ActionDispatcher::dispatch() - CORE\src\Http\ActionDispatcher.php, line 96
Cake\Routing\Dispatcher::dispatch() - CORE\src\Routing\Dispatcher.php, line 60
[main] - ROOT\webroot\index.php, line 36
'hello-world/'

Fix:
in ../vendor/quickapps-plugins/content/config/routes.php:49

your latest pull of quickapps/website has:

'content_slug' => '.+',

previous version had:

'content_slug' => '[a-z0-9\-]+',

switching the regex back to this fixes the issue for me I'm not sure why you changed it to '.+'.

Is it possible to run QA with https?

Hi Developers,
I want to run my new QA website with https. Do I have to adjust anything in the system or is my SSL certificate from Plesk sufficient? I'm shown in the browser that it is not a green lock and the connection is uncertain despite Lets Encrypt.

What else do I have to do to make sure everything fits with https?

Thanks in Advance.

Vocabulary Class is referencing cakePHP v2 String class

This was removed in v3 for PHP 7 support

To reproduce run PHP 7 and navigate to the URL /admin/taxonomy/vocabularies

HP Fatal error: Cannot use Cake\Utility\String as String because 'String' is a special class name in ....\vendor\quickapps-plugins\taxonomy\src\Model\Entity\Vocabulary.php on line 15

Fix
line 15 replacing reference Cake\Utility\String to use Cake\Utility\Text;
line 36 Replace Class String to Text

In which File I can include CookieBar

Hello Developers,

I use Google Adsense on my QA website and I need to integrate the CookieBar. In which template or which file can I embed the code with CookieBar(Cookie Consent)?

Somehow I do not find the right templates.

Thanks in advance.

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.