not working - Paypal Donation MOD
not working
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
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm
Re: not working
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()
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()
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm
Re: not working
too many errors!
Please, provide your board URL.
Please, provide your board URL.
-
- Code Contributor
- Posts: 1055
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
Re: not working
The url is www.aim-to-game.com
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm
Re: not working
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
-
- Code Contributor
- Posts: 1055
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
Re: not working
im not seeing breadcumb.html in the original theme even when downloadoed a fresh copy
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm
Re: not working
thank you that fixed it
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm
Re: not working
Ooops! You are right, this file is not part of the Prosilver theme, but is part of subsilver2.
So, why prosilver need it?
So, why prosilver need it?
-
- Code Contributor
- Posts: 1055
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
Re: not working
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/*.*
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/*.*
-
- Code Contributor
- Posts: 1055
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
Re: not working
Now when i set it to display on index it turns my index into nothing but a white page.
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm
Re: not working
I did copy over your prosilver files to my theme
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm
Re: not working
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
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm
Re: not working
Purge your cache and refresh all your styles.
What is the following code in donate_body.html ?
What is the following code in donate_body.html ?
Code: Select all
<script pagespeed_no_defer="" type="text/javascript">//<![CDATA[
-
- Code Contributor
- Posts: 1055
- Joined: Mon Mar 10, 2008 5:30 pm
- Location: France
Re: not working
what do you mean?
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm
Re: not working
I already purged and refreshed
-
- Registered User
- Posts: 32
- Joined: Tue Sep 02, 2014 11:46 pm