Warning: The author of this contribution does not provide support for it anymore.

Paypal Donation MOD

not working - Paypal Donation MOD

not working

by vileninja » Fri Sep 05, 2014 7:02 am

I installed and double checked to make sure all files was in there and they are. Wheen i go to donate.php its blank and it always logs me out of my site. In the ACP i cannot open the config part of the mod it just takes me to overview
vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm

Re: not working

by vileninja » Fri Sep 05, 2014 7:27 am

this is the error im getting now when i got to donate.php

General Error
template->_tpl_load_file(): File ./styles/prosilver/template/breadcrumbs.html does not exist or is empty

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/functions_template.php
LINE: 63
CALL: trigger_error()

FILE: [ROOT]/includes/template.php
LINE: 430
CALL: template_compile->_tpl_load_file()

FILE: [ROOT]/includes/template.php
LINE: 657
CALL: template->_tpl_load()

FILE: [ROOT]/includes/functions_template.php
LINE: 227
CALL: template->_tpl_include()

FILE: [ROOT]/includes/functions_template.php
LINE: 66
CALL: template_compile->compile()

FILE: [ROOT]/includes/template.php
LINE: 388
CALL: template_compile->_tpl_load_file()

FILE: [ROOT]/includes/template.php
LINE: 224
CALL: template->_tpl_load()

FILE: [ROOT]/includes/functions.php
LINE: 4906
CALL: template->display()

FILE: [ROOT]/donate.php
LINE: 191
CALL: page_footer()
vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm

Re: not working

by Skouat » Fri Sep 05, 2014 6:10 pm

too many errors! :shock:
Please, provide your board URL.
Skouat
Code Contributor
Posts: 1055
Joined: Mon Mar 10, 2008 5:30 pm
Location: France

Re: not working

by vileninja » Sat Sep 06, 2014 9:47 pm

vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm

Re: not working

by Skouat » Sun Sep 07, 2014 12:36 am

vileninja wrote:I installed and double checked to make sure all files was in there and they are.

Does the MOD works with Prosilver? because CSS changes for my MOD are missing in Prosilver files.

vileninja wrote:General Error
template->_tpl_load_file(): File ./styles/prosilver/template/breadcrumbs.html does not exist or is empty

As indicated in the general error, the file "breadcrumbs.html" is missing.
This file is part of the original prosilver style. Please upload it on your FTP.

vileninja wrote:In the ACP i cannot open the config part of the mod it just takes me to overview

No visible error?
Can you provide a screenshot of the ACP?

vileninja wrote:Wheen i go to donate.php its blank and it always logs me out of my site.

Check your cookie settings
Skouat
Code Contributor
Posts: 1055
Joined: Mon Mar 10, 2008 5:30 pm
Location: France

Re: not working

by vileninja » Sun Sep 07, 2014 9:22 am

im not seeing breadcumb.html in the original theme even when downloadoed a fresh copy
vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm

Re: not working

by vileninja » Sun Sep 07, 2014 9:25 am

thank you that fixed it :)
vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm

Re: not working

by Skouat » Sun Sep 07, 2014 9:43 am

Ooops! You are right, this file is not part of the Prosilver theme, but is part of subsilver2.
So, why prosilver need it? :shock:
Skouat
Code Contributor
Posts: 1055
Joined: Mon Mar 10, 2008 5:30 pm
Location: France

Re: not working

by Skouat » Sun Sep 07, 2014 9:57 am

Ok! I know why!
You have copied the subsilver2 template files of my MOD in your SE_Gamer_Dark theme.
But your theme is a prosilver-based and not a subsilver2-based.

So you MUST copy the prosilver template files of my MOD in your SE_Gamer_Dark theme.

- Delete the breadcrumbs.html from /styles/prosilver
- copy, from my MOD archive, /root/styles/prosilver/*.* to /styles/SE_Gamer_Dark/*.*
Skouat
Code Contributor
Posts: 1055
Joined: Mon Mar 10, 2008 5:30 pm
Location: France

Re: not working

by vileninja » Sun Sep 07, 2014 9:58 am

Now when i set it to display on index it turns my index into nothing but a white page.
vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm

Re: not working

by vileninja » Sun Sep 07, 2014 10:01 am

I did copy over your prosilver files to my theme
vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm

Re: not working

by vileninja » Sun Sep 07, 2014 10:06 am

Ok i removed breadcrumb from prosilver and copied your prosilver files to my theme and it is no longer working I dont have the error but it says connecting to paypal non stop iv cleared all cache purged all cache and nothing
Last edited by vileninja on Sun Sep 07, 2014 10:11 am
vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm

Re: not working

by Skouat » Sun Sep 07, 2014 10:10 am

Purge your cache and refresh all your styles.

What is the following code in donate_body.html ?

Code: Select all

<script pagespeed_no_defer="" type="text/javascript">//<![CDATA[
Skouat
Code Contributor
Posts: 1055
Joined: Mon Mar 10, 2008 5:30 pm
Location: France

Re: not working

by vileninja » Sun Sep 07, 2014 10:15 am

what do you mean?
vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm

Re: not working

by vileninja » Sun Sep 07, 2014 10:15 am

I already purged and refreshed
vileninja
Registered User
Posts: 32
Joined: Tue Sep 02, 2014 11:46 pm