phpBB Forum

It is currently Mon 21. May 2012, 09:17

All times are UTC + 1 hour

Forum rules


Hello dearest user and welcome to our EQDKP-Plus support forum.

Please read the following rules and terms before posting anything! Failure in doing so will result in being ignored or being banned. Posting in our boards means you have read, understood and accepted those rules.

English Board Rules – Click here



Post new topic Reply to topic  [ 55 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next
Author Message
Offline
 Post subject: 0.4 Support Thread
PostPosted: Fri 10. Aug 2007, 00:08 
Core-Developer
User avatar

Joined: Wed 10. Dec 2008, 12:52
Posts: 4536
Location: Hannover - Germany
read bevor posting!!
we need some infos ot help you.

- url to you eqdkp
- eqdkp plus version, rev number
- explain your problem accuratly


EQdkp-Plus Project Lead
- Schreibt mir nie unaufgefordert PNs oder Emails! - Dont write me emails/pm!
- Schickt mir keine Zugangsdaten! Dont send me login infomations!
- Gebt immer eure EQdkp Version und einen Link zu eurer Seite an! We need your EQdkp Version and a link to your Site!
- Lest die Forenregeln!! - Read the Board Rules!



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Tue 21. Aug 2007, 08:39 

Joined: Tue 21. Aug 2007, 08:23
Posts: 4
I will be very grateful for any assistance for 2 problems I face. I have attached self-explanatory screenshots to help your easy understanding of the problem.

I am using ver 4.3.3. The dkp website is www.shidavere.org/dkp

[b]PROBLEM ONE:[/b]

MultiDKP has always worked fine. However, since yesterday, we have been unable to include multiple events in MultiDKP. (Please see my screenshot).

[img]http://homepage.mac.com/yipweng/4335.jpg[/img]

Everytime I add multiple events and click "change account", only 1 event is saved. As a result, my DKP table now shows DKP for only 1 event.

We have not done anything special the last few days. We have been unable to find out why the MultiDKP suddenly stopped working. The problem seems that events cannot be saved properly. I checked with my webhost and they confirm the mysql database is updating fine.

I tried updating from 4.3.3 to 4.4.5, but that did not solve this problem.




[b]PROBLEM TWO[/b]

After I encountered the problem above, I tried to updated version 4.3.3 to 4.4.5

I downloaded the update file for 4.3.3 to 4.4.5 from your website.

I uploaded all files to root directory to overwrite where necessary.

However, I find that (i) my website still says it is 4.3.3 and (2) when I login as admin, the version update checker still tells me to update to 4.4.5

I have enclosed a screenshot.
[img]http://homepage.mac.com/yipweng/433.jpg[/img]
---


Thank you very much for your time.






Top
 Profile  
 
Offline
 Post subject:
PostPosted: Tue 21. Aug 2007, 09:28 

Joined: Tue 21. Aug 2007, 08:23
Posts: 4
UPDATE (hope this info helps):

I instructed my webhost to perform a rollback by 24 hours. This brought us back to the time to before the problem happened.

Again I added "High Astromancer Solarian" and attempted to add this event to the MultiDKP account.

Again, after i clicked "Change Account", only 1 event is saved. Thereafter, I was no longer able to include multiple events in MultiDKP.

From this, I am sure it is not a webhost problem.



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Tue 21. Aug 2007, 18:29 

Joined: Tue 21. Aug 2007, 08:23
Posts: 4
Sorry I forgot to mention the URL to my website
[url=hyperlink url]http://shidavere.org/dkp[/url]



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Tue 21. Aug 2007, 19:10 

Joined: Tue 21. Aug 2007, 08:23
Posts: 4
UPDATE:

I have managed to solve Problem 2 above. It appears I uploaded the update files to the wrong directory in another eqdkp installation that I have.

I am now using ver. 4.4.5.

However, Problem 1 persists: I remain unable to include more than 1 event in a MultiDKP pool

If you wish, please feel free to register an account and I am prepared to give you admin permissions for you to see my settings.



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Tue 28. Aug 2007, 22:51 

Joined: Tue 28. Aug 2007, 22:31
Posts: 4
I also have just a small problem on my installation.

[url=hyperlink url]http://www.midnightmarauders.net/dkp_bc/[/url]
EQDKP+ Ver. 0.4.4.5

I recently updated from 0.4.4.3 and used the supplied .4 > 0.4.4.5 patch files and copied the entire archive's contents to my root folder. All works flawlessly, but...

On the standings page, there is an array of "3"'s coming along the header before the rest of the page loads just fine.

I tried investigating the source but I had no luck. Seems like it would be a simple solution. Any advice?



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Tue 28. Aug 2007, 22:54 
Core-Developer
User avatar

Joined: Wed 10. Dec 2008, 12:52
Posts: 4536
Location: Hannover - Germany
/pluskernel/plus.functions.php
delete the content of the function
d()
qt the button of the file.


EQdkp-Plus Project Lead
- Schreibt mir nie unaufgefordert PNs oder Emails! - Dont write me emails/pm!
- Schickt mir keine Zugangsdaten! Dont send me login infomations!
- Gebt immer eure EQdkp Version und einen Link zu eurer Seite an! We need your EQdkp Version and a link to your Site!
- Lest die Forenregeln!! - Read the Board Rules!



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Wed 29. Aug 2007, 00:03 

Joined: Tue 28. Aug 2007, 22:31
Posts: 4
function d( $content )
{ // Note: the function is recursive

if(is_array($content))
{return da($content); }

echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "
";
echo "" . $content . "";
echo "
\n";


Should be changed to reflect...

function d( )
{ // Note: the function is recursive

if(is_array())
{return da(); }

echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "
";
echo "" "";
echo "
\n";
}

?>


Is this the correct change?

I tried using a few variations on that theme, as I'm not expert on how function calls work in PHP, but all produced a small array of blue squares or a fatal error in listmembers.php (as line 187 calls the function) as opposed to the integer it used to be producing. On the happy side, it was smaller and less noticeable. :)

Thanks for the incredibly quick reply and the solution! My apologies I'm not more versed in the coding to follow the instructions better. I'm trying! :D



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Wed 29. Aug 2007, 08:42 
Core-Developer
User avatar

Joined: Wed 10. Dec 2008, 12:52
Posts: 4536
Location: Hannover - Germany
no, it should be like this:

function d( $content )
{
}


EQdkp-Plus Project Lead
- Schreibt mir nie unaufgefordert PNs oder Emails! - Dont write me emails/pm!
- Schickt mir keine Zugangsdaten! Dont send me login infomations!
- Gebt immer eure EQdkp Version und einen Link zu eurer Seite an! We need your EQdkp Version and a link to your Site!
- Lest die Forenregeln!! - Read the Board Rules!



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Wed 29. Aug 2007, 20:57 

Joined: Tue 28. Aug 2007, 22:31
Posts: 4
That worked quite perfectly. Thanks Corgan!




Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 55 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

(C) The EQdkp-Plus Developer Team
EQdkp Plus Template by Ramon Kaes