mikaelstaer / The-Secretary

http://www.secretarycms.com
GNU General Public License v3.0
88 stars 22 forks source link

Won't install #6

Open wirehack7 opened 8 years ago

wirehack7 commented 8 years ago

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?

mikaelstaer commented 8 years ago

That's a strange one. Who is your host? Do you know what version of PHP your server is running?

Mikael Staer Nathan www.mikaelstaer.com www.staernathan.com 647 240 8685

On 6 July 2016 at 03:59, Markus R. notifications@github.com wrote:

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?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mikaelstaer/The-Secretary/issues/6, or mute the thread https://github.com/notifications/unsubscribe/AAsWHNRT56kcbAh-RypQsFFXjZR5q_rwks5qS2BFgaJpZM4JF1rO .

wirehack7 commented 8 years ago

Version is PHP Version 5.6.23-1~dotdeb+7.1 running on Debian Wheezy

mikaelstaer commented 8 years ago

I haven't actually tried it on 5.6 - let me run a test on my host and see if I can reproduce the error.

Mikael Staer Nathan www.mikaelstaer.com www.staernathan.com 647 240 8685

On 11 July 2016 at 09:48, Markus R. notifications@github.com wrote:

Version is PHP Version 5.6.23-1~dotdeb+7.1 running on Debian Wheezy

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mikaelstaer/The-Secretary/issues/6#issuecomment-231739267, or mute the thread https://github.com/notifications/unsubscribe/AAsWHOLSm5SJpnO5NlVbaNfKYcYSdwwMks5qUkm3gaJpZM4JF1rO .

mikaelstaer commented 8 years ago

I'm still trying to figure this one out. Until then, here are the contents of config.inc.php and site.php, just replace the values accordingly.

When you run the installer, are you sure there are no errors displayed? After submitting the installer form, do a Select All text on the page. I know there is a CSS bug which makes some of the text white on the white bg.

config.inc.php <?php $settings['DB_SERVER']= ""; $settings['DB_NAME']= ""; $settings['DB_USERNAME']= ""; $settings['DB_PASSWORD']= "";

$settings['COOKIE_TIME']= "604800"; $settings['COOKIE_PATH']= "/"; $settings['COOKIE_DOMAIN']= ".";

$settings['SKIN']= "starling"; ?>

site.php <?php define( "HQ", "/absolute/path/to/cms" ); define( "HQ_URL", "http://www.yourdomain.com/pathtocms/" ); include_once HQ . "site/index.php"; ?>

Mikael Staer Nathan www.mikaelstaer.com www.staernathan.com 647 240 8685

On 11 July 2016 at 15:13, Mikael Staer Nathan mikaelstaer@gmail.com wrote:

I haven't actually tried it on 5.6 - let me run a test on my host and see if I can reproduce the error.

Mikael Staer Nathan www.mikaelstaer.com www.staernathan.com 647 240 8685

On 11 July 2016 at 09:48, Markus R. notifications@github.com wrote:

Version is PHP Version 5.6.23-1~dotdeb+7.1 running on Debian Wheezy

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mikaelstaer/The-Secretary/issues/6#issuecomment-231739267, or mute the thread https://github.com/notifications/unsubscribe/AAsWHOLSm5SJpnO5NlVbaNfKYcYSdwwMks5qUkm3gaJpZM4JF1rO .