| Author |
Thread Statistics | Show CCP posts - 1 post(s) |

tomd741
The Mjolnir Bloc The Bloc
11
|
Posted - 2014.02.27 17:42:00 -
[1] - Quote
I updated CTools and Libraries as they kept bothering me there was a security update. Now when I got to the TS3 settings section there isn't a drop down box for a group that is excluded from API validation. As a result when I update the TS3 settings and hit save I get:
Notice: Undefined index: bypass_group in eve_api_teamspeak_admin_form_submit() (line 398 of /home/skiedud1/public_html/mjolnirbloc/modules/eve_api/eve_api_teamspeak/eve_api_teamspeak.admin.inc).
Ctools: 7.x-1.4 Librariers: Libraries 7.x-2.2 |

tomd741
The Mjolnir Bloc The Bloc
11
|
Posted - 2014.03.16 21:04:00 -
[2] - Quote
Thought I was going crazy when it said DB columns weren't there all the sudden. I had to manually remove the ones I had added for the update to go through but thanks for adding that. |

tomd741
The Mjolnir Bloc The Bloc
14
|
Posted - 2014.03.16 21:04:05 -
[3] - Quote
Thought I was going crazy when it said DB columns weren't there all the sudden. I had to manually remove the ones I had added for the update to go through but thanks for adding that.
Check out my Bio for the Ore Buyback Calculator
|

tomd741
The Mjolnir Bloc The Bloc
11
|
Posted - 2014.03.16 21:59:00 -
[4] - Quote
Also since this update I'm not seeing my cron job complete. Its been spinning for 15 minutes as of now when it normally completes in ~2 minutes.
There are no errors on the cron page its just stuck spinning, nothing in the reports section, nothing in the error_log and no TS rights are being assigned.
I can see the /cron.php file running in my processes and looking in the teamspeak folder /logs I can see it that it successfully logged into the TS server via query but nothing happening |

tomd741
The Mjolnir Bloc The Bloc
14
|
Posted - 2014.03.16 21:59:25 -
[5] - Quote
Also since this update I'm not seeing my cron job complete. Its been spinning for 15 minutes as of now when it normally completes in ~2 minutes.
There are no errors on the cron page its just stuck spinning, nothing in the reports section, nothing in the error_log and no TS rights are being assigned.
I can see the /cron.php file running in my processes and looking in the teamspeak folder /logs I can see it that it successfully logged into the TS server via query but nothing happening
Check out my Bio for the Ore Buyback Calculator
|

tomd741
The Mjolnir Bloc The Bloc
11
|
Posted - 2014.03.16 22:19:00 -
[6] - Quote
0mni Ca wrote:After an update, check to see if the teamspeak connection was turned off. Where you enter you TS settings, make sure the checkbox is checked and hit submit.
I did find that an re-enabled it as well. Re-enabled it and ran the cron and waited another 10 min.
I've backdated to the dev version and the cron completes again in under 2 min. I've been digging through all the server logs but haven't been able to find where its getting stuck |

tomd741
The Mjolnir Bloc The Bloc
14
|
Posted - 2014.03.16 22:19:43 -
[7] - Quote
0mni Ca wrote:After an update, check to see if the teamspeak connection was turned off. Where you enter you TS settings, make sure the checkbox is checked and hit submit.
I did find that an re-enabled it as well. Re-enabled it and ran the cron and waited another 10 min.
I've backdated to the dev version and the cron completes again in under 2 min. I've been digging through all the server logs but haven't been able to find where its getting stuck
Check out my Bio for the Ore Buyback Calculator
|

tomd741
The Mjolnir Bloc The Bloc
11
|
Posted - 2014.03.16 22:42:00 -
[8] - Quote
0mni Ca wrote:The current DEV version is RC8, so not sure what the difference could be.
Yeah its a bit strange I ran a diff on the files and the only thing of note is the timeout change you mentioned from 60 - 3600.
I guess my server for whatever reason isn't liking that new value.
Heres a copy of the diff
diff eve_api/eve_api.cron.inc eve_api.old/eve_api.cron.inc 190c190 < 'time' => 60, --- > 'time' => 3600, 194c194 < 'time' => 60, --- > 'time' => 3600, 198c198 < 'time' => 60, --- > 'time' => 3600, 202c202 < 'time' => 60, --- > 'time' => 3600, 206c206 < 'time' => 60, --- > 'time' => 3600, 210c210 < 'time' => 60, --- > 'time' => 3600, 214c214 < 'time' => 60, --- > 'time' => 3600, diff eve_api/eve_api.info eve_api.old/eve_api.info 9,10c9,10 < ; Information added by Drupal.org packaging script on 2014-02-22 < version = "7.x-2.0-rc7+9-dev" --- > ; Information added by Drupal.org packaging script on 2014-03-14 > version = "7.x-2.0-rc8" 13c13 < datestamp = "1393105730" --- > datestamp = "1394837005" diff eve_api/eve_api.install eve_api.old/eve_api.install 243a244,249 > 'factionID' => array( > 'description' => 'Faction id character belongs to.', > ) + $big_int, > 'factionName' => array( > 'description' => 'Faction name character belongs to.', > ) + $varchar, 596a603,606 > 'senderName' => array( > 'description' => 'The Senders Name.', > 'not null' => TRUE, |

tomd741
The Mjolnir Bloc The Bloc
14
|
Posted - 2014.03.16 22:42:10 -
[9] - Quote
0mni Ca wrote:The current DEV version is RC8, so not sure what the difference could be.
Yeah its a bit strange I ran a diff on the files and the only thing of note is the timeout change you mentioned from 60 - 3600.
I guess my server for whatever reason isn't liking that new value.
Heres a copy of the diff
diff eve_api/eve_api.cron.inc eve_api.old/eve_api.cron.inc 190c190 < 'time' => 60, --- > 'time' => 3600, 194c194 < 'time' => 60, --- > 'time' => 3600, 198c198 < 'time' => 60, --- > 'time' => 3600, 202c202 < 'time' => 60, --- > 'time' => 3600, 206c206 < 'time' => 60, --- > 'time' => 3600, 210c210 < 'time' => 60, --- > 'time' => 3600, 214c214 < 'time' => 60, --- > 'time' => 3600, diff eve_api/eve_api.info eve_api.old/eve_api.info 9,10c9,10 < ; Information added by Drupal.org packaging script on 2014-02-22 < version = "7.x-2.0-rc7+9-dev" --- > ; Information added by Drupal.org packaging script on 2014-03-14 > version = "7.x-2.0-rc8" 13c13 < datestamp = "1393105730" --- > datestamp = "1394837005" diff eve_api/eve_api.install eve_api.old/eve_api.install 243a244,249 > 'factionID' => array( > 'description' => 'Faction id character belongs to.', > ) + $big_int, > 'factionName' => array( > 'description' => 'Faction name character belongs to.', > ) + $varchar, 596a603,606 > 'senderName' => array( > 'description' => 'The Senders Name.', > 'not null' => TRUE,
Check out my Bio for the Ore Buyback Calculator
|
| |
|