| 
Welcome, Guest

Post-install drama RC2
(1 viewing) (1) Guest

TOPIC: Post-install drama RC2

Post-install drama RC2 6 years, 5 months ago #991

  • 2Gig
  • 2Gig
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 6
  • Karma: -
Hello,
To relive stress, "Hit head here..."

Have re-installed Joomla & CB, followed all instructions (many times - BTW, CB runs on my laptop using JSAS 1.03 on Win XP without a hitch.)

Please, oh please someone give me some pointers - dredged the forums, but nuthing. Seeing no-one else is reporting this, I must be overlooking sumthing, but what?

On my production server (PHP4.4.0; MySQL distrib 4.1.13 on SuSE 10.0) using either Joomla 1.03 or 1.04 with CB RC2 I get the following fatal errors:

(1)
Try to set Cb Configuration:
Warning: main(components/com_comprofiler/ue_config.php): failed to open stream: No such file or directory in /srv/www/htdocs/ehsweb/administrator/components/com_comprofiler/admin.comprofiler.php on
line 26

Warning: main(): Failed opening 'components/com_comprofiler/ue_config.php' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/ehsweb/administrator/components/com_comprofiler/admin.comprofiler.php on line 26

Warning: main(components/com_comprofiler/plugin.class.php): failed to open stream: No such file or directory in /srv/www/htdocs/ehsweb/administrator/components/com_comprofiler/admin.comprofiler.php on line 27

Warning: main(): Failed opening 'components/com_comprofiler/plugin.class.php' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/ehsweb/administrator/components/com_comprofiler/admin.comprofiler.php on line 27

Warning: main(components/com_comprofiler/comprofiler.class.php): failed to open stream: No such file or directory in /srv/www/htdocs/ehsweb/administrator/components/com_comprofiler/admin.comprofiler.php on line 28

Warning: main(): Failed opening 'components/com_comprofiler/comprofiler.class.php' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/ehsweb/administrator/components/com_comprofiler/admin.comprofiler.php on line 28

Warning: main(components/com_comprofiler/imgToolbox.class.php): failed to open stream: No such file or directory in /srv/www/htdocs/ehsweb/administrator/components/com_comprofiler/admin.comprofiler.php on line 29

Warning: main(): Failed opening 'components/com_comprofiler/imgToolbox.class.php' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/ehsweb/administrator/components/com_comprofiler/admin.comprofiler.php on line 29

Fatal error: Cannot instantiate non-existent class: imgtoolbox in /srv/www/htdocs/ehsweb/administrator/components/com_comprofiler/admin.comprofiler.php on line 1282


(2)
Try login:
Warning: main(administrator/components/com_comprofiler/ue_config.php): failed to open stream: No such file or directory in /srv/www/htdocs/ehsweb/components/com_comprofiler/comprofiler.php on line 22

Warning: main(): Failed opening 'administrator/components/com_comprofiler/ue_config.php' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/ehsweb/components/com_comprofiler/comprofiler.php on line 22

Warning: main(administrator/components/com_comprofiler/plugin.class.php): failed to open stream: No such file or directory in /srv/www/htdocs/ehsweb/components/com_comprofiler/comprofiler.php on line 23

Warning: main(): Failed opening 'administrator/components/com_comprofiler/plugin.class.php' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/ehsweb/components/com_comprofiler/comprofiler.php on line 23

Warning: main(administrator/components/com_comprofiler/comprofiler.class.php): failed to open stream: No such file or directory in /srv/www/htdocs/ehsweb/components/com_comprofiler/comprofiler.php on line 24

Warning: main(): Failed opening 'administrator/components/com_comprofiler/comprofiler.class.php' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/ehsweb/components/com_comprofiler/comprofiler.php on line 24

Warning: main(administrator/components/com_comprofiler/imgToolbox.class.php): failed to open stream: No such file or directory in /srv/www/htdocs/ehsweb/components/com_comprofiler/comprofiler.php on line 25

Warning: main(): Failed opening 'administrator/components/com_comprofiler/imgToolbox.class.php' for inclusion (include_path='/usr/share/php') in /srv/www/htdocs/ehsweb/components/com_comprofiler/comprofiler.php on line 25

Fatal error: Call to a member function on a non-object in /srv/www/htdocs/ehsweb/components/com_comprofiler/comprofiler.php on line 909
The topic has been locked.

Re:Post-install drama RC2 6 years, 5 months ago #1039

  • 2Gig
  • 2Gig
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 6
  • Karma: -
OK, fixed it myself - whew!

This problem occurred using Joomla 1.0x's "Install > Component" on a linux box.
In case others get warning errors as per my original post, have a look at the path to these 4 files that "administrator/components/com_comprofiler/admin.comprofiler.php" must load (lines 26 thru 29):

include_once( "components/com_comprofiler/ue_config.php" );
include_once("components/com_comprofiler/plugin.class.php");
include_once("components/com_comprofiler/comprofiler.class.php");
include_once("components/com_comprofiler/imgToolbox.class.php");

I had to change them to:
include_once( "ue_config.php" );
include_once("plugin.class.php");
include_once("comprofiler.class.php");
include_once("imgToolbox.class.php");

and I could carry on with the config.
Thanks for a great product - it really is.
The topic has been locked.

Re:Post-install drama RC2 6 years, 5 months ago #1081

  • trail
  • trail
  • OFFLINE
  • Platinum Boarder
    Platinum Boarder
  • Posts: 439
  • Karma: 792
I would have asked you to check your configuration file for the path.. maybe you have a trailing slash in your livesite path ?

But im glad you fixed it Just not sure if it was the right way of doing so.
DJ Trail.
CB Co-Founder & Test-Lead.
Plugins: My Age, Starsign Matchmaking Horoscope, My Visitor, My Highscores, My ProfileID,
My Components: Import & Invite Karma Casino (Use Test / Test)
My Modules: Many
The topic has been locked.

Re:Post-install drama RC2 6 years, 5 months ago #1164

  • 2Gig
  • 2Gig
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 6
  • Karma: -
Trail,
I re-intalled the whole 9 yards again today
There is no trailing slash to the absolute path of the live site.

In order for all the CB menu items to load, I had to change relative paths to 'require' files in:
"administrator/components/com_comprofiler/admin.comprofiler.php"
and
"includes/joomla.php"

All appears to work well at the server: both the admin user and an ordinary user get the "Hi" greeting and a logout button. "CB User list" and "CB Details" show up.

After admin OK's the user, a client pc (running IE) continues to display the login module - the "CB User list" and "CB Details" also don't show up.
But the user is logged in - backend says so.

Do you think there's another path or link screwup that is not being reported? I wouldn't know where to look. Debug on, but I can't see anything odd.
I really need this function to work (duh) as we are a school using CB to organize a list of Alumni.

Website: ehsweb.ehs.wcape.school.za (Auto-aproval is on for a bit)
Can you please suggest a possible solution?
The topic has been locked.

Re:Post-install drama RC2 6 years, 5 months ago #1168

  • 2Gig
  • 2Gig
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 6
  • Karma: -
My problem is still there, but oops - small correction:

For CB I had to change lines 26 thru 29 in "administrator/components/com_comprofiler/admin.comprofiler.php"
to load those files,
AND lines 22 thru 25 in "components/com_profiler/comprofiler to load those.

For Joomla I had to change "includes/joomla.php" on line 2802 & 2084 to correctly load the 'includes/agent_browser.php' file - that path was also wrong.

Something is really screwy, but my problem is still there, and it looks like a CB problem... but I could be very wrong.
The topic has been locked.

Re:Post-install drama RC2 6 years, 5 months ago #1234

  • trail
  • trail
  • OFFLINE
  • Platinum Boarder
    Platinum Boarder
  • Posts: 439
  • Karma: 792
I think you might find that you have problems installing stuff or uploading images to joomla/simpleboard and just about everything that expects a normal path to work..

I bet you have a server setting thats not set right. im just thinking my head of what it could be. in any case i bet you will have to change many paths of many components to get them going.

It must have something to do with your absolutepath or a server setting.. unless you downloaded a different CB rc2 than i have

Could you paste your absolute path ? just /xxx/xxx/ out the beginning im most interested in the ending directories..
DJ Trail.
CB Co-Founder & Test-Lead.
Plugins: My Age, Starsign Matchmaking Horoscope, My Visitor, My Highscores, My ProfileID,
My Components: Import & Invite Karma Casino (Use Test / Test)
My Modules: Many
The topic has been locked.
Time to create page: 0.69 seconds