Re: Link Manager 3.0 release
My PHP Version is 5.2.1.
Thank you,
Alex
Re: Link Manager 3.0 release
Quote:
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 2244
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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 2244
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
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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:
Code:
// bof php5 fix - aclarke - 301206
if (empty($default) && isset($GLOBALS['$name'])) $default = stripslashes($GLOBALS['$name']);
// eof php5 fix - aclarke - 301206
1 Attachment(s)
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
Try this fix for admin/includes/functions/html_output.php
replace line 333 with the following code:
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:
I replaced it with what you suggested. Sorry if this is not what you meant, but I do not know PHP. I got a feeling that I have done something wrong. Just in case, my new html_output.php is attached.
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
Re: Link Manager 3.0 release
Quote:
Originally Posted by
AlexT
Clyde,
My line 333 was:
I replaced it with what you suggested. Sorry if this is not what you meant, but I do not know PHP. I got a feeling that I have done something wrong. Just in case, my new html_output.php is attached.
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 2246
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
This should take care of it.
Just unzip the file and upload the admin folder to your server.
Attachment 2246
This works!!! Thank you so much!
Alex
Re: Link Manager 3.0 release
Quote:
Originally Posted by
AlexT
This works!!! Thank you so much!
Alex
glad to help
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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.