Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: 1 [2]   Go Down

Author Topic: [Solved]: bridging cpg1.4.18 / joomla 1.5.4  (Read 28385 times)

0 Members and 1 Guest are viewing this topic.

gusla

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 34
    • http://www.gus.la
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #20 on: July 18, 2008, 06:33:48 pm »

Your awesome thanks for not giving up.. but now i got





Fatal error: Undefined class name 'jfactory' in /var/www/vhosts/girlz.la/httpdocs/forum/libraries/joomla/application/application.php on line 707
Logged

Nibbler

  • Guest
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #21 on: July 18, 2008, 06:40:00 pm »


Code: [Select]
require_once ( JPATH_BASE .'/includes/defines.php' );
require_once ( JPATH_BASE .'/libraries/loader.php' );
require_once ( JPATH_BASE .'/libraries/joomla/base/object.php' );
require_once ( JPATH_BASE .'/libraries/joomla/factory.php' );
require_once ( JPATH_BASE .'/libraries/joomla/application/application.php' );
require_once ( JPATH_BASE .'/includes/application.php' );
Logged

gusla

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 34
    • http://www.gus.la
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #22 on: July 18, 2008, 06:49:15 pm »


Fatal error: Undefined class name 'jfilterinput' in /var/www/vhosts/girlz.la/httpdocs/forum/libraries/joomla/session/storage.php on line 58


So i added

                require_once ( JPATH_BASE .'/libraries/joomla/filterinput.php' );


now im getting this.

Fatal error: cpg_udb() [function.require]: Failed opening required '../forum//libraries/joomla/filterinput.php' (include_path='.:') in /var/www/vhosts/girlz.la/httpdocs/cpg/bridge/joomla15.inc.php on line 36

sorry totally new to coding...
Logged

Nibbler

  • Guest
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #23 on: July 18, 2008, 07:22:35 pm »

Code: [Select]
require_once ( JPATH_BASE .'/includes/defines.php' );
require_once ( JPATH_BASE .'/libraries/loader.php' );
require_once ( JPATH_BASE .'/libraries/joomla/base/object.php' );
require_once ( JPATH_BASE .'/libraries/joomla/factory.php' );
require_once ( JPATH_BASE .'/libraries/joomla/filter/filterinput.php' );
require_once ( JPATH_BASE .'/libraries/joomla/application/application.php' );
require_once ( JPATH_BASE .'/includes/application.php' );
Logged

gusla

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 34
    • http://www.gus.la
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #24 on: July 18, 2008, 07:26:31 pm »




Fatal error: Undefined class name 'jerror' in /var/www/vhosts/girlz.la/httpdocs/forum/libraries/joomla/factory.php on line 564
Logged

gusla

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 34
    • http://www.gus.la
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #25 on: July 18, 2008, 11:21:35 pm »

I'm not sure what to do now. Should i wait to see if someone can fix this? I would do it my self but I'm a graphic artist and photographer so i don't have the knowledge to do so. If there is any way i could help someone else out in any way i will do so intrade for getting this to work ( like some graphic designs or logo work). I want to launch our site in the middle of august. And i would love to have coppermine implemented into joomla, instead of just running joomla alone. Thank you very much for your guys help.
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #26 on: July 19, 2008, 11:08:06 am »

Although it is a bit of a hack you could use the other bridge mentioned earlier in this thread.

I've spent a while adding lines to this one as suggested by nibbler above and once I got to 12 I gave up. It looks like the bridge needs a bit of work as the Joomla core appears to have changed quite a bit since this was written. You have to remember that the devs have day jobs and do all this for free in their spare time and are also working hard to develop the new version.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

gusla

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 34
    • http://www.gus.la
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #27 on: July 19, 2008, 11:43:03 am »

yah the developers are awesome and i think coppermine is a awesome app. They have been the biggest help and very quick to respond.  Did you have any luck with the other bridge mentioned? 
I think it might be the only way right now. What version of joomla are you running?
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #28 on: July 19, 2008, 08:08:06 pm »

I've been using the other bridge for a long time now on one of my sites ( http://www.windsurf.me.uk ) and it works really well though that site is on the old joomla. I have a site with J1.54 but is is not yet live and it works well there too.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

gusla

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 34
    • http://www.gus.la
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #29 on: July 20, 2008, 12:48:09 am »

Ok i will give it a try. By the way your site looks great. I really like how you have the coppermine imbeded into the joomla being able to stay in the one website and not jumping to something  different looking is great.very good job... i will report back
Logged

gusla

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 34
    • http://www.gus.la
Re: bridging cpg1.4.18 / joomla 1.5.4
« Reply #30 on: July 22, 2008, 03:09:07 am »

ok the bridge mentioned early works great. It actually wraps coppermine right into it and it looks better then i thought it would. The one thing that they aren't clear of is that you have to install it through joomla. i was trying to get to the install though http:

Any  way i cant wait for the dev of coppermine to get there bridge working but this will do for now....


Thanks again you guys especially NIBBLER for helping me out....

Logged

gusla

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 34
    • http://www.gus.la
Re: [Solved]: bridging cpg1.4.18 / joomla 1.5.4
« Reply #31 on: August 01, 2008, 01:23:59 am »

ok... new discovery. I have now figured out that my vps is a problem, as I'm kinda a beginner i had a advanced coder look into the problem i was having.
I was trying to install a Paypal copenent into my Hacked Joomla/Coppermine website./
Ends up being file permissions problems so I'm wondering if any body else had the same issues or maybe it was just my VPS.
I'm moving back to a Shared host account From my Problematic VPS.....
Logged

fwhsdesigns

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: [Solved]: bridging cpg1.4.18 / joomla 1.5.4
« Reply #32 on: August 22, 2008, 09:07:48 pm »

I am also getting the same error you had started out with. I am going to add the fixes that Nibbler had posted till it works.
Logged

fwhsdesigns

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: [Solved]: bridging cpg1.4.18 / joomla 1.5.4
« Reply #33 on: August 22, 2008, 09:36:32 pm »

Got this
Fatal error: Class 'JError' not found in /hermes/bosweb/web026/b261/d5.fwhsdesigns/public_html/libraries/joomla/factory.php on line 564

This is what I have so far
Code: [Select]
require_once ( JPATH_BASE .'/includes/defines.php' );
require_once ( JPATH_BASE .'/libraries/loader.php' );
require_once ( JPATH_BASE .'/libraries/joomla/base/object.php' );
require_once ( JPATH_BASE .'/libraries/joomla/factory.php' );
require_once ( JPATH_BASE .'/libraries/joomla/filter/filterinput.php' );
require_once ( JPATH_BASE .'/libraries/joomla/application/application.php' );
require_once ( JPATH_BASE .'/includes/application.php' );
                require_once ( JPATH_BASE .'/libraries/joomla/factory.php' );

Logged

philzi

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: [Solved]: bridging cpg1.4.18 / joomla 1.5.4
« Reply #34 on: September 03, 2008, 04:44:15 pm »

Hello,

I too am trying to integrate Coppermine with Joomla.

I have:

require_once ( JPATH_BASE .'/includes/defines.php' );
require_once ( JPATH_BASE .'/libraries/loader.php' );
require_once ( JPATH_BASE .'/libraries/joomla/base/object.php' );
require_once ( JPATH_BASE .'/libraries/joomla/factory.php' );
require_once ( JPATH_BASE .'/libraries/joomla/filter/filterinput.php' );
require_once ( JPATH_BASE .'/libraries/joomla/application/application.php' );
require_once ( JPATH_BASE .'/includes/application.php' );

in the joomla15.inc.php file but am now getting the following error:

Fatal error: Class 'JError' not found in /var/www/html/libraries/joomla/factory.php on line 564

Can anyone help?

Thanks

philzi
Logged

fwhsdesigns

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: [Solved]: bridging cpg1.4.18 / joomla 1.5.4
« Reply #35 on: September 03, 2008, 04:48:00 pm »

I gave up on this and used mehdi's method. I was hoping for a fix, but gave up waiting. I hope that when cpg1.5 comes out it will have a native joomla bridge.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [Solved]: bridging cpg1.4.18 / joomla 1.5.4
« Reply #36 on: September 03, 2008, 07:31:22 pm »

Locking
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.02 seconds with 19 queries.