Author Topic: [addon] DREAMBOARD V 2.1  (Read 520064 times)

0 Members and 1 Guest are viewing this topic.

Offline GeneT

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #120 on: January 01, 2006, 03:45:36 PM »
So, this is my problem:

I have installed everything, three times, so I am pretty sure it is right.
However I receive these errors when I am in the admin area:

When I try to edit/delete the default forum, by Mantradream, it says that it was edited/delteted successfully, but it is still there. And I can try to delete it again, and still get the samme successfull process message.

When I try to add a board, I get this error:
Quote
Board name fields required
You don't have any category yet
Board description fields required

When I try to make some modification in the "Manage board" section, I get this error:
Quote
Your request got error on prosses



system: PHP5 (changed to PHP4 now)
Safe mode on!

I was first thinking it was because of PHP5, but it does not work in PHP4 either. I have several mods installed, and they all work perfect, so I am not hoping this is because of safe mode. Any chance it could be something else?

GeneT

Offline Olphi

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #121 on: January 01, 2006, 04:11:35 PM »
I'm not sure, but probably turn the Safe Mode = OFF  :?:

Offline GeneT

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #122 on: January 01, 2006, 04:29:31 PM »
I'm not sure, but probably turn the Safe Mode = OFF  :?:
That is not something I can do. That is the owner of the servers choice.

Offline Olphi

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #123 on: January 01, 2006, 04:41:22 PM »
I'm not sure, but probably turn the Safe Mode = OFF  :?:
That is not something I can do. That is the owner of the servers choice.

Yeah, I know, but you can ask... 

Offline GeneT

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #124 on: January 01, 2006, 06:52:57 PM »
I'm not sure, but probably turn the Safe Mode = OFF  :?:
That is not something I can do. That is the owner of the servers choice.

Yeah, I know, but you can ask... 
Already did ask, but they refuse to do so.

However I have tested on another server with safe mode off and I still get the same errors. So it is not a safe mode error. I am thinking it is having problem connecting to the database or something. Besides everything else work, so it is very strange.


If anyone has a set of files with a working dreamboard installed, I could try it out and see if I discover anything. If someone is willing to share that is.

Offline chip

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • pixelmall.de
Re: [addon] DREAMBOARD V 2.1
« Reply #125 on: January 02, 2006, 08:00:10 AM »
hi everyone,

GeneT, I have exactly your error messages:

Quote
When I try to add a board, I get this error:
Quote
Board name fields required
You don't have any category yet
Board description fields required

When I try to make some modification in the "Manage board" section, I get this error:
Quote
Your request got error on prosses



Tried many times with PHP 5.0.5 and save mode off. Even with 1.7.1 raw version no luck.

Offline Egly

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #126 on: January 04, 2006, 05:10:34 PM »
Hi Guys!

Big BIG Problem!!

I really like this board, but now i have a big Problem myself...

Sometimes if users post threads or write replys and i want to watch them it shows me this error:

"This topic does not exist"

It is not saved in my database too...

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: [addon] DREAMBOARD V 2.1
« Reply #127 on: January 05, 2006, 04:49:02 AM »
I am getting all kinds of errors with this script on my gallery.
And this is my second time trying this mod

on board.php  it get errors:

Notice: Undefined variable: board in C:\CuSStom.com\www\4images2\board.php on line 81
Notice: Undefined index: vb in C:\CuSStom.com\www\4images2\board.php on line 163
Notice: Undefined variable: iconmsg in C:\CuSStom.com\www\4images2\board.php on line 173

line 81
Code: [Select]
$board .="<table width=\"100%\" border=\"0\">";
line163
Code: [Select]
$board .="</table> <br> ".$boardconfig['vb']."\n";
line 173
Code: [Select]
"iconmsg" => $iconmsg,
And that is just board.php

I have a mess of other errors also
look at http://www.cusstom.com/4images2/board.php

what could the problem be ?

thanks

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [addon] DREAMBOARD V 2.1
« Reply #128 on: January 05, 2006, 05:05:20 AM »
These are not errors, these are notices.
in global.php uncomment
Code: [Select]
//error_reporting(E_ERROR | E_WARNING | E_PARSE);(or if you dont have any/simular then add it to the top of the file)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: [addon] DREAMBOARD V 2.1
« Reply #129 on: January 05, 2006, 05:24:41 AM »
Thanks V@no,

Now i do not have those errors,

I still have a problem that, I still can't add or edit catogories. add boards  or make new posts

basically any changes are not saved

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #130 on: January 05, 2006, 12:08:13 PM »
Quote

basically any changes are not saved


I'm sure it is related with the dreamboard MOD regarding the issues you're currently having. Probably due to a bad implementation or from the codings itself that could of provoqued some problems within other 4images core's routines.

The alternative solution is that you might have installed another MOD that might of conflict with the Dreamboard MOD and also affects the core in some ways.

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: [addon] DREAMBOARD V 2.1
« Reply #131 on: January 05, 2006, 02:43:55 PM »
Is there anyway to figure out what problems

-When i try to save changes made to the configuration fo the board, its says "Your request got error on prosses"
but it doesnt give me any indication of what that problem is.

- When i try to add a new catogory, it says "Category fields required"

- When i try to add a new board is says:
 "Board name fields required
You don't have any category yet
Board description fields required"

And Im sure that i installed this correctly, This is my second install attempt. and I just rechecked the changed files for the 3rd time.


Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: [addon] DREAMBOARD V 2.1
« Reply #132 on: January 06, 2006, 05:28:46 PM »
Is it possible the problem is that this gallery uses a remote 4.1.15 database ?


Offline Olphi

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #133 on: January 11, 2006, 03:03:39 PM »
Where and how can I change the day prefix: eg. Tue (Tuesday) into Di (Dienstag = German) ???

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [addon] DREAMBOARD V 2.1
« Reply #134 on: January 11, 2006, 05:41:24 PM »
@Olphi,
... das geht leider nicht über php-date ... da werden entsprechend der gesetzten Variablen nur engl. Ausgaben erzeugt ... :?
... um einen deutschen Wochentag oder Monatsnamen anzuzeigen, muß man ein Array mit den Namenselementen erzeugen ...
... hier mehr dazu ...

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...