Ir para conteúdo
  • Cadastre-se

Gesior AAC Problema depois de criar site e colocar ot server on


Posts Recomendados

Boa Noite Galera

 

Sou novo aqui, então por favor se criei no lugar errado me desculpe !

 

Meu problema é o seguinte... to com um ot Baik e fiz um site pra ele Gesior mesmo...

Mas o problema é o seguinte por conta de alterar no config .lua o "sqlite" para "mysql" ou eu fico com o site de pé ou eu fico com o site, ou seja não consigo ficar com os dois funcionando ao mesmo tempo, para isso tenho q alterar no config essa opção.

Ja procurei na net e não encontrei nada, faz 2 dias que procuro e nada sobre

Alguem poderia me dar um help?

 

Obrigado

Carlos Oliveira

Link para o post
Compartilhar em outros sites

Não entendi o problema pode repetir? Se você mudou para mysql e não funcionou, deve ter algo configurado errado no banco de dados.

Só da o REP+.

 

 

Link para o post
Compartilhar em outros sites

Acho que me expressei errado ahahaha ... Seguinte no config.lua eu alterar de "sqlite" para "mysql" certo ? após essa alteração eu não consigo executar o ot... porem o site funciona ...

se eu alterar de novo la no config.lua para "sqlite" o ot funciona .. mas o site não, manjo ? ....

OBS: acessando o site pelo phpmyadmin minhas contas que ja tenho no ot que são apenas GOD e os que ja veio no ot não aparecem la... mas isso não importa o importante é fazer funcionar os dois, se for necessario crio as contas de novo até pq são só GODS.

Link para o post
Compartilhar em outros sites

Acontece que o banco de dados do site não ta configurado certo. Quando você coloca sqlite significa que você vai usar o banco de dados padrão aquele que de OT normal, quando vc coloca mysql vc ta usando banco de dados do site, se o servidor quando tenta abrir não encontra o banco de dados do mysql ou seja site, ele dá erro. Não tem nada haver com as contas já criadas, é uma questão de configuração mesmo, do servidor encontrar o banco de dados do site.

Editado por Ayna (veja o histórico de edições)

Só da o REP+.

 

 

Link para o post
Compartilhar em outros sites
sqlType = "sqlite"  <<< mysql
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"    <<< usuario e senha de acesso ao mysql
	sqlPass = ""
	sqlDatabase = "theforgottenserver"  << nome da database 
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "plain"

Deve ser algo aqui....

Só da o REP+.

 

 

Link para o post
Compartilhar em outros sites

Se estiver usando wamp, vai na pasta do wamp e abre a pasta do mysql e a pasta com a versão, a minha é:

C:\wamp64\bin\mysql\mysql5.7.14

C:\wamp64\bin\mysql\mysql5.7.14

Se estiver usando xampp ou algo do tipo o local deve ser parecido.

 

Abra o arquivo my.ini e adicione a seguinde linha:

skip-name-resolve

 

Se quiser colocar no local certo, é debaixo disso:

[mysqld]
port = 3306

 

Life is so meaningless, there is nothing worth a smile
So goodbye, I'll miss you

 

 

sugestões?

 

 

Link para o post
Compartilhar em outros sites

São duas ações que devo tentar @rogaforyn2 ? ... Uso Xampp .. eu fiz a do skip-name-resolve embaixo da port = 3306 na parte do [mysqld] mas não funcionou.

Obrigado pela ajuda

Mais alguma dica ? =/

Existe algum lugar nos arquivos do ot que posso alterar o caminho onde ele faz a leitura da base alem do config.lua ? pois alterando o ot para ler no lugar correto daria tudo certo.

Link para o post
Compartilhar em outros sites
3 horas atrás, ledcar disse:

Alguem poderia me informar se existe algum arquivo do OT que tem o caminho para onde ele aponta a base mysql/sqlite ?

 

1º Vc instalou o xampp e configurou ele  (colocou senha ?)
2º poste seu config.lua aqui.
3º esse erro te ta acontecendo pq o site n esta identificando a conexão com sua DB(database).

Link para o post
Compartilhar em outros sites
7 horas atrás, tiroleivi disse:

 

1º Vc instalou o xampp e configurou ele  (colocou senha ?)
2º poste seu config.lua aqui.
3º esse erro te ta acontecendo pq o site n esta identificando a conexão com sua DB(database).

1 - Sim coloquei senha e apliquei no config.lua ... senha e nome da base exatamente como foi criada no xampp.

2-  

 

accountManager = "yes"
namelockManager = "yes"
newPlayerChooseVoc = "yes"
newPlayerSpawnPosX = 139
newPlayerSpawnPosY = 1296
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 15
newPlayerMagicLevel = 1
generateAccountNumber = "no"

redSkullLength = 15 * 24 * 60 * 60
blackSkullLength = 90 * 130 * 150
dailyFragsToRedSkull = 100
weeklyFragsToRedSkull = 300
monthlyFragsToRedSkull = 600
dailyFragsToBlackSkull = dailyFragsToRedSkull    
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
useFragHandler = true
advancedFragList = false

notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 1 * 24 * 60 * 60
killsBanLength = 1 * 24 * 60 * 60
finalBanLength = 1 * 24 * 60 * 60
ipBanishmentLength = 1 * 24 * 60 * 60
broadcastBanishments = true
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = false

worldType = "open"
protectionLevel = 100
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 1 * 30 * 1000
huntingDuration = 1 * 60 * 1000
criticalHitChance = 13
criticalHitMultiplier = 1
displayCriticalHitNotify = false
removeWeaponAmmunition = false
removeWeaponCharges = true
removeRuneCharges = false
whiteSkullTime = 4 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = true
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = true
oldConditionAccuracy = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 8
stairhopDelay = 2 * 1000
pushCreatureDelay = 1 * 205
deathContainerId = 1987
gainExperienceColor = 215
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true

enableCast = true

healthHealingColor = COLOR_BLUE

worldId = 0
ip = "venom.servegame.org"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 109
motd = "Bem Vindo ao Venom Ot Server!!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Venom Ot Server"
loginMessage = "Bem Vindo ao Venom Ot Server!!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "*****"
sqlDatabase = "****"
sqlFile = "BaiakRox.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"

deathListEnabled = true
deathListRequiredTime = 1 * 60 * 1000
deathAssistCount = 19
maxDeathRecords = 5

ingameGuildManagement = false
levelToFormGuild = 8
premiumDaysToFormGuild = 0
guildNameMinLength = 4
guildNameMaxLength = 20


highscoreDisplayPlayers = 15
updateHighscoresAfterMinutes = 2


buyableAndSellableHouses = true
houseNeedPremium = true
bedsRequirePremium = true
levelToBuyHouse = 1500
housesPerAccount = 0
houseRentAsPrice = false
housePriceAsRent = false
housePriceEachSquare = 1000
houseRentPeriod = "never"
houseCleanOld = 0
guildHalls = false


timeBetweenActions = 200
timeBetweenExActions = 1000
checkCorpseOwner = true
hotkeyAimbotEnabled = true
maximumDoorLevel = 500


mapName = "Baiak Yurots.otbm"
mapAuthor = "Diego"
randomizeTiles = true
useHouseDataStorage = false
storeTrash = true
cleanProtectedZones = true
mailboxDisabledTowns = "-1"


defaultPriority = "high"
niceLevel = 5
coresUsed = "-1"
optimizeDatabaseAtStartup = true
removePremiumOnInit = true
confirmOutdatedVersion = false


maxMessageBuffer = 4
bufferMutedOnSpellFailure = false


dataDirectory = "data/"
allowChangeOutfit = true
allowChangeColors = true
allowChangeAddons = true
disableOutfitsForPrivilegedPlayers = false
bankSystem = true
saveGlobalStorage = true
displaySkillLevelOnAdvance = false
spellNameInsteadOfWords = false
emoteSpells = true
promptExceptionTracerErrorBox = true
storePlayerDirection = false
monsterLootMessage = 3
monsterLootMessageType = 25
separateViplistPerCharacter = false


ghostModeInvisibleEffect = false
ghostModeSpellEffects = true


idleWarningTime = 14 * 60 * 1000
idleKickTime = 15 * 60 * 1000
expireReportsAfterReads = 1
playerQueryDeepness = 2
maxItemsPerPZTile = 0
maxItemsPerHouseTile = 0


freePremium = true
premiumForPromotion = true


blessingOnlyPremium = true
blessingReductionBase = 30
blessingReductionDecreament = 5
eachBlessReduction = 8


experienceStages = "yes"
rateExperience = 10
rateExperienceFromPlayers = 0
rateSkill = 25
rateMagic = 10
rateLoot = 32
rateSpawn = 70


rateMonsterHealth = 1.0
rateMonsterMana = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0


minLevelThresholdForKilledPlayer = 0.9
maxLevelThresholdForKilledPlayer = 1.1


rateStaminaLoss = 1
rateStaminaGain = 3
rateStaminaThresholdGain = 12
staminaRatingLimitTop = 41 * 60
staminaRatingLimitBottom = 14 * 60
rateStaminaAboveNormal = 1.5
rateStaminaUnderNormal = 0.5
staminaThresholdOnlyPremium = true


experienceShareRadiusX = 30
experienceShareRadiusY = 30
experienceShareRadiusZ = 1
experienceShareLevelDifference = 2 / 3
extraPartyExperienceLimit = 20
extraPartyExperiencePercent = 5
experienceShareActivity = 2 * 60 * 1000


globalSaveEnabled = false
globalSaveHour = 1
shutdownAtGlobalSave = false
cleanMapAtGlobalSave = false


deSpawnRange = 2
deSpawnRadius = 50


maxPlayerSummons = 2
teleportAllSummons = false
teleportPlayerSummons = false


ownerName = "Diego"
ownerEmail = "[email protected]"
url = ""
location = "Brasil-Campinas-sp"
displayGamemastersWithOnlineCommand = false


adminLogsEnabled = false
displayPlayersLogging = true
prefixChannelLogs = ""
runFile = ""
outLogName = ""
errorLogName = ""
truncateLogsOnStartup = false
 

 

 

 

3-Não seria ao contrario ? pois o site funciona como se encontra o config.lua acima e sites geralmente são em mysql ... o que não sobe se deixar o config.lua desse modo é o OT ... só funciona se eu mudar no sqlType para sqlite

 

 

Obrigado pela ajuda @tiroleivi !!

Link para o post
Compartilhar em outros sites
5 horas atrás, ledcar disse:

1 - Sim coloquei senha e apliquei no config.lua ... senha e nome da base exatamente como foi criada no xampp.

2-  

 

accountManager = "yes"
namelockManager = "yes"
newPlayerChooseVoc = "yes"
newPlayerSpawnPosX = 139
newPlayerSpawnPosY = 1296
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 15
newPlayerMagicLevel = 1
generateAccountNumber = "no"

redSkullLength = 15 * 24 * 60 * 60
blackSkullLength = 90 * 130 * 150
dailyFragsToRedSkull = 100
weeklyFragsToRedSkull = 300
monthlyFragsToRedSkull = 600
dailyFragsToBlackSkull = dailyFragsToRedSkull    
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
useFragHandler = true
advancedFragList = false

notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 1 * 24 * 60 * 60
killsBanLength = 1 * 24 * 60 * 60
finalBanLength = 1 * 24 * 60 * 60
ipBanishmentLength = 1 * 24 * 60 * 60
broadcastBanishments = true
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = false

worldType = "open"
protectionLevel = 100
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 1 * 30 * 1000
huntingDuration = 1 * 60 * 1000
criticalHitChance = 13
criticalHitMultiplier = 1
displayCriticalHitNotify = false
removeWeaponAmmunition = false
removeWeaponCharges = true
removeRuneCharges = false
whiteSkullTime = 4 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = true
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = true
oldConditionAccuracy = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 8
stairhopDelay = 2 * 1000
pushCreatureDelay = 1 * 205
deathContainerId = 1987
gainExperienceColor = 215
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true

enableCast = true

healthHealingColor = COLOR_BLUE

worldId = 0
ip = "venom.servegame.org"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 109
motd = "Bem Vindo ao Venom Ot Server!!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Venom Ot Server"
loginMessage = "Bem Vindo ao Venom Ot Server!!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "*****"
sqlDatabase = "****"
sqlFile = "BaiakRox.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"

deathListEnabled = true
deathListRequiredTime = 1 * 60 * 1000
deathAssistCount = 19
maxDeathRecords = 5

ingameGuildManagement = false
levelToFormGuild = 8
premiumDaysToFormGuild = 0
guildNameMinLength = 4
guildNameMaxLength = 20


highscoreDisplayPlayers = 15
updateHighscoresAfterMinutes = 2


buyableAndSellableHouses = true
houseNeedPremium = true
bedsRequirePremium = true
levelToBuyHouse = 1500
housesPerAccount = 0
houseRentAsPrice = false
housePriceAsRent = false
housePriceEachSquare = 1000
houseRentPeriod = "never"
houseCleanOld = 0
guildHalls = false


timeBetweenActions = 200
timeBetweenExActions = 1000
checkCorpseOwner = true
hotkeyAimbotEnabled = true
maximumDoorLevel = 500


mapName = "Baiak Yurots.otbm"
mapAuthor = "Diego"
randomizeTiles = true
useHouseDataStorage = false
storeTrash = true
cleanProtectedZones = true
mailboxDisabledTowns = "-1"


defaultPriority = "high"
niceLevel = 5
coresUsed = "-1"
optimizeDatabaseAtStartup = true
removePremiumOnInit = true
confirmOutdatedVersion = false


maxMessageBuffer = 4
bufferMutedOnSpellFailure = false


dataDirectory = "data/"
allowChangeOutfit = true
allowChangeColors = true
allowChangeAddons = true
disableOutfitsForPrivilegedPlayers = false
bankSystem = true
saveGlobalStorage = true
displaySkillLevelOnAdvance = false
spellNameInsteadOfWords = false
emoteSpells = true
promptExceptionTracerErrorBox = true
storePlayerDirection = false
monsterLootMessage = 3
monsterLootMessageType = 25
separateViplistPerCharacter = false


ghostModeInvisibleEffect = false
ghostModeSpellEffects = true


idleWarningTime = 14 * 60 * 1000
idleKickTime = 15 * 60 * 1000
expireReportsAfterReads = 1
playerQueryDeepness = 2
maxItemsPerPZTile = 0
maxItemsPerHouseTile = 0


freePremium = true
premiumForPromotion = true


blessingOnlyPremium = true
blessingReductionBase = 30
blessingReductionDecreament = 5
eachBlessReduction = 8


experienceStages = "yes"
rateExperience = 10
rateExperienceFromPlayers = 0
rateSkill = 25
rateMagic = 10
rateLoot = 32
rateSpawn = 70


rateMonsterHealth = 1.0
rateMonsterMana = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0


minLevelThresholdForKilledPlayer = 0.9
maxLevelThresholdForKilledPlayer = 1.1


rateStaminaLoss = 1
rateStaminaGain = 3
rateStaminaThresholdGain = 12
staminaRatingLimitTop = 41 * 60
staminaRatingLimitBottom = 14 * 60
rateStaminaAboveNormal = 1.5
rateStaminaUnderNormal = 0.5
staminaThresholdOnlyPremium = true


experienceShareRadiusX = 30
experienceShareRadiusY = 30
experienceShareRadiusZ = 1
experienceShareLevelDifference = 2 / 3
extraPartyExperienceLimit = 20
extraPartyExperiencePercent = 5
experienceShareActivity = 2 * 60 * 1000


globalSaveEnabled = false
globalSaveHour = 1
shutdownAtGlobalSave = false
cleanMapAtGlobalSave = false


deSpawnRange = 2
deSpawnRadius = 50


maxPlayerSummons = 2
teleportAllSummons = false
teleportPlayerSummons = false


ownerName = "Diego"
ownerEmail = "[email protected]"
url = ""
location = "Brasil-Campinas-sp"
displayGamemastersWithOnlineCommand = false


adminLogsEnabled = false
displayPlayersLogging = true
prefixChannelLogs = ""
runFile = ""
outLogName = ""
errorLogName = ""
truncateLogsOnStartup = false
 

 

 

 

3-Não seria ao contrario ? pois o site funciona como se encontra o config.lua acima e sites geralmente são em mysql ... o que não sobe se deixar o config.lua desse modo é o OT ... só funciona se eu mudar no sqlType para sqlite

 

 

Obrigado pela ajuda @tiroleivi !!

 

mas o erro na print está dizendo que n está encontrando a DB (Database do phpmyadmin).

Vc criou a DB no phpmyadmin ?
 

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "*****"
sqlDatabase = "****" <<< o nome tem que estar igualzin o do phpmyadmin
sqlFile = "BaiakRox.s3db"

 

e se vc está usando ip da no-ip, vc precisa criar 2 ips 1 pro site e 1 pro ot para não dar conflito.

Link para o post
Compartilhar em outros sites
18 minutos atrás, tiroleivi disse:

 

mas o erro na print está dizendo que n está encontrando a DB (Database do phpmyadmin).

Vc criou a DB no phpmyadmin ?
 

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "*****"
sqlDatabase = "****" <<< o nome tem que estar igualzin o do phpmyadmin
sqlFile = "BaiakRox.s3db"

 

e se vc está usando ip da no-ip, vc precisa criar 2 ips 1 pro site e 1 pro ot para não dar conflito.

Esta tudo correto sim ... uhmmm vou criar outro dyndns para o site agora mesmo,ja posto o resultado!

Link para o post
Compartilhar em outros sites
8 minutos atrás, ledcar disse:

Esta tudo correto sim ... uhmmm vou criar outro dyndns para o site agora mesmo,ja posto o resultado!

Não esquece de redirecionar o ip do site para :8090 la no site da no-ip

Link para o post
Compartilhar em outros sites

to fazendo aqui ... mas acredito não ter ligação tambem com o problema do ot nao conseguir conectar via mysql pois a conexao do banco é na rede interna né ? .. vc citou que o erro que postei da imagem é que o ot não consegue conectar no banco,e é isto mesmo ! .. o site funciona ok ... mas o ot não sobe enquanto ta mysql no config.lua =/ .. não sei mais o que fazer ta osso esse problema cara

Estava pensando ... no config.lua tem a porta 3306 ... em minha rede tenho um firewall pode ser algo relacionado não ?... porem esta porta esta liberada apontando pro ip do meu servidor.

Link para o post
Compartilhar em outros sites
6 horas atrás, ledcar disse:

to fazendo aqui ... mas acredito não ter ligação tambem com o problema do ot nao conseguir conectar via mysql pois a conexao do banco é na rede interna né ? .. vc citou que o erro que postei da imagem é que o ot não consegue conectar no banco,e é isto mesmo ! .. o site funciona ok ... mas o ot não sobe enquanto ta mysql no config.lua =/ .. não sei mais o que fazer ta osso esse problema cara

Estava pensando ... no config.lua tem a porta 3306 ... em minha rede tenho um firewall pode ser algo relacionado não ?... porem esta porta esta liberada apontando pro ip do meu servidor.

da onde baixou o server ? se for do tk tem o link ?
tente troca o config.lua dele

 

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.


  • Conteúdo Similar

    • Por Qwizer
      MercadoPago Checkout Transparente (CC)
       
      Abaixo Segue código PHP de pagamento via cartão de credito pelo mercado pago com retorno automático para quem quiser adaptar em seus sites ter uma direção de onde ir 
      testado em Znote e MyAcc.
       

       
       
      https://mega.nz/folder/m4QkWBLS#PIvJ_scVm7w8-5FLlStTHg  
    • Por Argona2509
      Boa tarde venho por aqui pedir ajuda estou com um problema no gesior para criar conta nao aparece vocacao e o nome Nadega Sample
       
       
    • Por Magato
      Galera, boa tarde a todos.
       
      Estou iniciando um servidor com o mapa Pbot e estou com dificuldades em encontrar um website para ele.
       
      Procurei na internet toda e não achei um link que me levasse ao download do Gesior Onix para pbot exclusivo (o link estava quebrado)
       
      Tentei utilizar o Gesior 2012 mas o layout do site e todas as funcionalidades estão bugadas.
       
      Gostaria que alguém pudesse me ajudar e postasse aqui algum link de gesior para PBOT. A versão do meu servidor é 8.60.
       
      Agradeço a quem puder.
       
       
    • Por BonasxD
      Bom galera primeiramente não sei se estou na area correta ou se nao estou, se nao por favor mover para area certa, grato!
      Estou com esse erro ao tenta instalar o gesior usando a tfs 0.4 não passa dessa parte ja tentei de tudo e nao sei oque fazer ;(
       
      Testei o mesmo procedimento no meu Windows e Funcionou corretamente agora no meu VM(Ubuntu22) não passa desse erro. 
       
      Ja pesquisei por tudo e não sei oque fazer

    • Por Jordanl42ss
      Quando eu vou hospedar o site do meu poketibia ele da erro faldo q a classe do não foi encontrada 
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo