Coder Social home page Coder Social logo

the-secretary's People

Contributors

bellizzij avatar maxfenton avatar mikaelstaer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

the-secretary's Issues

Clean URLs on Nginx

Hi,

I use nginx + php_fcgi to host a Secretary installation. I have tried to translate the Apache rewrite rules found in htaccess.txt to Nginx but I have had trouble making them actually work. I did get to a point where clean URLs almost worked. The css/html part did load, but nothing of the dynamic content did. My guess is that it applied the rewrite rules but didn't get to the part where it passed the content to the php backend (php_fcgi).

Do you/anyone have experience in hosting the Secretary under this setup?

Thanks!

Error after install

Hi

After install, home page says:

Oops! Looks like your theme is missing the layout file, layout_default.php.

And there is no user in database.

The Secretary 2.4
PHP 5.6
MySQL 5.5

Portfolio broken

A client's portfolio site was not working, so we updated the PHP and to the most recent version of Secretary, but now the main portfolio page with thumbnails won't load.

This is how the portfolio/home page should look:
screenshot

My developer was trying to change a line of code in the template, but only one thumbnail loads (lol):
http://davidwongcreative.com/

Any help appreciated! Thanks

htaccess rewrite error

Got an error after a fresh install on a shared hosting (phpnet.org) and activated the clean URLs.

Replace :

RewriteEngine On
RewriteBase /
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f

RewriteRule ^(.*)$ ./index.php?request=$1

By :

RewriteEngine On RewriteBase / RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f

RewriteRule ^(.*)$ ./index.php?request=$1

In the .htaccess file

Won't install

The CMS won't install anymore, the secretary folder has permission 0755, I also tested with 0777.
When I hit submit on install.php the tables are created inside the database, but no files are created. No config or site.php. Also no error will be shown. Is it broken?

install rce

my env:
Version 2.5
php 5.3.29
windows

At /install.php:90,user input was saved to /system/assistants/config.inc.php causing RCE
图片
图片

Create a new database named test";phpinfo();# and then visit /instll.php to install the website
图片
Then visit /system/assistants/config.inc.php
图片

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.