TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,966
  • Latest: safir45
Stats
  • Total Posts: 195,990
  • Total Topics: 21,323
  • Online today: 1,050
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 697
  • Total: 697

problems in "articles" "add category"...

Started by barnic, May 29, 2007, 09:29:54 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

IchBin

Did you upload a fresh set of TP files too?

barnic

yes, i did it

i've tryed tu put others file from another external forum that i have but it does'nt work

barnic

what can i do?
it does not work.......

i need to add "article category"....add new articles....change category in old article.....

is it possible the problem is in the .ini files of MySQL 5.0?

otherwise how can i become a beta tester to try rel. 1.0?

please....help me :'(

Nifelhein

Could it be some permission settings maybe? Just shooting in the dark here.

barnic

i use the administrator
in the server all user have all permissions to all files.....

barnic

#25
I HAVE FOUND THE ANSWER TO MY PROBLEM !!!!!!


I had set as a value NULL the following fields in the database with phpmyadmin:

Tp_articles table -> field shortname
To be able to new articles

Tp_variables -> field subtype
Tp_variables -> field value7
Tp_variables -> field value8
To be able to new categories

But I must add new articles to force choosing a category from among those available, I practically not allowed to enter a new one without category

so, i have found this solution too:

in TPortalAdmin.php

goto line 451, find:
$artc=$_POST['tp_article_category'];
replace with
$artc=$_POST['tp_article_category'];
if(empty($artc))
$artc = 0;





Perhaps someone is interested in this and perhaps you can prevent this mistake with a change
bye Nicola

This website is proudly hosted on Crocweb Cloud Website Hosting.