February 04, 2012, 03:36:16 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: doesnt work  (Read 7517 times)
Adam
Administrator
Hero Member
*****
Offline Offline

Posts: 5.727



View Profile WWW
« Reply #15 on: October 01, 2009, 01:31:24 PM »

Oki, had a look at it again.

I've download all updates through the update system except for the following files:
- easygallery.php
- combine.php
- jalib.php

once you download those, it won't work again..
I had to make some windows specific changes to get it to work..
Logged

- Joomla developer -

IMPORTANT: Do not send support requests by PM or email. Post on the forum instead so my answer might benefit others as well.
barrykilby
Easy Gallery Club
Newbie
******
Offline Offline

Posts: 3


View Profile
« Reply #16 on: October 25, 2009, 01:13:09 PM »

I seem to getting similar issues to the previous posts, in a nut shell i can get it all installed but it insists on looking for jalib on the version 1.0 file path. Changing $release = '15'; in jacompat.php will get things working for the most part until anything is uploaded (see below). That is probably due to the site running in "legacy mode" (for various reasons). If "legacy mode" is disabled (with no file mod's) clicking easy gallery from the menu in admin simply says "Restricted access" and i get no further. I have download all the latest file versions (and created smoothness & smoothness/images as per one of my other posts to fix a problem there)

When a new album is created or a image uploaded the following errors (this is with legacy on and the mod to jacompat.php)

Code:
Warning Message

plugins/system/jalib20/core/compat/joomla.15.php [35]:

Parameter 2 to JDatabaseMySQL::insertObject() expected to be a reference, value given
Trace:

    * plugins/system/jalib20/core/compat/joomla.15.php [35]:

      call_user_func_array(Array,Array)

    *

      JA_Database->__call(insertObject,Array)

    * libraries/joomla/database/table.php [289]:

      JA_Database->insertObject(#__easygallery,JA_Table_Easygallery,id)

    * components/com_easygallery/controller/admin/media.php [132]:

      JTable->store()

    *

      Media_JA_Controller->save()

    * plugins/system/jalib20/core/ja.php [245]:

      ReflectionMethod->invoke(Media_JA_Controller)

    * plugins/system/jalib20/jalib.php [35]:

      JA::route()

    * components/com_easygallery/easygallery.php [22]:

      require(plugins/system/jalib20/jalib.php)

    * administrator/components/com_easygallery/admin.easygallery.php [20]:

      require(components/com_easygallery/easygallery.php)

    * libraries/joomla/application/component/helper.php [162]:

      require_once(administrator/components/com_easygallery/admin.easygallery.php)

    * administrator/includes/application.php [136]:

      JComponentHelper->renderComponent(com_easygallery)

    * administrator/index.php [67]:

      JAdministrator->dispatch(com_easygallery)

    * administrator/index2.php [14]:

      include(administrator/index.php)

Exception

components/com_easygallery/controller/admin/media.php [133]:

Failed to save changes to database. Error: JA_Table_Easygallery::store failed -
Trace:

    *

      Media_JA_Controller->save()

    * plugins/system/jalib20/core/ja.php [245]:

      ReflectionMethod->invoke(Media_JA_Controller)

    * plugins/system/jalib20/jalib.php [35]:

      JA::route()

    * components/com_easygallery/easygallery.php [22]:

      require(plugins/system/jalib20/jalib.php)

    * administrator/components/com_easygallery/admin.easygallery.php [20]:

      require(components/com_easygallery/easygallery.php)

    * libraries/joomla/application/component/helper.php [162]:

      require_once(administrator/components/com_easygallery/admin.easygallery.php)

    * administrator/includes/application.php [136]:

      JComponentHelper->renderComponent(com_easygallery)

    * administrator/index.php [67]:

      JAdministrator->dispatch(com_easygallery)

    * administrator/index2.php [14]:

      include(administrator/index.php)


System details
2.6.18-128.7.1.el5.centos.plusxen x86_64
Database Version:       5.1.38
Database Collation:    utf8_general_ci
PHP Version:    5.3.0
Web Server:    Apache
Web Server to PHP interface:    apache2handler
Joomla! 1.5.13 Stable [ Wojmamni Ama Baji ] 23-July-2009 04:00 GMT
Safe Mode:      Off
Open basedir:    None
Display Errors:    Off
Short Open Tags:    On
File Uploads:    On
Magic Quotes:    Off
Register Globals:    Off
Output Buffering:    Off
Session Save Path:    /var/lib/php/session
Session Auto Start:    0
XML Enabled:    Yes
Zlib Enabled:    Yes
Disabled Functions:    None
Mbstring Enabled:    No
Iconv Available:    Yes
WYSIWYG Editor:    Editor - No Editor
« Last Edit: October 25, 2009, 01:16:06 PM by barrykilby » Logged
Adam
Administrator
Hero Member
*****
Offline Offline

Posts: 5.727



View Profile WWW
« Reply #17 on: October 29, 2009, 03:10:17 PM »

I seem to getting similar issues to the previous posts, in a nut shell i can get it all installed but it insists on looking for jalib on the version 1.0 file path.
The only reason I can think of why it's doing this, is that there is a mambots folder in your Joomla 1.5 install
there shouldn't be one in Joomla 1.5

Could be that his is the reason why it's not working: PHP Version:    5.3.0
I've heard of someone else having issue with Joomla on php 5.3.. those issue should be fixed by upgrading to the latest Joomla 1.5 version Smiley
Logged

- Joomla developer -

IMPORTANT: Do not send support requests by PM or email. Post on the forum instead so my answer might benefit others as well.
hibble
Easy Gallery Club
Newbie
******
Offline Offline

Posts: 11


View Profile
« Reply #18 on: October 31, 2009, 10:36:13 AM »

looks like cANT GET THIS WORKING
Logged
barrykilby
Easy Gallery Club
Newbie
******
Offline Offline

Posts: 3


View Profile
« Reply #19 on: December 03, 2009, 06:49:16 AM »

Ok with the latest updates to easy gallery and now running a clean install of 1.5.15 I'm almost running...

almost... when creating a new gallery i'm greeted with the following warning/error  Huh

Code:
Warning Message

plugins/system/jalib20/core/compat/joomla.15.php [35]:

Parameter 2 to JDatabaseMySQL::insertObject() expected to be a reference, value given
Trace:

    * plugins/system/jalib20/core/compat/joomla.15.php [35]:

      call_user_func_array(Array,Array)

    *

      JA_Database->__call(insertObject,Array)

    * libraries/joomla/database/table.php [289]:

      JA_Database->insertObject(#__easygallery_albums,JA_Table_Easygallery_albums,id)

    * components/com_easygallery/controller/admin/albums.php [110]:

      JTable->store()

    *

      Albums_JA_Controller->save()

    * plugins/system/jalib20/core/ja.php [244]:

      ReflectionMethod->invoke(Albums_JA_Controller)

    * plugins/system/jalib20/jalib.php [35]:

      JA::route()

    * components/com_easygallery/easygallery.php [24]:

      require(plugins/system/jalib20/jalib.php)

    * administrator/components/com_easygallery/admin.easygallery.php [20]:

      require(components/com_easygallery/easygallery.php)

    * libraries/joomla/application/component/helper.php [162]:

      require_once(administrator/components/com_easygallery/admin.easygallery.php)

    * administrator/includes/application.php [136]:

      JComponentHelper->renderComponent(com_easygallery)

    * administrator/index.php [68]:

      JAdministrator->dispatch(com_easygallery)

    * administrator/index2.php [14]:

      include(administrator/index.php)

Exception

components/com_easygallery/controller/admin/albums.php [111]:

Failed to save changes to database. Error: JA_Table_Easygallery_albums::store failed -
Trace:

    *

      Albums_JA_Controller->save()

    * plugins/system/jalib20/core/ja.php [244]:

      ReflectionMethod->invoke(Albums_JA_Controller)

    * plugins/system/jalib20/jalib.php [35]:

      JA::route()

    * components/com_easygallery/easygallery.php [24]:

      require(plugins/system/jalib20/jalib.php)

    * administrator/components/com_easygallery/admin.easygallery.php [20]:

      require(components/com_easygallery/easygallery.php)

    * libraries/joomla/application/component/helper.php [162]:

      require_once(administrator/components/com_easygallery/admin.easygallery.php)

    * administrator/includes/application.php [136]:

      JComponentHelper->renderComponent(com_easygallery)

    * administrator/index.php [68]:

      JAdministrator->dispatch(com_easygallery)

    * administrator/index2.php [14]:

      include(administrator/index.php)

Logged
Adam
Administrator
Hero Member
*****
Offline Offline

Posts: 5.727



View Profile WWW
« Reply #20 on: December 03, 2009, 09:54:58 AM »

is your server running php 5.3?
Then, that's the issue. Joomla 1.5.15 isn't fully compatible with php 5.3
Logged

- Joomla developer -

IMPORTANT: Do not send support requests by PM or email. Post on the forum instead so my answer might benefit others as well.
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!