Pages: 1 [2] 3 4 5 6 7 8 :: one page |
Author |
Thread Statistics | Show CCP posts - 1 post(s) |

qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
6
|
Posted - 2014.04.25 14:24:00 -
[31] - Quote
Lady Willow wrote:Your script for downloading the DB into the tmp folder doesnt work!
update_sde.sh is brocken i think
Could you please give some more details as to what exactly doesn't work? Also, v0.6 will have a updated version of the sde_updator which is already available in the dev branch here. Feel free to test it out! |

Calthia
Dragon Clan Nulli Secunda
0
|
Posted - 2014.04.28 08:31:00 -
[32] - Quote
The Script cant download the database, he dont find the right name. So it create the directory but this says empty.
have the next problem now.
After starting php artisan migrate i get a warning:
PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/module.so' cannot open shared object fie: No such fie or directory in Unknow on line 0 Mcryp PHP extesion required
I have installed mcrypt-5.3.3-1.e16.rf.x86_64 |

Lady Willow
de Kore Ltd.
0
|
Posted - 2014.04.28 08:56:00 -
[33] - Quote
The Script cant download the database, he dont find the right name. So it create the directory but this says empty.
have the next problem now.
After starting php artisan migrate i get a warning:
PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/module.so' cannot open shared object fie: No such fie or directory in Unknow on line 0 Mcryp PHP extesion required
I have installed mcrypt-5.3.3-1.e16.rf.x86_64 |

qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
6
|
Posted - 2014.04.29 03:45:00 -
[34] - Quote
Lady Willow wrote:The Script cant download the database, he dont find the right name. So it create the directory but this says empty.
Ok if I understand you correctly, make sure you are currently in the evesde folder, and are invoking the script with:
Quote: $ cd /var/www/seat/evesde $ sh update_sde.sh Automatically import required SQL files? [y/N]
Lady Willow wrote: have the next problem now.
After starting php artisan migrate i get a warning:
PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/module.so' cannot open shared object fie: No such fie or directory in Unknow on line 0 Mcryp PHP extesion required
I have installed mcrypt-5.3.3-1.e16.rf.x86_64
Ensure that you have mcrypt support enabled. You can check this with:
Quote: $ php -i | grep mcrypt Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, mcrypt.*, mdecrypt.* mcrypt mcrypt support => enabled <= The important line mcrypt_filter support => enabled mcrypt.algorithms_dir => no value => no value mcrypt.modes_dir => no value => no value
If it does not show this, ensure the module is loading via your php.ini. Your looking for a line that is similar to:
Quote:extension=mcrypt.so
HTH |

Lady Willow
de Kore Ltd.
0
|
Posted - 2014.04.29 08:52:00 -
[35] - Quote
I have it running but, after i login i get the follow message:
Whoops, looks like something went wrong.
What is the standard user? Hov can i create new users? |

qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
6
|
Posted - 2014.04.29 09:43:00 -
[36] - Quote
Lady Willow wrote:I have it running but, after i login i get the follow message:
Whoops, looks like something went wrong.
Please pastebin an extract from your laravel.log. Chances are you will probably see whats up there 
Lady Willow wrote: What is the standard user? Hov can i create new users?
As for the users, the default is admin and the password should ideally be set with php artisan seat:reset. In a future release SeAT will have a form of multi tenancy. |

Tarlson
sleep Deprivation INC. LLC Brothers of Tangra
4
|
Posted - 2014.05.01 05:04:00 -
[37] - Quote
qu1ckkkk wrote:Lady Willow wrote:Your script for downloading the DB into the tmp folder doesnt work!
update_sde.sh is brocken i think Could you please give some more details as to what exactly doesn't work? Also, v0.6 will have a updated version of the sde_updator which is already available in the dev branch here. Feel free to test it out!
Using v0.6 I had to run the following command on a Ubuntu 14.04 LTS Server install
update-alternatives --install /bin/sh sh /bin/bash 1
If I didn't run the above it would give me the "Function not Found" error, this is due to Ubuntu using Dash instead of Bash..... |

Lady Willow
de Kore Ltd.
0
|
Posted - 2014.05.07 15:01:00 -
[38] - Quote
Need pls help with tis error:
[2014-05-07 14:58:00] production.ERROR: exception 'Predis\Connection\ConnectionException' with message 'Connection refused [tcp://127.0.0.1:6379]' in /var/www/html/seat/vendor/predis/predis/lib/Predis/Connection/AbstractConnection.php:141 |

qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
6
|
Posted - 2014.05.07 18:02:00 -
[39] - Quote
Lady Willow wrote:Need pls help with tis error:
[2014-05-07 14:58:00] production.ERROR: exception 'Predis\Connection\ConnectionException' with message 'Connection refused [tcp://127.0.0.1:6379]' in /var/www/html/seat/vendor/predis/predis/lib/Predis/Connection/AbstractConnection.php:141
Make sure that Redis is running and if you are running on CentOS, some docs about SELinux were recently added in the dev branch that could cause the error you are experiencing. Read about it here in the security -> SELinux section |

RJander
Federal Navy Academy Gallente Federation
1
|
Posted - 2014.05.14 18:28:00 -
[40] - Quote
hi,
noob here..
I have follow your tuto with ubuntu, so far so good, everything works.. except the data base install with your script.. but i installed the entire rubicon database from fuzzwork (i need them).. so.. I have acces to the front end, and the admin part (no css tough??) My probleme (off course^^) come when i want to put a apikey.. i just have a page "Not Found
The requested URL /seat/public/api-key/new-key was not found on this server."
so.. i don't know what i doing wrong..
if i can pass you log or something.. just tell me where i can find them.. |

qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
6
|
Posted - 2014.05.14 18:42:00 -
[41] - Quote
RJander wrote:hi,
noob here..
I have follow your tuto with ubuntu, so far so good, everything works.. except the data base install with your script.. but i installed the entire rubicon database from fuzzwork (i need them).. so..
Having all of the tables there is perfectly fine :) Would be great if you could elaborate what exactly went wrong with the SDE updater so that it could be fixed. If possible, log a issue on the projects github page.
RJander wrote: I have acces to the front end, and the admin part (no css tough??) My probleme (off course^^) come when i want to put a apikey.. i just have a page "Not Found
The requested URL /seat/public/api-key/new-key was not found on this server."
so.. i don't know what i doing wrong..
if i can pass you log or something.. just tell me where i can find them..
This sounds like something related to web server setup if I have to think about it really quickly. Especially the mention of no CSS. Double check your virtual hosts configuration file and that the webserver paths are correct. If you still can't figure it out, feel free to come hop by the IRC channel and when I'm around I'll try help you out. |

RJander
Federal Navy Academy Gallente Federation
1
|
Posted - 2014.05.14 22:38:00 -
[42] - Quote
i will try to repet the process with the SDE updater..
I don't use a virtual host. I put the site on "/var/www/html/seat" Do i have to config app.php?? because i try whitout touching it, and with " 'url' => 'http///localhost/seat', ", but nothing change.. When i make change in this file, do i have to restart something?? I also check chmod et chown, put all acces to everyone and make www-data the owner.. no change.. I use a VM VirtualBox with ubuntu 14.04 and apache 2.4.7
I have install wordpress for testing, and all works without probleme..
I will try to find out by digging the net, but so far i don't find anything related
(sorry for my bad english) |

DaveTheGreat
Enlightened Industries Goonswarm Federation
6
|
Posted - 2014.05.16 10:43:00 -
[43] - Quote
Great web app. I will be looking forward to see where you go with it.
I powered up a new VPS, and got it working in about an hour or so following your great Video guide.
I will be mainly using it for the api pulls and recoding my pos monitoring application around it.
|

Denavit
We are not bad. Just unlucky Goonswarm Federation
5
|
Posted - 2014.05.21 17:53:00 -
[44] - Quote
Hi, im stuck, after typing
sh update_sde.sh
i got a command not found and an error in the file not expected or somethign --> "}"
si i searched and found that using this
update-alternatives --install /bin/sh sh /bin/bash 1
would solve that problem, and it did, but now, after using sh update.sde.sh it does start after asking for database usar, password, host and name, but..
at the end i dont get any .sql file, it says getting dump /tmp/seat-xxxxxx and then extracting, at the end it says
Importing the Sql fiels into MySQl... and it quits
so when i try to populate it says no such file or directory it ask for password and thats all
can you help me? thank you in advance. |

qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
6
|
Posted - 2014.05.22 04:15:00 -
[45] - Quote
Denavit wrote: so when i try to populate it says no such file or directory it ask for password and thats all
can you help me? thank you in advance.
Have you checked your db if the imports did not complete? A successful import will have no output, and you should at least see a table called invTypes. Simple Corporation Management: http://eve-seat.github.io/seat/ |

CivilWars
Rolled Out
84
|
Posted - 2014.06.04 15:36:00 -
[46] - Quote
Hello,
Big fan of SeAT. We recently updated to 0.8, and every time I try to add an API key I get the "Whoops" error message. It does actually add the API, but instead of it taking me to a success page it says it fails. Is there something we need to check on our end? Thanks. |

Nutbolt
Avalon Project Shadow Rock Alliance
89
|
Posted - 2014.06.04 16:51:00 -
[47] - Quote
CivilWars wrote:Hello,
Big fan of SeAT. We recently updated to 0.8, and every time I try to add an API key I get the "Whoops" error message. It does actually add the API, but instead of it taking me to a success page it says it fails. Is there something we need to check on our end? Thanks.
I believe this was fixed in this issue: https://github.com/eve-seat/seat/issues/97
So you should see a fix for this in 0.9 when this comes out.
|

CivilWars
Rolled Out
84
|
Posted - 2014.06.04 17:00:00 -
[48] - Quote
Much thanks. |

Arkumord Churhee
Bavarian Unstressed Mining Mob Synergy of Steel
0
|
Posted - 2014.06.09 01:06:00 -
[49] - Quote
Just did a successful install on my Raspberry Pi. Works great so far, thanks! |

qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
6
|
Posted - 2014.06.22 14:49:00 -
[50] - Quote
So SeAT v0.9 just landed, with the much awaited multi user support. You can now create more users, have members in your corporation register and grant them access to certain parts of the corporation information available in the frontend.
It should be noted that this is the very first iteration of the multi user support and and such, any bugs or potential errors should be reported asap so we can fix it !
Enjoy :) Simple Corporation Management: http://eve-seat.github.io/seat/ |

DaveTheGreat
Enlightened Industries Goonswarm Federation
6
|
Posted - 2014.06.23 15:17:00 -
[51] - Quote
qu1ckkkk wrote:So SeAT v0.9 just landed,
Enjoy :) That was a quick and easy upgrade. 
|

DaveTheGreat
Enlightened Industries Goonswarm Federation
6
|
Posted - 2014.06.27 17:43:00 -
[52] - Quote
Will the new industry api's Industry API's be included in the next release after the Cruis release. |

Solarais
Wardogs. The Predictables
9
|
Posted - 2014.06.30 01:40:00 -
[53] - Quote
Working great!!
amazing app, would recommend |

qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
6
|
Posted - 2014.06.30 11:07:00 -
[54] - Quote
DaveTheGreat wrote:Will the new industry api's Industry API's be included in the next release after the Cruis release.
Definitely. The current Industry API's never really got much love due to the soon incoming API changes so it never made sense to spend much time on them. Post-Cruis will ofc be a different story :) Simple Corporation Management: http://eve-seat.github.io/seat/ |

Arkumord Churhee
Bavarian Unstressed Mining Mob Synergy of Steel
4
|
Posted - 2014.06.30 22:52:00 -
[55] - Quote
Getting an error since yesterday. Seems that SeAT is stuck, even after rebooting the server. I have 1 job queued (ServerStatus), 1 job Working (AllianceList Update) and one job failed (Jumps Update), website error log here, laravel.log here. All jobs at least 1 day old. Anything i can do?
Best Regards |

DaveTheGreat
Enlightened Industries Goonswarm Federation
6
|
Posted - 2014.07.02 09:29:00 -
[56] - Quote
Arkumord Churhee wrote:Getting an error since yesterday. Seems that SeAT is stuck, even after rebooting the server. I have 1 job queued (ServerStatus), 1 job Working (AllianceList Update) and one job failed (Jumps Update), website error log here, laravel.log here. All jobs at least 1 day old. Anything i can do? Best Regards I had a similar problem, my solution was just to change the status of the line in queue_information table in the seat database from Working to Done. It cleared the job. The api pull worked ok the next time round.
|

qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
6
|
Posted - 2014.07.02 12:06:00 -
[57] - Quote
Arkumord Churhee wrote:Getting an error since yesterday. Seems that SeAT is stuck, even after rebooting the server. I have 1 job queued (ServerStatus), 1 job Working (AllianceList Update) and one job failed (Jumps Update), website error log here, laravel.log here. All jobs at least 1 day old. Anything i can do? Best Regards
Sorry for the late reply.
If the job is still queued you can just delete it using the cross icon "X" next to the job. As for the working job not finishing, there may be a need to just update the status to Done to get it out of the way. As for the error you gave, sadly its missing the stack trace at the end which can help ID the problem.
If you still stuck, feel free to hop onto the IRC as per the docs and lets see if we can help you out. Simple Corporation Management: http://eve-seat.github.io/seat/ |

Arkumord Churhee
Bavarian Unstressed Mining Mob Synergy of Steel
4
|
Posted - 2014.07.06 15:39:00 -
[58] - Quote
Hi there,
thanks for the response, it worked! Also, thanks for all the updates that are coming :) just finished installing v0.9.1!
Best regards |

Lan Wang
Coreli Corporation Ineluctable.
26
|
Posted - 2014.07.07 15:04:00 -
[59] - Quote
can this system be incorporated into wordpress? |

Nutbolt
Avalon Project Shadow Rock Alliance
90
|
Posted - 2014.07.07 15:26:00 -
[60] - Quote
Lan Wang wrote:can this system be incorporated into wordpress?
How do you mean? Do you have a bunch of API keys in wordpress you would like to import to SeAT, or would you like to simply display SeAT within a wordpress page on your website, or something else?
|
|
|
Pages: 1 [2] 3 4 5 6 7 8 :: one page |
First page | Previous page | Next page | Last page |