Zen Follower
- Join Date:
- Apr 2007
- Location:
- Tampa, Florida
- Posts:
- 180
- Plugin Contributions:
- 0
Link Manager 3.0 Support Thread
Sorry, I had one more question. Where can I format the emails that it sends out.?
Thanks.
Views: 486,715
Zen Follower
Sorry, I had one more question. Where can I format the emails that it sends out.?
Thanks.
Deceased
gxjenkins:
I installed yesterday, and no errors. Everyting seems to be working, but my Help button, is just text, no button. I uploaded file Links_buttons.zip, but no change.
How can I fix this?
Thanks.
make sure that you have uploaded the buttons file to:
includes/templates/YOUR_TEMPLATE
(YOUR_TEMPLATE being the name of your custom template)
Deceased
gxjenkins:
Sorry, I had one more question. Where can I format the emails that it sends out.?
Thanks.
E-mails are formated automatically by the MOD.
Zen Follower
I did upload the buttons file, twice. I still have the text, and the link shows an address, but no pop up.
Any ideas as to why it's working would be appreciated.
Thanks.
Deceased
gxjenkins:
I did upload the buttons file, twice. I still have the text, and the link shows an address, but no pop up.
Any ideas as to why it's working would be appreciated.
Thanks.
check includes/languages/english/extra_definitions/links_manager_defines.php and make sure the following define statements are included.
define('BUTTON_IMAGE_SUBMIT_LINK', 'button_submit_link.gif');
define('BUTTON_SUBMIT_LINK_ALT', 'Submit Link');
define('BUTTON_IMAGE_LINK_HELP', 'button_link_help.gif');
define('BUTTON_LINK_HELP_ALT', 'Link Help');
Zen Follower
The last two defines were missing. Adding the missing defines worked for showing the button. It still does not pop up the help screen.
I just changed hosts accounts and I've some problems with rights. Where is the file that should pop up? I'll check to make sure it's there and the rights are properly set.
Zen Follower
The latter two defines weren't in my download from the Zen Cart Downloads Area, either!!!
Deceased
gxjenkins:
The last two defines were missing. Adding the missing defines worked for showing the button. It still does not pop up the help screen.
I just changed hosts accounts and I've some problems with rights. Where is the file that should pop up? I'll check to make sure it's there and the rights are properly set.
blag:
The latter two defines weren't in my download from the Zen Cart Downloads Area, either!!!
OK, Thanks for the info. I'll post an update to the download section.
New Zenner
Hi Clyde,
Just installed links_manager_3.1.2. Everything went well, but I noticed a couple of problems.
OptionsStatus:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/matrecom/public_html/admin/includes/functions/html_output.php on line 333
It gives you no option to proceed with the creation of the link either.
What are my best options to fix this? Has anyone else encountered similar problems?
And yes, as other people pointed out, the Links Help button on the Submit a Link page is not working.
Many thanks,
Alex
Deceased
AlexT:
Hi Clyde,
Just installed links_manager_3.1.2. Everything went well, but I noticed a couple of problems.
- When I go to Admin -> Extras -> Links and hit New Link,
it shows the following error message at the bottom, under the Options:OptionsStatus:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/matrecom/public_html/admin/includes/functions/html_output.php on line 333It gives you no option to proceed with the creation of the link either.
- If I use IE7 for Admin -> Extras -> Links, then it becomes obvious that a button for the New Link is missing (this is not obvious in FF). The address for the button is "/admin/includes/languages/english/images/buttons/button_new_link.gif", however there is no "\admin\includes\languages\english\buttons" directory in the mod that I downloaded.
What are my best options to fix this? Has anyone else encountered similar problems?
And yes, as other people pointed out, the Links Help button on the Submit a Link page is not working.
Many thanks,
Alex
First: what version of PHP are you using?
Second: I'll post you fix for the button issue shortly.
New Zenner
My PHP Version is 5.2.1.
Thank you,
Alex
Deceased
Second: I'll post you fix for the button issue shortly.
Here's a fix for the buttons.
As always unzip the file, rename the YOUR_TEMPLATE folders to match the name of your custom template.
upload the entire admin and includes folders to your server.
[Attachment no longer available]
New Zenner
clydejones:
Here's a fix for the buttons.
As always unzip the file, rename the YOUR_TEMPLATE folders to match the name of your custom template.
upload the entire admin and includes folders to your server.[Attachment no longer available]
Thank you, this fixed the IE7 button issue! Just hope that the New Link creation issue will be as painless as this one.
Many thanks,
Alex
Deceased
AlexT:
My PHP Version is 5.2.1.
Thank you,
Alex
Try this fix for admin/includes/functions/html_output.php
replace line 333 with the following code:
// bof php5 fix - aclarke - 301206
if (empty($default) && isset($GLOBALS['$name'])) $default = stripslashes($GLOBALS['$name']);
// eof php5 fix - aclarke - 301206
New Zenner
clydejones:
Try this fix for admin/includes/functions/html_output.php
replace line 333 with the following code:
// bof php5 fix - aclarke - 301206
if (empty($default) && isset($GLOBALS['$name'])) $default = stripslashes($GLOBALS['$name']);
// eof php5 fix - aclarke - 301206
Clyde,
My line 333 was:
} else {
Anyway the error now is:
Status:
**Catchable fatal error**: Object of class queryFactoryResult could not be converted to string in **/home/matrecom/public_html/admin/includes/functions/html_output.php** on line **667
**Thanks,
Alex
Deceased
AlexT:
Clyde,
My line 333 was:
} else {
>
> Anyway the error now is:
> Status:
> **Catchable fatal error**: Object of class queryFactoryResult could not be converted to string in **/home/matrecom/public_html/admin/includes/functions/html_output.php** on line **667
>
> **Thanks,
> Alex
This should take care of it.
Just unzip the file and upload the admin folder to your server.
[Attachment no longer available]
New Zenner
clydejones:
This should take care of it.
Just unzip the file and upload the admin folder to your server.
[Attachment no longer available]
This works!!! Thank you so much!
Alex
Deceased
AlexT:
This works!!! Thank you so much!
Alex
glad to help
New Zenner
clydejones:
glad to help
Clyde,
Thanks for your help. Please check the latest mod in the Downloads section. The file \includes\modules\pages\links_submit\jscript_main.php seems to be missing.
Cheers,
Alex
Deceased
AlexT:
Clyde,
Thanks for your help. Please check the latest mod in the Downloads section. The file \includes\modules\pages\links_submit\jscript_main.php seems to be missing.
Cheers,
Alex
Thanks,
An updated release should be available in the downloads section shortly.
Fields marked required must be completed.
Tell staff why this post should be reviewed.