|
Tab Menu 1
| Fellowship Hall The place to go for Fellowship & Fun! |
 |
|

03-21-2013, 06:23 AM
|
 |
Jellybean!
|
|
Join Date: Feb 2007
Location: Oregon
Posts: 6,996
|
|
|
Any Coders/Programmers/Server Gurus Among Us?
I have some questions if you wouldn't mind answering them.
It has to do with uploading files to the server.
__________________
'Some folk don't understand that the middle "F" in AFF is the most important ingredient!' -noeticknight
|

03-21-2013, 06:24 AM
|
 |
Jellybean!
|
|
Join Date: Feb 2007
Location: Oregon
Posts: 6,996
|
|
|
Re: Any Coders/Programmers/Server Gurus Among Us?
Oh, and breaking & fixing mods/hacks.
__________________
'Some folk don't understand that the middle "F" in AFF is the most important ingredient!' -noeticknight
|

03-21-2013, 03:43 PM
|
 |
Go Dodgers!
|
|
Join Date: Feb 2007
Posts: 45,794
|
|
|
Re: Any Coders/Programmers/Server Gurus Among Us?
Quote:
Originally Posted by The Mrs
Oh, and breaking & fixing mods/hacks. 
|
That depends on what is broken lol...not a programmar
__________________
Let it be understood that Apostolic Friends Forum is an Apostolic Forum.
Apostolic is defined on AFF as:
- There is One God. This one God reveals Himself distinctly as Father, Son and Holy Ghost.
- The Son is God himself in a human form or "God manifested in the flesh" (1Tim 3:16)
- Every sinner must repent of their sins.
- That Jesus name baptism is the only biblical mode of water baptism.
- That the Holy Ghost is for today and is received by faith with the initial evidence of speaking in tongues.
- The saint will go on to strive to live a holy life, pleasing to God.
|

03-21-2013, 08:16 AM
|
 |
Registered Member
|
|
Join Date: Oct 2010
Posts: 620
|
|
|
Re: Any Coders/Programmers/Server Gurus Among Us?
I've been a programmer in a former life. What's your question(s)?
|

03-21-2013, 09:04 AM
|
 |
Jellybean!
|
|
Join Date: Feb 2007
Location: Oregon
Posts: 6,996
|
|
|
Re: Any Coders/Programmers/Server Gurus Among Us?
It's really a server question. Uploading files. I've always uploaded mod files to the server without using ftp. Just upload the zip file thru the file manager & extract. It's always worked.
I broke the last mod I installed. It had php, js & xml files to upload to the server and a product xml file to upload to the admin cpanel. I thought there was a problem with it, (turns out it worked perfectly, it was an IE/cache issue!) so I uninstalled/reinstalled the product xml file w/overwrite thru the admincp. But didn't do anything to the server files.
Apparently it's a big no-no to uninstall, (according to vBulletin.org mod thread), because it deleted a table that the mod created.
Can I get that table back by uploading the files to the server again? Can I just delete the files in the server, and upload them again? (I've already tried to upload/overwrite each file separately and that hasn't seemed to change anything.) Or do I need to uninstall them and upload again? And if so, with either route, will it hurt anything? I've never uninstalled anything at the server level, so it's scary to me!
__________________
'Some folk don't understand that the middle "F" in AFF is the most important ingredient!' -noeticknight
|

03-21-2013, 09:25 AM
|
|
Registered Member
|
|
Join Date: Aug 2012
Posts: 241
|
|
|
Re: Any Coders/Programmers/Server Gurus Among Us?
I assume you are talking of a database 'table'. Well, in that case, i dont see any relationship between uploading/deleting files and the table. How did the mod create the table? Did it manually on the database, maybe used a script? i'd recreate the table with the rightful column fields .. then figure out how to populate it with some 'data'. God bless
|

03-21-2013, 10:09 AM
|
 |
Jellybean!
|
|
Join Date: Feb 2007
Location: Oregon
Posts: 6,996
|
|
|
Re: Any Coders/Programmers/Server Gurus Among Us?
Quote:
Originally Posted by imreedemed
I assume you are talking of a database 'table'. Well, in that case, i dont see any relationship between uploading/deleting files and the table. How did the mod create the table? Did it manually on the database, maybe used a script? i'd recreate the table with the rightful column fields .. then figure out how to populate it with some 'data'. God bless
|
Thanks IR. Yes, a database table specific to this mod, and yes, the mod creates the table. I just have no idea how/which file. (This is beyond my pay grade, as well as creating a table!)
If I uninstall the mod, and reinstall, will it create a new table? We didn't have the mod installed long enough to worry about needing to recreate the table/data. The mod itself has a 'recounter' to reset the mod's data.
I just don't know if uninstalling the mod will break anything in the server/forum, and am skeered, so figured I'd better ask someone who knows.
__________________
'Some folk don't understand that the middle "F" in AFF is the most important ingredient!' -noeticknight
|

03-21-2013, 03:45 PM
|
 |
Go Dodgers!
|
|
Join Date: Feb 2007
Posts: 45,794
|
|
|
Re: Any Coders/Programmers/Server Gurus Among Us?
Quote:
Originally Posted by The Mrs
Thanks IR. Yes, a database table specific to this mod, and yes, the mod creates the table. I just have no idea how/which file. (This is beyond my pay grade, as well as creating a table!)
If I uninstall the mod, and reinstall, will it create a new table? We didn't have the mod installed long enough to worry about needing to recreate the table/data. The mod itself has a 'recounter' to reset the mod's data.
I just don't know if uninstalling the mod will break anything in the server/forum, and am skeered, so figured I'd better ask someone who knows. 
|
I'd bet it would remake the table and maybe ask if you want to over write the old one if it still exists.
or we can just delete the old one
__________________
Let it be understood that Apostolic Friends Forum is an Apostolic Forum.
Apostolic is defined on AFF as:
- There is One God. This one God reveals Himself distinctly as Father, Son and Holy Ghost.
- The Son is God himself in a human form or "God manifested in the flesh" (1Tim 3:16)
- Every sinner must repent of their sins.
- That Jesus name baptism is the only biblical mode of water baptism.
- That the Holy Ghost is for today and is received by faith with the initial evidence of speaking in tongues.
- The saint will go on to strive to live a holy life, pleasing to God.
|

03-21-2013, 05:33 PM
|
 |
Jellybean!
|
|
Join Date: Feb 2007
Location: Oregon
Posts: 6,996
|
|
|
Re: Any Coders/Programmers/Server Gurus Among Us?
Quote:
Originally Posted by Praxeas
I'd bet it would remake the table and maybe ask if you want to over write the old one if it still exists.
or we can just delete the old one
|
Yeah, it deleted the old one. That's why we were getting that database error 'no post thanks table exists' when I had the mod turned on.
__________________
'Some folk don't understand that the middle "F" in AFF is the most important ingredient!' -noeticknight
|

03-21-2013, 11:50 AM
|
|
Registered Member
|
|
Join Date: Aug 2012
Posts: 241
|
|
|
Re: Any Coders/Programmers/Server Gurus Among Us?
Well, you need to get your hands dirty and look at the code
If the installation script creates this table, then yes, uninstall and re-install the mod.
On the other hand to avoid server downtimes or the risk of introduction more bugs, you can look at the code snipplet that creates the table, externalize and run it independently.
But more importantly pray
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
All times are GMT -6. The time now is 07:35 AM.
| |