The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
Fresh userspice install - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Documentation (https://userspice.com/forums/forumdisplay.php?fid=30)
+--- Thread: Fresh userspice install (/showthread.php?tid=109)

Pages: 1 2 3 4 5


Fresh userspice install - rbfritz - 03-26-2016

I followed the guide and got everything setup correctly. I had to manually remove setup files. Now when i go to the page for userspice it is just blank nothing there


Fresh userspice install - raven - 03-26-2016

what version did you try to install ? for i had a similar issue trying to install 3.2.0 ?


Fresh userspice install - astropos - 03-27-2016

Hello rbfritz - yes please tell us: what version of UserSpice and what is your server environment.

The failure of the deletion of install files and subsequent blank screen looks like a permissions problem.

Can you enable error reporting and/or access your server logs?


Fresh userspice install - rbfritz - 03-28-2016

ive installed userspice 4.0 on ubuntu 15.04


Fresh userspice install - astropos - 03-28-2016

Thankyou, I have seen a similar problem on *Nix systems.

Can you please tell us: how many lines do you have in /core/init.php ?

Did you try chmod -R 777 to the /core/ directory before installation?

You can revert to secure permissions on the resulting init.php file afterwards.


Fresh userspice install - rbfritz - 03-28-2016

looks like 90 lines in that file. i did the chmod before install


Fresh userspice install - astropos - 03-28-2016

that seems to be in order;

Did you enable some error reporting?

If your dev server isn't configured for error reporting look here: http://ubuntuforums.org/showthread.php?t=961202

If you can't make the change globally you can add directives directly intu your code:

Paste the following lines into /core/init.php just after the session_start();

// Enable error reporting AND display the errors.
error_reporting(E_ALL);
ini_set('display_errors', 1);

Do you get any errors reported?


Fresh userspice install - rbfritz - 03-28-2016

ok added that to the init file, where would i see a error at?


Fresh userspice install - rbfritz - 03-28-2016

iam clearing out everything and starting fresh


Fresh userspice install - mudmin - 03-28-2016

Usually you would see the errors at the top of the page you are trying to access.