|
hibble
|
 |
« on: September 07, 2009, 01:36:43 PM » |
|
cant get it to work installed back office componants click on easy gallerie fatal error failed openings of plugin/system/jalib20/jalin.php
etec etc
|
|
|
|
|
Logged
|
|
|
|
|
Adam
|
 |
« Reply #1 on: September 07, 2009, 01:47:05 PM » |
|
can you give me the exact error message?
|
|
|
|
|
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
|
 |
« Reply #2 on: September 08, 2009, 04:24:02 AM » |
|
Warning: require(/plugins/system/jalib20/jalib.php) [function.require]: failed to open stream: No such file or directory in E:\inetpub\......\components\com_easygallery\easygallery.php on line 24
Fatal error: require() [function.require]: Failed opening required '/plugins/system/jalib20/jalib.php' (include_path='.;e:\php522\includes') in E:\inetpub\.....\components\com_easygallery\easygallery.php on line 24
have checked /plugins/system/jalib20/jalib.php is there and writable (pleviously emailed the jalib.php file to you seems ok to me)
useing a windows server
|
|
|
|
|
Logged
|
|
|
|
|
Adam
|
 |
« Reply #3 on: September 08, 2009, 09:13:18 AM » |
|
well.. I honestly don't know what the issue is. Don't have a windows server, so I really can't check what's going on.
Can you provide me with FTP access and Joomla administrator so I can debug?
|
|
|
|
|
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
|
 |
« Reply #4 on: September 08, 2009, 09:50:32 AM » |
|
hi it would be good if you can look into it, Have sent password and fft logon details thanks Peter www.tumbybaypharmacy.com
|
|
|
|
« Last Edit: September 09, 2009, 03:00:19 PM by hibble »
|
Logged
|
|
|
|
|
Nilsy
|
 |
« Reply #5 on: September 17, 2009, 02:30:03 PM » |
|
Well, I got the same issue going on here. Also using Windows IIS Server.
My fault is about identical: Warning: require(C:\Inetpub\wwwroot\..../mambots/system/jalib20/jalib.php) [function.require]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\....\components\com_easygallery\easygallery.php on line 22
Fatal error: require() [function.require]: Failed opening required 'C:\Inetpub\wwwroot\..../mambots/system/jalib20/jalib.php' (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\....\components\com_easygallery\easygallery.php on line 22
Any solution?
|
|
|
|
|
Logged
|
|
|
|
|
hibble
|
 |
« Reply #6 on: September 17, 2009, 03:40:53 PM » |
|
hi Haven't had any luck to get this working .... think it must be a conflict with other photo modules have tried and installed image browser although initially had similar problems but there is an option to change pop-up display to light-box that program only works in light-box on my site cant see any options to change easy gallery to light box but there might be some ware ... perhaps this might fix the problem good luck ..... not much fun to purchase easy gallery and not getting it work
|
|
|
|
|
Logged
|
|
|
|
|
Nilsy
|
 |
« Reply #7 on: September 18, 2009, 03:23:13 PM » |
|
I saw a statement claiming that you get a refund within a certain time limit. Any clue how to do this?
As you say, spending money for something that doesn't get past the installation level is not fun. And while I am certain this component will get there eventually, it obviously isn't quite ready for everyone.
At least it seems that way.
|
|
|
|
|
Logged
|
|
|
|
|
Adam
|
 |
« Reply #8 on: September 18, 2009, 03:27:45 PM » |
|
That's only with our encrypted/licensed components. Club memberships are non-refundable.
I'm waiting for Hibble to get back to me, since I don't have access to his site to debug this yet.
|
|
|
|
|
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.
|
|
|
|
Nilsy
|
 |
« Reply #9 on: September 18, 2009, 07:20:01 PM » |
|
Ok, well, not a problem really, just wondering.
But... if all you need is Admin access, I can give you that on my site? I also have the Xtplorer installed etc. I can even get a regular FTP access user and password for you if any of this helps?
I have uninstalled the EasyGallery 2.0 at the moment, waiting for a fix etc. So if you installed it etc, you would see things better perhaps?
I read somewhere NOT to send you PM's etc, so awaiting advice.
|
|
|
|
|
Logged
|
|
|
|
|
Adam
|
 |
« Reply #10 on: September 19, 2009, 10:48:47 AM » |
|
hi nilsy,
can you give me Joomla administrator and FTP access so I can debug it and find the reason why it's going wrong? send them through private message or email.
|
|
|
|
|
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
|
 |
« Reply #11 on: September 19, 2009, 01:41:01 PM » |
|
hi emailed ftp to site and set up admin rites when asked i assumed you have just not got arround to it peter
|
|
|
|
|
Logged
|
|
|
|
|
Adam
|
 |
« Reply #12 on: September 21, 2009, 09:03:35 PM » |
|
Oki, had a look around and it appears to be related to the realpath function on windows. You need to change two files: /components/com_easygallery/easygallery.php $base = realpath(dirname(__FILE__) . '/../../');
to: $base = dirname(realpath(dirname(__FILE__) . '/../../index.php'));
and in /plugins/system/jalib20/jalib.php define('_JA_BASE', realpath(dirname(_JA_PATH) . '/../../') . '/');
to: define('_JA_BASE', dirname(realpath(dirname(_JA_PATH) . '/../../index.php')) . '/');
|
|
|
|
|
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.
|
|
|
|
Nilsy
|
 |
« Reply #13 on: September 28, 2009, 11:05:32 PM » |
|
Hm.. well, you got it working!!! AMAZING - Thankyou!! I have the same trouble from the Linux machine... but I will attempt (  ) to fix it myself... I'll let you know. Quick detail on this:Similar issue, only from a Linux Server. Installed much easier. Bugged out on the upgrading sequence, screaming about the jalib stuff, and then the dreaded Warning page....  Uninstalled it, then tried again... And wow, it refused to install properly... and goes straight to the Warning.
|
|
|
|
|
Logged
|
|
|
|
|
Nilsy
|
 |
« Reply #14 on: September 29, 2009, 07:49:01 PM » |
|
hm... I obviously spoke a bit to fast there... After the start page, which IS working... everything stops after that point. 
|
|
|
|
|
Logged
|
|
|
|
|