NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Keith on February 20, 2017, 11:26:50 PM

Title: Modifying profile - problems
Post by: Keith on February 20, 2017, 11:26:50 PM
This is not an NT problem but I'm trying to modify my Forum Profile and get errors viz:

2: file_get_contents(http://www.nettalkcentral.com/images/comprofiler/./tn5956_516f658f6c557.jpg) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.1 416 Requested Range Not Satisfiable

File: /home/clarionc/public_html/nettalkcentral.com/components/com_smf/smf.class.php
Line: 1365

Is anyone else having problems?

Keith
Title: Re: Modifying profile - problems
Post by: Bruce on February 20, 2017, 11:37:28 PM
Hi Keith,

I don't know if anyone else is having problems Keith, but it's fair to say that there's next to no "administration" of this site, so it's not something that could easily be changed. Sorry.

cheers
Bruce

Title: Re: Modifying profile - problems
Post by: Keith on February 21, 2017, 11:58:24 PM
Would it be a god idea to write a new Nettalk Central in NetTalk?

Keith
Title: Re: Modifying profile - problems
Post by: Bruce on February 22, 2017, 12:42:07 AM
It would be a wonderful idea.
We even have the forum software already written.
What it really needs is all the existing data ported from this app to the forum software and we can go forward from there.

Of course there are lots of other things to do as well - hence the reason for not having done it already <g>.

cheers
Bruce

Title: Re: Modifying profile - problems
Post by: Keith on February 22, 2017, 08:51:22 PM
I had a quick look at the SMF manual especially Admin and there didn't seem to be a facility for dumping data out of the database.  My experience with these sort of repositories is that the 'owners' closely guard the data :-)

But if there is no simple way of getting the various bits of data then here are some observations and a suggestion:


The data could be loaded (Who, When What) via the tried and tested "Ctrl-C, Ctrl-V"
Why not start a new NetTalk Central which has the data load manually for the past 14 months and gradually phase out the usage of the SMF engine.

There are still a lot of other things but one could get quite quick at copying data - I could do it.

Is this worth a try.

Keith
Title: Re: Modifying profile - problems
Post by: Bruce on February 22, 2017, 11:25:06 PM

>> I had a quick look at the SMF manual especially Admin and there didn't seem to be a facility for dumping data out of the database. 

no, that part we can do. John can export the data from the MySQL database easily.

>> There are still a lot of other things but one could get quite quick at copying data - I could do it.
>> Is this worth a try.

I suppose that could work. But if you're prepared to write a conversion program....

Cheers
Bruce

Title: Re: Modifying profile - problems
Post by: Keith on February 23, 2017, 12:16:04 AM
Bruce

So what you are saying is that you can get all of the data out of the current DB into some text format - say comma delimited but that it then has to be massaged so that it can be successfully loaded into your new tables.

I'd be happy to have a crack at that. I would need the layouts and the rules.

Keith