When i was testing the first alpha, the modules came with the package. Now they have to be downloaded.
I have checked my cron jobs, i know it is running, however it says it's scheduled the download, but it never gets downloaded. How often do the download jobs run?
I ended up having to pull them from github to get the modules. https://www.deanbassett.com |
Please make sure that you've entered BoonEx Key&Secret and logged in to your BoonEx account from Dolphin at least once:
http://www.boonex.com/forums/topic/Dolphin-U-Alpha-4.htm
Rules → http://www.boonex.com/terms |
I have. And it still does not seem to download any modules. Alpha 5. https://www.deanbassett.com |
I am guessing you have oauth running on your machine with all the Facebook stuff you do ...
Anyway i am having the same issue as well.
it tells me i need to log in to boonex so it redirects me to log into boonex then sends me back to the "storefront" then i click download and it tells me to log into boonex....
https://dolphin-techs.com - Skype: Dolphin Techs |
ok after the 20th or 30th try it seems to have worked on the modules download. no clue why. https://dolphin-techs.com - Skype: Dolphin Techs |
i have to install oauth for dolphin to work. The facebook and other connect module i develop do not require the oauth php extension. The modules have a built in oauth api that i get from facebook, or google, or what ever network i am connecting to.
For some reason boonex decided to use the php module instead of developing their own oauth class.
Anyhow. I get logged in without problems. The download button even says the download is scheduled and will be in the downloads section in a few minutes. But it never does. It's like my cron is not running, but i know it is. https://www.deanbassett.com |
I am wondering if it's a permissions issue. I mean under my configuration of php running as an Apache module, php does not run as the owner. But the modules folder does not have write permissions, so how is the download suppose to be placed into a folder that Apache cannot write to because it is owned by the account that uploaded the files.
Is there some FTP settings that i am not aware of somewhere? https://www.deanbassett.com |
Sounds like you could be onto something if there is no write permissions for it. How would it ever get to the folder otherwise..
Just for the heck of it have you tried to fire the cron from terminal ?
https://dolphin-techs.com - Skype: Dolphin Techs |
Yes i have. And i am getting the nightly reports also.
I have also recently made the modules folder writable as well based on that theory. Still not downloading. I am not seeing any errors in the logs either.
Ah well. I don't really care right now anyway. I just wanted to make sure my FB connect mod still worked with the current version. I don't plan on actually running Dolphin U. I am sticking with dolphin 7 for now. https://www.deanbassett.com |
https://dolphin-techs.com - Skype: Dolphin Techs |
I'm having a similar issue with a5 where it always says "You need to to login into your BoonEx account to get data. Click here to login."
I have set my Boonex Market Key and Secret in the installation, I have PHP oAuth installed via PHP Pecl and my server is running PHP as suphp
~~Mike ~~ This Signature is missing something :( |
FTP isn't used anymore.
They are installed from cron, cron is always run under real owner, please make sure that cron is running under the same user the Dolphin U files belongs to.
I am wondering if it's a permissions issue. I mean under my configuration of php running as an Apache module, php does not run as the owner. But the modules folder does not have write permissions, so how is the download suppose to be placed into a folder that Apache cannot write to because it is owned by the account that uploaded the files.
Is there some FTP settings that i am not aware of somewhere?
Rules → http://www.boonex.com/terms |
RE:
Make that three of us.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
We found the problem when php is running as Apache module and working on the solution, thank you for the report.
I am wondering if it's a permissions issue. I mean under my configuration of php running as an Apache module, php does not run as the owner. But the modules folder does not have write permissions, so how is the download suppose to be placed into a folder that Apache cannot write to because it is owned by the account that uploaded the files.
Rules → http://www.boonex.com/terms |
I get this error too on my website : Fatal error: Class 'OAuth' not found in /home/admin/public_html/intersexclub.com/studio/classes/BxDolStudioOAuth.php on line 112
I can't download any module !
Any solution ?
https://RomaniaOnline.club |
I get this error too on my website : Fatal error: Class 'OAuth' not found in /home/admin/public_html/intersexclub.com/studio/classes/BxDolStudioOAuth.php on line 112
I can't download any module !
Any solution ?
You need to have oauth php module, however we will consider to include standalone oauth library in Dolphin U in future versions, so you will not need to have this extension installed on server side.
Rules → http://www.boonex.com/terms |
I get this error too on my website : Fatal error: Class 'OAuth' not found in /home/admin/public_html/intersexclub.com/studio/classes/BxDolStudioOAuth.php on line 112
I can't download any module !
Any solution ?
You need to have oauth php module, however we will consider to include standalone oauth library in Dolphin U in future versions, so you will not need to have this extension installed on server side.
Yes. I would seriously consider that. There will be a number of servers that will not have that installed by default.
https://www.deanbassett.com |