Install via SVN

Issues with installation of epesi framework

Install via SVN

Postby lirit on Fri Dec 25, 2009 8:21 am

Hey,

Installing from SVN the "full install" type results in the following error in web:

Code: Select all
Inst/Up required module: Base_ActionBar version=0 by Base
Base_ActionBar module installed!
Inst/Up required module: Base_Dashboard version=0 by Base
Inst/Up required module: Utils_TabbedBrowser version=0 by Base_Dashboard
Utils_TabbedBrowser module installed!
Inst/Up required module: Utils_GenericBrowser version=0 by Base_Dashboard
Utils_GenericBrowser module installed!
Inst/Up required module: Libs_FCKeditor version=0 by Base_Dashboard
Libs_FCKeditor module installed!
adding Base_Dashboard set default dashboard Super administrator
Base_Dashboard module installed!
Inst/Up required module: Base_Setup version=0 by Base
Inst/Up required module: Utils_Tree version=0 by Base_Setup
Utils_Tree module installed!
Base_Setup module installed!
Inst/Up required module: Base_Lang_Administrator version=0 by Base
Base_Lang_Administrator module installed!
Inst/Up required module: Base_Mail_ContactUs version=0 by Base
Inst/Up required module: Base_StatusBar version=0 by Base_Mail_ContactUs
Base_StatusBar module installed!
Base_Mail_ContactUs module installed!
Inst/Up required module: Base_MaintenanceMode_Administrator version=0 by Base
Base_MaintenanceMode_Administrator module installed!
Inst/Up required module: Base_MainModuleIndicator version=0 by Base
Inst/Up required module: Base_Box version=0 by Base_MainModuleIndicator
Inst/Up required module: Base_Theme_Administrator version=0 by Base_Box
Inst/Up required module: Utils_FileUpload version=0 by Base_Theme_Administrator
Utils_FileUpload module installed!
Inst/Up required module: Utils_FileDownload version=0 by Base_Theme_Administrator
Utils_FileDownload module installed!
Inst/Up required module: Utils_Image version=0 by Base_Theme_Administrator
Module not found: php5-gd version=0
Utils_Image: is installed?
Utils_Image: dependencies not satisfied.
Base_Theme_Administrator: is installed?
Base_Theme_Administrator: dependencies not satisfied.
Base_Box: is installed?
Base_Box: dependencies not satisfied.
Base_MainModuleIndicator: is installed?
Base_MainModuleIndicator: dependencies not satisfied.
Base: is installed?
Base: dependencies not satisfied.
Unable to install Base module pack.
lirit
 
Posts: 186
Joined: Thu Sep 17, 2009 5:22 pm

Re: Install via SVN

Postby lirit on Fri Dec 25, 2009 8:26 am

I noticed I didn't have php5-gd installed, after installing it though, epesibim
shows a popup box with failure(500).
lirit
 
Posts: 186
Joined: Thu Sep 17, 2009 5:22 pm

Re: Install via SVN

Postby lirit on Fri Dec 25, 2009 8:52 am

Further updates on this issue:
I removed the data/config.php to restart the installation process.

After specifying the database information I'm getting the following error page:
Code: Select all
Type: 256
Message: No such variable in database: default_theme
File: /var/www/crm/include/variables.php
Line=26
error backtrace:
[PHP core called function]
    function called: handle_epesi_error

File: /var/www/crm/include/variables.php
    line 26
    function called: trigger_error

File: /var/www/crm/data/cache/common.php
    line 41
    function called: get

File: /var/www/crm/data/cache/common.php
    line 28
    function called: get_default_template

File: /var/www/crm/data/cache/common.php
    line 1466
    function called: init_smarty

File: /var/www/crm/data/cache/common.php
    line 1555
    function called: init_tooltip_div

File: /var/www/crm/include/module_manager.php
    line 762
    function called: require_once
lirit
 
Posts: 186
Joined: Thu Sep 17, 2009 5:22 pm

Re: Install via SVN

Postby lirit on Sat Dec 26, 2009 7:40 am

Just attempted an install of epesi 1.0.5 package from SF and I'm getting
the same Failure (500) error, so I guess this has nothing to do with SVN.

Any clue on what could be the issue?

OS: Ubuntu 8.04.3 LTS
LAMP install with apache2, mysql5 and php5.
lirit
 
Posts: 186
Joined: Thu Sep 17, 2009 5:22 pm

Re: Install via SVN

Postby shacky on Sun Dec 27, 2009 2:59 pm

Hi,
Can you say something more about the bug, I've got following questions:
1. Database setup went ok, and this bug is just step after entering database name, user etc. ?
2. Can you get results of query 'SELECT * FROM variables' on database in what you wanted to install epesi.
3. Can you disable common cache by setting
define("CACHE_COMMON_FILES",0);
in data/config.php and then submit backtrace of error?

Thanks,
Paul
User avatar
shacky
Epesi Team
 
Posts: 253
Joined: Mon Jun 25, 2007 12:20 pm

Re: Install via SVN

Postby lirit on Sun Dec 27, 2009 3:48 pm

Hey Paul,

1. Database tables were created successfully it seems.
2. Output of the query you specified is:
Code: Select all
mysql> SELECT * FROM variables
    -> ;
+------------------------------+-----------------------------+
| name                         | value                       |
+------------------------------+-----------------------------+
| allow_lang_change            | b:1;                        |
| anonymous_setup              | b:1;                        |
| base_page_title              | s:5:"Epesi";                |
| default_lang                 | s:2:"en";                   |
| default_module               | s:8:"FirstRun";             |
| default_theme                | s:7:"default";              |
| host_ban_time                | i:300;                      |
| logo_file                    | s:0:"";                     |
| mail_auth                    | b:0;                        |
| mail_from_addr               | s:17:"admin@example.com";   |
| mail_from_name               | s:13:"Administrator";       |
| mail_host                    | s:19:"smtp.example.com:25"; |
| mail_method                  | s:4:"mail";                 |
| mail_password                | s:0:"";                     |
| mail_user                    | s:0:"";                     |
| preload_image_cache_default  | b:1;                        |
| preload_image_cache_selected | b:1;                        |
| show_caption_in_title        | s:1:"1";                    |
| show_module_indicator        | s:1:"1";                    |
| simple_setup                 | i:1;                        |
| version                      | s:5:"1.0.5";                |
+------------------------------+-----------------------------+

3. I disabled that. Where is the error dump which I should give you?
lirit
 
Posts: 186
Joined: Thu Sep 17, 2009 5:22 pm

Re: Install via SVN

Postby shacky on Mon Dec 28, 2009 5:08 am

Thank you very much. Variables table dump already helped - I fixed an error and release is upcoming today. Fixed version is already on SVN.

Paul
User avatar
shacky
Epesi Team
 
Posts: 253
Joined: Mon Jun 25, 2007 12:20 pm

Re: Install via SVN

Postby lirit on Mon Dec 28, 2009 5:20 am

Thanks Paul, that indeed fixes it though I've no idea why because
I downloaded that 1.0.5 version to my personal laptop and deployed it on it
without a problem...

It did fix it since I checked out latest SVN and it now installs just fine.

Thank you,
Liran.
lirit
 
Posts: 186
Joined: Thu Sep 17, 2009 5:22 pm


Return to Installation

Who is online

Users browsing this forum: No registered users and 1 guest

cron