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.
 

phpBB 3.x API Registration Mod v6+

Author
Cyerus
University of Caille
Gallente Federation
#261 - 2012-06-29 21:13:45 UTC  |  Edited by: Cyerus
Azam Azara wrote:
When installing, I am running into the following error:


Inserting data in the eveapi_items database table.

SQL ERROR Incorrect string value: '\x96 Auth...' for column 'itemName' at row 10441

This is from a completely clean install of phpBB3 during the 4th step.

Azam


You should be using the install/index.php script from the upload directory of the package to import data into the database, not the obsolete sql files.
Azam Azara
Phoenix Legion Ltd
#262 - 2012-06-29 21:31:27 UTC
Cyerus wrote:
Azam Azara wrote:
When installing, I am running into the following error:


Inserting data in the eveapi_items database table.

SQL ERROR Incorrect string value: '\x96 Auth...' for column 'itemName' at row 10441

This is from a completely clean install of phpBB3 during the 4th step.

Azam


You should be using the install/index.php script from the upload directory of the package to import data into the database, not the obsolete sql files.



I'm installing using the install/index.php that was uploaded from the upload directory. So I don't believe I am using any outdated SQL files.
Spork Witch
The Scope
Gallente Federation
#263 - 2012-06-29 23:03:17 UTC
Azam Azara wrote:
Cyerus wrote:
Azam Azara wrote:
When installing, I am running into the following error:


Inserting data in the eveapi_items database table.

SQL ERROR Incorrect string value: '\x96 Auth...' for column 'itemName' at row 10441

This is from a completely clean install of phpBB3 during the 4th step.

Azam


You should be using the install/index.php script from the upload directory of the package to import data into the database, not the obsolete sql files.



I'm installing using the install/index.php that was uploaded from the upload directory. So I don't believe I am using any outdated SQL files.

I'm getting the same. AutoMOD installed fine, I upload the API mod files as instructed, it returns that error. OK. Run install again, uninstall, delete the install directory, upload the install from the API mod again, run install again, I get the same error.
Decaedron
The Wings of Maak
#264 - 2012-06-30 07:21:26 UTC
This is the same SQL error I encountered. I think I did "Back" "Back", tried again the process, and it said "Success"
Cyerus
University of Caille
Gallente Federation
#265 - 2012-06-30 20:39:11 UTC  |  Edited by: Cyerus
Hereby I'm releasing hotfix version 6.0.1

This release fixes:

  • Small issue introduced in 6.0.0 prevent the user from updating their API details in the User Control Panel.
  • Hopefully fixes the \x96 Auth.. issue some users are having when running MySQL 5.1



Updating from 6.0.0 to 6.0.1 is quite easy (and those steps will remain as easy in future versions!);

  1. In the Admin Control Panel, click on tab AutoMOD
  2. Click Uninstall button next to the EVE API MOD, and click Uninstall on the new page again to confirm.
  3. Once uninstalled, click on Delete. (Since we want to get rid of the old package..)
  4. Click on Browse and point it towards the EVE API 6.0.1 for phpBB [AutoMOD].zip file contained inside the package. (This version number changes depending on version, ofcourse.)
  5. Hit Upload.
  6. Now hit Install next to EVE API MOD.
  7. Now upload all the files from the Upload directory of the package to the forum. (Replace files -> Yes).
  8. Run your-webhost.com/your-forum/install/index.php.
  9. Choose Update, and proceed with the rest of the wizard.
  10. Delete the install directory from the root of your forum.
  11. Clear your forums cache in the Admin Control Panel, and you should be done!



Download can be found in the first post of this topic as usual.
Let me know if you come across any other issues.

~Cyerus
Derp Teknick
AirHogs
Hogs Collective
#266 - 2012-07-01 11:06:52 UTC  |  Edited by: Derp Teknick
Cyerus wrote:
Decaedron wrote:
Thanks for the update Cyerus !

I ran into issues, upgrading from latest version :
- When installing the API mod (step 4), I had a sql error (sorry, I didnt copy it). I tried to install again, and it worked
- At step 9, I have this error : Could not upload attachment to ./../store/mods/eve_api_6.zip. I had to manually modify the mods folder rights.

Now in ACP, I can't associate Alliances and Corporations to groups ! http://clip2net.com/s/24IuF


Are you sure you followed all the steps?
It sounds like you forgot to upload some files from the upload directory.

You can also try to remove and then re-add the EVE API modules.

The error of step 9 is because the directory didn't have the right permissions to allow file uploads. This is a generic phpBB error which should be pointed out during initial phpBB installation.

Hi Cyerus, I am also having the issue of Corp and Alliance modules not working, and the user's section doesn't have any API sections associated with them.
http://i.imgur.com/jPHSv.png
http://i.imgur.com/7R4E2.png
http://i.imgur.com/sGh4Y.png

Edit: New user registration also contains no section for users to enter their API information

.

Decaedron
The Wings of Maak
#267 - 2012-07-01 17:01:48 UTC
I tried to uninstall/install the mod, still no luck. I'm not familiar with phpbb code structure, but it looks like the forum doesnt get the eveapi variables (like S_EVEAPI_VALIDATE for example). Where is stored the configuration of the module ?
Cyerus
University of Caille
Gallente Federation
#268 - 2012-07-02 00:22:22 UTC
Derp Teknick wrote:
Cyerus wrote:
Decaedron wrote:
Thanks for the update Cyerus !

I ran into issues, upgrading from latest version :
- When installing the API mod (step 4), I had a sql error (sorry, I didnt copy it). I tried to install again, and it worked
- At step 9, I have this error : Could not upload attachment to ./../store/mods/eve_api_6.zip. I had to manually modify the mods folder rights.

Now in ACP, I can't associate Alliances and Corporations to groups ! http://clip2net.com/s/24IuF


Are you sure you followed all the steps?
It sounds like you forgot to upload some files from the upload directory.

You can also try to remove and then re-add the EVE API modules.

The error of step 9 is because the directory didn't have the right permissions to allow file uploads. This is a generic phpBB error which should be pointed out during initial phpBB installation.

Hi Cyerus, I am also having the issue of Corp and Alliance modules not working, and the user's section doesn't have any API sections associated with them.
http://i.imgur.com/jPHSv.png
http://i.imgur.com/7R4E2.png
http://i.imgur.com/sGh4Y.png

Edit: New user registration also contains no section for users to enter their API information


The fixed values are inside includes/eveapi/functions_eveapi.php, which is never called.
This is because the master switch has been set to disabled.
Go to General Settings, and enable EVE API Validation.

I'm releasing 6.0.2 shortly to include those values in the AdminCP, instead of having to manually added the file if you want them changed.


Decaedron wrote:
I tried to uninstall/install the mod, still no luck. I'm not familiar with phpbb code structure, but it looks like the forum doesnt get the eveapi variables (like S_EVEAPI_VALIDATE for example). Where is stored the configuration of the module ?


I'm lost, which bug are you talking about again?
Decaedron
The Wings of Maak
#269 - 2012-07-02 01:45:03 UTC
Cyerus wrote:

I'm lost, which bug are you talking about again?



Same bug as Derp Teknick : I'm missing the corp and alliance in the modules, and the API sections in acp or ucp. I tried Disable/Enable API validation in General Settings as you said and it doesn't do anything
Cyerus
University of Caille
Gallente Federation
#270 - 2012-07-02 17:54:53 UTC
Hereby I'm releasing version 6.0.2

Main change in this release is that the amount of corporations, alliance, special forum groups and special teamspeak groups can be set using the Admin Control Panel, rather than having to manually source-edit a file.
You'll have to remove and re-add all EVE API modules in order for this to work.

Same update instructions apply, and don't forget to clear your cache.

Download can be found in the first post of this topic as usual.
Let me know if you come across any other issues.

~Cyerus
Decaedron
The Wings of Maak
#271 - 2012-07-03 16:17:34 UTC
Many thanks for the update ! It solved my issues :)
Troy Aihaken
Quekz
#272 - 2012-07-03 20:56:13 UTC
Hi,
I am having a slight problem with the fitting display the fit i am posting is this.

[evefit][Loki, Loki: Solo & Small gang / Dual Web / Armor]
1600mm Reinforced Rolled Tungsten Plates I
1600mm Reinforced Rolled Tungsten Plates I
Republic Fleet Gyrostabilizer
Republic Fleet Gyrostabilizer
Corpum A-Type Energized Explosive Membrane
Corpum A-Type Energized Kinetic Membrane

Federation Navy 10MN MicroWarpdrive
Republic Fleet Warp Disruptor
Federation Navy Stasis Webifier
Federation Navy Stasis Webifier

220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II

Medium Trimark Armor Pump II
Medium Trimark Armor Pump II
Medium Trimark Armor Pump II

Loki Defensive - Adaptive Augmenter
Loki Electronics - Immobility Drivers
Loki Propulsion - Chassis Optimization
Loki Offensive - Projectile Scoping Array
Loki Engineering - Power Core Multiplier

Hobgoblin II
Hornet EC-300[/evefit]

Anybody please help

p.s. if its a bad fittting idc its was just a fit i pulled from battleclinic

NodeJS Developer | Frontend Development | Programming Enthusiast

Cyerus
University of Caille
Gallente Federation
#273 - 2012-07-03 22:32:55 UTC
Troy Aihaken wrote:
Hi,
I am having a slight problem with the fitting display the fit i am posting is this.

[evefit][Loki, Loki: Solo & Small gang / Dual Web / Armor]
1600mm Reinforced Rolled Tungsten Plates I
1600mm Reinforced Rolled Tungsten Plates I
Republic Fleet Gyrostabilizer
Republic Fleet Gyrostabilizer
Corpum A-Type Energized Explosive Membrane
Corpum A-Type Energized Kinetic Membrane

Federation Navy 10MN MicroWarpdrive
Republic Fleet Warp Disruptor
Federation Navy Stasis Webifier
Federation Navy Stasis Webifier

220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II
220mm Vulcan AutoCannon II

Medium Trimark Armor Pump II
Medium Trimark Armor Pump II
Medium Trimark Armor Pump II

Loki Defensive - Adaptive Augmenter
Loki Electronics - Immobility Drivers
Loki Propulsion - Chassis Optimization
Loki Offensive - Projectile Scoping Array
Loki Engineering - Power Core Multiplier

Hobgoblin II
Hornet EC-300[/evefit]

Anybody please help

p.s. if its a bad fittting idc its was just a fit i pulled from battleclinic


There are limitations to the fittingname. Change the fittingname to excluse the / and & and it should work.
I'll make a list of characters allowed tomorrow.
Troy Aihaken
Quekz
#274 - 2012-07-04 06:40:05 UTC
Thank you

NodeJS Developer | Frontend Development | Programming Enthusiast

ISuper
State War Academy
Caldari State
#275 - 2012-07-09 04:56:17 UTC  |  Edited by: ISuper
.del
Sansa Star
Doomheim
#276 - 2012-07-12 20:12:15 UTC
Any Jabber support?
Cyerus
University of Caille
Gallente Federation
#277 - 2012-07-12 23:49:06 UTC
Sansa Star wrote:
Any Jabber support?


Not yet, but working on it. Blink
George Talvanen
Cisco Enterprises
#278 - 2012-07-14 18:10:22 UTC
I have installed this on a brand new installation and when i go to enable the modules, they are not listed on the module list. I dont know what to do, do you have any ideas?
Cyerus
University of Caille
Gallente Federation
#279 - 2012-07-15 00:09:53 UTC
George Talvanen wrote:
I have installed this on a brand new installation and when i go to enable the modules, they are not listed on the module list. I dont know what to do, do you have any ideas?


Are you sure you have uploaded all the files from the Upload directory?
21646854
#280 - 2012-07-15 14:59:53 UTC  |  Edited by: 21646854
nevermind i got it working... great mod btw thanks :)