Jump to content
Gepard

r15572: New GM, Commands & Permissions system

Recommended Posts

Are you on 64bit or x86 (32bit) if you a using 64bit you need to remeber to use this command when you run the ./configure script

./configure --enable-64bit

Edited by Poseidon
Link to comment
Share on other sites

Please make sure you're using at least r15573 and — already mentioned by Ind — re-run ./configure.

If you're still getting this error, please report your OS version, as this is a OS dependent issue.

  • Upvote 1
Link to comment
Share on other sites

Please make sure you're using at least r15573 and — already mentioned by Ind — re-run ./configure.

If you're still getting this error, please report your OS version, as this is a OS dependent issue.

im tryed r15581 and the latest r15583 but it have same errors like my post above @ #21 .also my OS is Centos 5 32bit

Link to comment
Share on other sites

For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' :

- fluxCP_rA_update_r15583.patch

This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors.

Thanks Xantara, I applied that diff and it allowed me to register/login with Flux CP now.

However, when I try to view a character in my account (.../?module=account&action=view) on flux cip, it sends me to the error page saying:

"Error

An error occurred while trying to process your request.

Please try contacting an administrator: [email protected]"

Edited by sizenine
Link to comment
Share on other sites

For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' :

- fluxCP_rA_update_r15583.patch

This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors.

Thanks Xantara, I applied that diff and it allowed me to register/login with Flux CP now.

However, when I try to view a character in my account (.../?module=account&action=view) on flux cip, it sends me to the error page saying:

"Error

An error occurred while trying to process your request.

Please try contacting an administrator: [email protected]"

set $showExceptions to true to see what is wrong

  • Upvote 1
Link to comment
Share on other sites

For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' :

- fluxCP_rA_update_r15583.patch

This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors.

Thanks Xantara, I applied that diff and it allowed me to register/login with Flux CP now.

However, when I try to view a character in my account (.../?module=account&action=view) on flux cip, it sends me to the error page saying:

"Error

An error occurred while trying to process your request.

Please try contacting an administrator: [email protected]"

set $showExceptions to true to see what is wrong

it say:

#0 /home/ro/ro.com/lib/Flux/TemporaryTable.php(80): Flux_TemporaryTable::raise('Failed to impor...')

#1 /home/ro/ro.com/modules/account/view.php(12): Flux_TemporaryTable->__construct(Object(Flux_Connection), 'rodb.items', Array)

#2 /home/ro/ro.com/lib/Flux/Template.php(337): include('/home/ro/rag...')

#3 /home/ro/ro.com/lib/Flux/Dispatcher.php(168): Flux_Template->render()

#4 /home/ro/ro.com/index.php(175): Flux_Dispatcher->dispatch(Array)

#5 {main}

Edited by sizenine
Link to comment
Share on other sites

For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' :

- fluxCP_rA_update_r15583.patch

This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors.

How do I apply this patch?

Link to comment
Share on other sites

@sizenine, I am unable to reproduce that error (or any error). =( Do you perhaps have any other custom edit(s)?

@Pancake, as Judas mentioned, you can use TortoiseSVN to apply the patch. You can also do it manually. Here is a Wiki page on it: Diff

@all, I've updated the patch file with an edit I forgot to add for 'modules/ranking/zeny.php' file.

Edited by Xantara
Updated patch file
  • Upvote 2
Link to comment
Share on other sites

For CeresCP users:

- Patch file: ceresCP_rA_update_r15583.patch

* You can use TortoiseSVN to apply the patch or do it manually. Here is a Wiki page on it: Diff

* The base files I got were from the SVN (not sure if this is "CeresCP Plus" or not). I think it should work either or though...

* Again,this is obviously unofficial so use at your own risk~

Updated:

- Thanks to BrianL for adding this patch to CeresCP (rev117)

Edited by Xantara
Updated information and patch download link
  • Upvote 1
Link to comment
Share on other sites

@sizenine, I am unable to reproduce that error (or any error). =( Do you perhaps have any other custom edit(s)?

@Pancake, as Judas mentioned, you can use TortoiseSVN to apply the patch. You can also do it manually. Here is a Wiki page on it: Diff

@all, I've updated the patch file with an edit I forgot to add for 'modules/ranking/zeny.php' file.

thanks a lot! I will report or update you if I found a problem... many thanks again... it works...

Link to comment
Share on other sites

Here is an update for CMakeList: CMakeList.diff

I have done it by trial and error (never used CMake bevore...), so I have no clue if it works on all systems, but at least it works on my server.

Link to comment
Share on other sites

Here is an update for CMakeList: CMakeList.diff

I have done it by trial and error (never used CMake bevore...), so I have no clue if it works on all systems, but at least it works on my server.

what does this do?

Link to comment
Share on other sites

Here is an update for CMakeList: CMakeList.diff

I have done it by trial and error (never used CMake bevore...), so I have no clue if it works on all systems, but at least it works on my server.

Isn't it missing 3rdparty/libconfig/CMakeLists.txt file?

Cause I get

CMake Error at 3rdparty/CMakeLists.txt:51 (add_subdirectory):

The source directory

/cygdrive/x/SERVER/RATHENA/svn/trunk/3rdparty/libconfig

does not contain a CMakeLists.txt file.

Link to comment
Share on other sites

Here is an update for CMakeList: CMakeList.diff

I have done it by trial and error (never used CMake bevore...), so I have no clue if it works on all systems, but at least it works on my server.

Isn't it missing 3rdparty/libconfig/CMakeLists.txt file?

Cause I get

CMake Error at 3rdparty/CMakeLists.txt:51 (add_subdirectory):

The source directory

/cygdrive/x/SERVER/RATHENA/svn/trunk/3rdparty/libconfig

does not contain a CMakeLists.txt file.

sorry, somehow "svn diff" doesn't include added files :/

here is the missing file: CMakeLists.txt

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.