[Solved]: bridging cpg1.4.18 / joomla 1.5.4 - Page 2 [Solved]: bridging cpg1.4.18 / joomla 1.5.4 - Page 2
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: bridging cpg1.4.18 / joomla 1.5.4

Started by gusla, July 10, 2008, 02:11:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gusla

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

Nibbler



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' );

gusla


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...

Nibbler


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' );

gusla




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

gusla

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.

phill104

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.
It is a mistake to think you can solve any major problems just with potatoes.

gusla

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?

phill104

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.
It is a mistake to think you can solve any major problems just with potatoes.

gusla

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

gusla

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....


gusla

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.....

fwhsdesigns

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.

fwhsdesigns

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

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' );



philzi

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

fwhsdesigns

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.

Joachim Müller