These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
Previous page12
 

Out of Eve - Character and Corporation info web app - v2.0 (Retribution)

Author
Azazel Mordred
Cloak of Shadows
#21 - 2013-03-14 08:29:39 UTC
Heh, sorry to hear that What?. Nice to meet a fellow South African in the Tech Lab, though Bear.

Out of Eve - Web-based character and corporation information http://www.outofeve.com/ Source Code: https://github.com/shrimpza/outofeve/

AzAkiR NaLDa
Council of Exiles
Brave Collective
#22 - 2013-03-20 21:08:37 UTC
i followed the wiki page to install the software but no matter what i try i keep getting the following error:

Quote:
Warning: Smarty error: unable to read resource: "index.html" in ****/includes/libs/smarty/Smarty.class.php on line 1092

Lone Star Warrior

Phrozyn Draconis
Stone Fox Syndicate
#23 - 2013-06-02 00:06:11 UTC
I'm also getting that same error.
I gave the entire site extremely insecure permissions to attempt to see if it was perms - but this didn't help.
So my guess is it's referencing an incorrect directory?
Phrozyn Draconis
Stone Fox Syndicate
#24 - 2013-06-02 01:00:49 UTC
AzAkiR NaLDa wrote:
i followed the wiki page to install the software but no matter what i try i keep getting the following error:

Quote:
Warning: Smarty error: unable to read resource: "index.html" in ****/includes/libs/smarty/Smarty.class.php on line 1092


Just wanted to update you that the fix to my issue was changing from the "eve" theme to the clean one - it appears the eve theme isn't functional.
kaspa101
Original Sinners
Pandemic Legion
#25 - 2013-07-03 18:12:12 UTC  |  Edited by: kaspa101
Fatal error: Call to a member function columnCount() on a non-object in /home/content/48/10146248/html/wallet/includes/database.php on line 48

Anyone know what this is about?
Azazel Mordred
Cloak of Shadows
#26 - 2013-07-17 04:33:30 UTC
Phrozyn Draconis wrote:
AzAkiR NaLDa wrote:
i followed the wiki page to install the software but no matter what i try i keep getting the following error:

Quote:
Warning: Smarty error: unable to read resource: "index.html" in ****/includes/libs/smarty/Smarty.class.php on line 1092


Just wanted to update you that the fix to my issue was changing from the "eve" theme to the clean one - it appears the eve theme isn't functional.


Hi, yes. All themes except "clean" were discontinued for OOE 2.0, so previous ones will no longer work. A "Dark" one was included which covers the need for a darker look.

kaspa101 wrote:
Fatal error: Call to a member function columnCount() on a non-object in /home/content/48/10146248/html/wallet/includes/database.php on line 48

Anyone know what this is about?


At what point is this happening, before or after login, or when you first try to load up the page?

It seems like a table might be missing - make sure you've configured your OOE and Eve DB settings correctly, and imported the additional SQL data in the sql/ directory.

Out of Eve - Web-based character and corporation information http://www.outofeve.com/ Source Code: https://github.com/shrimpza/outofeve/

Jonah Gravenstein
Machiavellian Space Bastards
#27 - 2013-07-22 02:36:35 UTC  |  Edited by: Jonah Gravenstein
I've got it up and running, encountering a couple of errors

Notice: Undefined index: cache_override in C:\xampp\htdocs\Outofeve\includes\eve\api.php on line 161

Warning: array_key_exists() expects parameter 2 to be array, null given in C:\xampp\htdocs\Outofeve\includes\eve\api.php on line 161

Notice: Use of undefined constant time - assumed 'time' in C:\xampp\htdocs\Outofeve\includes\eve\api.php on line 176

Notice: Undefined offset: 0 in C:\xampp\htdocs\Outofeve\includes\eve\api\keys.php on line 20 (multiple times)

On the whole it appears to be otherwise working fine, pulls the API and whatnot, the errors make me wonder if I've done something silly.

In the beginning there was nothing, which exploded.

New Player FAQ

Feyd's Survival Pack

Azazel Mordred
Cloak of Shadows
#28 - 2013-07-22 04:55:11 UTC
Hi

Yes, I noticed a couple of those warnings when doing some work on the project recently (in a fresh PHP install with pretty much all error logging turned on), and have (hopefully) fixed all of them (along with again reworking most of the DB access and stuff... heh).

If you're interested in resolving those errors in your install, you can grab the latest dev branch from SVN and apply it over your current install: https://ooe.googlecode.com/svn/branches/corp-standings

The corp standings functionality in the above branch is in a bit of flux right now, but otherwise the other issues you're seeing should be resolved.

Out of Eve - Web-based character and corporation information http://www.outofeve.com/ Source Code: https://github.com/shrimpza/outofeve/

Dixon Cutter
Savvys Corp
#29 - 2013-07-24 03:36:13 UTC
Would love to see some trading tools as plugins to this excellent new web app!

- ability to upload personal market dumps
- station and regional profitable trade analysis
- income graphs (like the new eve-stats)

I am not a big PHP dev, more of a systems and hosting guy, but I extend my offer to help with whatever I can. Need a web-host? ;)
Azazel Mordred
Cloak of Shadows
#30 - 2013-07-24 11:12:49 UTC
If anyone wants to contribute plugins, they're more than welcome P. It's really quite easy to build new ones and is documented on the project's Wiki. Unfortunately I personally don't have as much time as I'd like to dedicate to writing new modules, so what I do add, is mostly stuff I find useful for myself or am interested in trying. I'm also not a massive trader, so I don't really know much about the the detail that people need for things like that.

Quote:
- income graphs (like the new eve-stats

Do you mean this? https://ohheck.co.uk/EVEStats/home.php

Thanks for the hosting offer though, but I'm sorted there Smile

Out of Eve - Web-based character and corporation information http://www.outofeve.com/ Source Code: https://github.com/shrimpza/outofeve/

Dixon Cutter
Savvys Corp
#31 - 2013-07-30 05:32:33 UTC
Thank you for the reply. Yes, that's the site I meant.

I installed it on my Win2008r2 server (IIS7.5).

When I browse to the site, it displays the following error about 20 times:
Notice: Undefined index: in D:\SITES\ooe\includes\eve\api\keys.php on line 20

then:
Notice: Undefined property: MagpieRSS::$etag in D:\SITES\ooe\includes\libs\magpierss\rss_fetch.inc on line 156

and then the login form and news, stripped of styling.

Not sure what I am doing wrong (other than using a Windows server which is all I've got - no Linux or PHP coding skills :)
Azazel Mordred
Cloak of Shadows
#32 - 2013-08-01 04:36:04 UTC
Hi

The warnings sound like the same issue Jonah Gravenstein was having above. Until I create a new release though, the only way around that would be to get the current development source branch from SVN which has resolved a lot of those issues.

Perhaps alternatively you could check your php.ini configuration, and make sure you have "error_reporting" set to "E_ALL & ~E_NOTICE" - which should be the default anyway, unless it's changed in recent PHP versions.

Out of Eve - Web-based character and corporation information http://www.outofeve.com/ Source Code: https://github.com/shrimpza/outofeve/

Wingmate
Perkone
Caldari State
#33 - 2013-08-01 14:44:16 UTC
i added a corp key, but i can't seem to change between corp wallets. am i missing something?

i make spreadsheets for pretty cheap. contact me for more info.

https://forums.eveonline.com/default.aspx?g=posts&t=197433

Azazel Mordred
Cloak of Shadows
#34 - 2013-08-01 15:35:39 UTC
Wingmate wrote:
i added a corp key, but i can't seem to change between corp wallets. am i missing something?


If you go to the Journal, Transactions or Market Orders pages, you should see a drop-list at the top of the page with your wallets listed.

Additionally you should be able to at least confirm the data is available/being received by checking the Corp page, it should show you your wallets and balances on the left of the page.

Out of Eve - Web-based character and corporation information http://www.outofeve.com/ Source Code: https://github.com/shrimpza/outofeve/

Wingmate
Perkone
Caldari State
#35 - 2013-08-02 21:27:00 UTC
Azazel Mordred wrote:
Wingmate wrote:
i added a corp key, but i can't seem to change between corp wallets. am i missing something?


If you go to the Journal, Transactions or Market Orders pages, you should see a drop-list at the top of the page with your wallets listed.


this is not the case. there is a small dropdown roughly in the middle top of the screen titled "Account:", but it is empty.

i make spreadsheets for pretty cheap. contact me for more info.

https://forums.eveonline.com/default.aspx?g=posts&t=197433

Azazel Mordred
Cloak of Shadows
#36 - 2013-08-04 06:20:08 UTC
OK, I'm at a bit of a loss then. Do you have Corporation Sheet enabled on your key? That is required to gain access to the list of wallet divisions and their names.

Out of Eve - Web-based character and corporation information http://www.outofeve.com/ Source Code: https://github.com/shrimpza/outofeve/

Wingmate
Perkone
Caldari State
#37 - 2013-08-05 21:07:56 UTC
derp berp herp that was it. also had to update the individual sheet because i can't read. nice work 8D

i make spreadsheets for pretty cheap. contact me for more info.

https://forums.eveonline.com/default.aspx?g=posts&t=197433

Previous page12