Author |
Topic |
 Saxxon Baru Gallente Menelaus Corp
|
Posted - 2011.03.20 11:25:00 - [ 31]
@Das Orakel, Ach this..  Thank you much.. Have a small error but does working.. Dont mind of this error.. I try convert it into forum hack mod (integration plugin) |
 Ikki Phoenix Gallente United Imperial Fleet
|
Posted - 2011.04.14 14:53:00 - [ 32]
Edited by: Ikki Phoenix on 14/04/2011 14:57:20 If I host OOE on my site, would I able to have my corp members register and access specific corp data? Is that also possible by adding a corp member's info to my main account on the OOE site?
|
 Mediek Ordos Caldari Association of Commonwealth Enterprises Imperial 0rder |
Posted - 2011.04.14 19:11:00 - [ 33]
Originally by: Ikki Phoenix Edited by: Ikki Phoenix on 14/04/2011 14:57:20 If I host OOE on my site, would I able to have my corp members register and access specific corp data? Is that also possible by adding a corp member's info to my main account on the OOE site?
If they have the roles IE director then yes they can access all corp data same as a CEO |
 Vogue Short Bus Pole Dancers
|
Posted - 2011.04.16 11:31:00 - [ 34]
Edited by: Vogue on 16/04/2011 11:31:45Its a very tidy and concise collection of character info tools  |
 No07 |
Posted - 2011.04.18 10:22:00 - [ 35]
I have set OOE up on my own server and registered a user.
But when logging in with that user I get,
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'admin'@'localhost' (using password: NO)' in /c/web/ooe/includes/database.php:12 Stack trace: #0 /c/web/ooe/includes/database.php(12): PDO->__construct('mysql:host=loca...', NULL, NULL) #1 /c/web/ooe/includes/database.php(8): DBManager->Connect(Array) #2 /c/web/ooe/includes/eve/apidb.php(30): DBManager->DBManager(Array) #3 /c/web/ooe/includes/eve/api.php(213): eveDB->eveDB() #4 /c/web/ooe/plugins/users/plugin.php(63): eveAccount->eveAccount('', '', 0) #5 /c/web/ooe/includes/site.php(31): users->users(Object(DBManager), Object(Site)) #6 /c/web/ooe/includes/site.php(25): Site->loadPlugins() #7 /c/web/ooe/index.php(8): Site->Site() #8 {main} thrown in /c/web/ooe/includes/database.php on line 12
Any clue what I have done wrong?
I have not used "admin" anywhere in the configuration. Should I?
|
 king curt Caldari The Maverick Navy Against ALL Authorities |
Posted - 2011.04.24 03:46:00 - [ 36]
Edited by: king curt on 25/04/2011 03:32:57 Is there a way to set this up without using "dsn"?
Reason why I'm asking is because I am using a linux host that doesn't use a connection string. |
 Dutch Psycho00 |
Posted - 2011.04.24 21:05:00 - [ 37]
while i can login and actually do some of the stuff in out of eve i keep getting the following error message underneath the template and it is really annoying :
Warning: file_put_contents(/*************/outofeve/includes/outofeve/cacheff9c7e996f86458adc5ad94c4c9bb2e4) [function.file-put-contents]: failed to open stream: No such file or directory in *************/public_html/outofeve/includes/eve/api.php on line 177
Warning: touch() [function.touch]: Unable to create file /******************/outofeve/includes/outofeve/cacheff9c7e996f86458adc5ad94c4c9bb2e4 because No such file or directory in /*******************/outofeve/includes/eve/api.php on line 178
any idea on how i can fix this?
please let me know |
 Azazel Mordred Minmatar Cloak of Shadows |
Posted - 2011.04.25 05:56:00 - [ 38]
Dutch Psycho00 - It looks like your $config['eve']['cache_dir'] configuration is missing a trailing slash. Make sure the path ends in "/".
No07 - It appears your database configuration is perhaps wrong. Check $config['database']['user'] and $config['evedatabase']['user'], one or both of them appear to be missing (PDO->__construct('mysql:host=loca...', NULL, NULL) from your trace seems to indicate no username/password is making it's way to the DB connection).
king curt - Unfortunately no. It depends on PHP's PDO module for DB access. The "database.php" file could perhaps be rewritten to be mysql-specific (using "old-style" PHP mysql_xxx functions). You'd have to recruit a coder to do that for you unfortunately...
Ikki Phoenix - Granting access to corporation data for corp members in non-director roles is an idea for a future version, but it's something that will hopefully make it's way in sooner rather than too much later :). |
 Dutch Psycho00 |
Posted - 2011.04.25 08:28:00 - [ 39]
okay fixxed the cache error. but now when i go to the production profitability section i get this errors in the background
Warning: file_put_contents(***********************/outofeve/includes/../cache/market/f1c2fbe5f392d337caffa8ac7af60ca7) [function.file-put-contents]: failed to open stream: No such file or directory in /*****************/outofeve/includes/eve/apimarket.php on line 61
Warning: touch() [function.touch]: Unable to create file /********************/outofeve/includes/../cache/market/f1c2fbe5f392d337caffa8ac7af60ca7 because No such file or directory in /********************/outofeve/includes/eve/apimarket.php on line 62 |
 Azazel Mordred Minmatar Cloak of Shadows |
Posted - 2011.04.25 08:40:00 - [ 40]
Sadly that's a bug in the current release... You need to manually create a "market" directory in the cache directory. Just be sure to give it the same perms as the cache dir. |
 Dutch Psycho00 |
Posted - 2011.04.25 09:04:00 - [ 41]
okay so when i put in a market dir in the cache folder the errors should go away?
|
 Azazel Mordred Minmatar Cloak of Shadows |
Posted - 2011.04.25 17:05:00 - [ 42]
I certainly hope so, yes. |
 Dutch Psycho00 |
Posted - 2011.04.25 17:27:00 - [ 43]
i can confirm you that it works. no more background errors :) |
 Takeshi Ryuu Black Octopus Blind Octopus |
Posted - 2011.05.02 11:18:00 - [ 44]
I encounted a couple of issues/notices while testing ooe-1.7 locally before deploying to out alliance server:
1) \includes\libs\magpierss\rss_parse.inc, line 153 split() is deprecated in php 5.3.0, and it seems that in that particular place it can be safely replaced with explode().
2) notice: Trying to get property of non-object in \plugins\users\plugin.php< on line 224 This notice appears in user preferences untill the user presses "save" button at least once with any mineral prices.
3) Notice: Undefined offset: 3374 in \includes\eve\apiClasses.php on line 31 Judging by the comment, it is something related to the learning skills, which are gone. |
 Azazel Mordred Minmatar Cloak of Shadows |
Posted - 2011.05.02 18:28:00 - [ 45]
Cool, thanks for that!  |
 king curt Caldari The Maverick Navy Against ALL Authorities |
Posted - 2011.05.27 08:01:00 - [ 46]
Edited by: king curt on 27/05/2011 08:27:40 Azazel I've been looking at the svn for ooe and have gotten most of it loaded and testing it.
It looks very good. I haven't gotten all of it renamed and loaded, but I was particularly interested in the mail portion. Nice job!!! |
 Azazel Mordred Minmatar Cloak of Shadows |
Posted - 2011.06.16 12:41:00 - [ 47]
Kinda bad timing, but just needed to get this release finished up. OOE 1.8 has been released. You can grab it from the tags/1.8-incursion branch in SVN, or download a packaged version from the project's Google Code page. There are a number of new features and changes in this version: - Various bug fixes and other improvements. - Mail and notifications - Skill queue on character page - Journals will attempt to fetch the maximum number of records the API will provide. - UI changes to the entire application (it's now fixed width) including some new theme graphics. - Also UIs for assets, character, kills/deaths, have been tweaked a bit. If anyone could give feedback on how their journal appears and loads, that would be helpful (I don't have a lot of transaction data to test with on my character). Assuming all goes well, future development will happen in an Incarna branch. Please remember outofeve.com will be down this weekend. |
 Azazel Mordred Minmatar Cloak of Shadows |
Posted - 2011.06.21 19:41:00 - [ 48]
Really messed up the new journal walking and sorting functionality - managed to completely skip merging all of it into trunk, so the 1.8 release contains the old default number of journal records, and displays them in the API's latest default messed up order. Changes have been deployed on outofeve.com, and release 1.8.1 will be forthcoming (if you want it urgently, just grab the latest trunk - also includes market transaction walking and sorting). |
 Miiis Sweety Empire of Collateral Damage |
Posted - 2011.07.27 12:49:00 - [ 49]
Thank you for your hard work. Outofeve rocks! |
 Azazel Mordred Minmatar Cloak of Shadows |
Posted - 2011.07.29 05:26:00 - [ 50]
Thanks  Sorry for the delay with updates recently. I've decided to rewrite the API access, classes, and structure, and am slowly working my way through all the modules currently, getting them to work with the new stuff. Also optimising a bunch of API calls, caching options, etc. With the customisable API key stuff incoming shortly as well, I'm going to factor that in before next release as well. There hasn't been much SVN activity since I hate checking in code which doesn't actually run - and at the moment everything's in the middle of being broken  |