| Author |
Message |
ilyas_88
Joined: 12 Jul 2009 Posts: 31 Location: norway |
|
txtsql or mysql ?? |
|
Hey guys
I need to know what is different between txtsql and mysql, which is best? I will use txtsql because my server running PHP 5 and cutenews does not work with this version, or it works but you have many problems. Is that safe to use txtsql when you install cutenews?
PLZ can anyone answer me clearly, thnx 
_________________ test |
|
| Thu Jul 22, 2010 9:12 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
I can confirm you that cutenews.ru works with PHP 5.2.xx. If it doesn't you either have some really old version of the script or your server is badly configured.
I would personally suggest using MySQL as your database over the txtSQL. Why? MySQL is way more stable, better structured, and has no limitations regarding how much content you can add to your site. txtSQL will at some point just "block", and you won't be able to add any content anymore. MySQL is a winner in speed of reading data aswell.
_________________ Oo |
|
| Fri Jul 23, 2010 7:14 am |
|
 |
ilyas_88
Joined: 12 Jul 2009 Posts: 31 Location: norway |
|
|
|
OK, I understand. but I have tried many time to install cutenews on PHP 5, but I did not work, or I install it, but there were many problems with, for example, I could not add news and many other problems...
does anyone have cute news scrip that has been fixed to not get the problem when you have PHP 5.xx on server?
there were some who sent mail here on the forum, to show how you can fix problems on PHP 5, I tried to fix the scrip, but it did not work
all I need is cutenews scrip that has been fixset for PHP 5.x.x?
another question: if I use txtsql a while after that I can switch to mysql without losing any news ...?? 
_________________ test |
|
| Fri Jul 23, 2010 2:17 pm |
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
Yes, I have cutenews.ru installed on a server with php 5.2.11 and it works without problems.
I personally haven't used txtSQL as I prefer MySQL over it, and doing same job 2 times isn't exactly what I want to do, but I believe there is a conversion tool which can transit your news from txtSQL into MySQL.
Which version of php does your server have installed? If it's php 5.3, then script might have problems, since some functions are deprecated in php 5.3
_________________ Oo |
|
| Fri Jul 23, 2010 3:28 pm |
|
 |
ilyas_88
Joined: 12 Jul 2009 Posts: 31 Location: norway |
|
|
|
Ok, my server running PHP version 5.3.2, I tried many times, but I could not fix the errors. are this many files to be edited in cutenews scrip to solve problems? or...
if someone had fixed the files, it would be very nice if you send all the files 
_________________ test |
|
| Fri Jul 23, 2010 8:09 pm |
|
 |
DarkSlim

Joined: 06 Aug 2009 Posts: 286 Location: IL |
|
|
| Fri Jul 23, 2010 8:30 pm |
|
 |
ilyas_88
Joined: 12 Jul 2009 Posts: 31 Location: norway |
|
|
|
I've tried this page but I could not fix all the errors I could not add / edit news and ...
_________________ test |
|
| Fri Jul 23, 2010 8:51 pm |
|
 |
ilyas_88
Joined: 12 Jul 2009 Posts: 31 Location: norway |
|
|
|
Do you have any other id? there must be a solution to it? 
_________________ test |
|
| Sun Jul 25, 2010 6:35 pm |
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
Post some errors which you are getting, it's almost impossible to help you if we don't see the errors.
_________________ Oo |
|
| Mon Jul 26, 2010 8:37 am |
|
 |
ilyas_88
Joined: 12 Jul 2009 Posts: 31 Location: norway |
|
|
|
Same errors:
Add news:
Parse error: syntax error, unexpected '(', expecting T_NS_SEPARATOR in /customers/mydomen.net/mydomen.net/httpd.www/cn/inc/mod/addnews.mdu on line 114
Edit news:
Parse error: syntax error, unexpected '(', expecting T_NS_SEPARATOR in /customers/mydomen.net/mydomen.net/httpd.www/cn/inc/mod/editnews.mdu on line 658
On System settings:
Deprecated: Function eregi() is deprecated in /customers/mydomen.net/mydomen.net/httpd.www/cn/inc/mod/syscon.mdu on line 12
On Categories page: (http://mydomen.net/cutenews/example/index.php/category)
Deprecated: Function eregi() is deprecated in /customers/mydomen.net/mydomen.net/httpd.www/cn/inc/functions.inc.php on line 538
When I add a new category:
Deprecated: Function eregi() is deprecated in /customers/mydomen.net/mydomen.net/httpd.www/cn/inc/functions.inc.php on line 744
Deprecated: Function eregi() is deprecated in /customers/mydomen.net/mydomen.net/httpd.www/cn/inc/functions.inc.php on line 748
_________________ test |
|
| Mon Jul 26, 2010 7:36 pm |
|
 |
|