jey, on 11 March 2011, 15:51, said:
Article Manager v1.0
#1901
Posted 11 March 2011, 18:47
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1903
Posted 14 March 2011, 08:30
Jack_mcs, on 11 March 2011, 18:47, said:
But V2.3.1 code entirely changed right? we have to add the code manually?
Add the following before the last ?> in includes/column_left.php or
column_right.php (depending on what side you want the boxes):
// Article Manager
if (AUTHOR_BOX_DISPLAY == 'true'){
require(DIR_WS_BOXES . 'authors.php');
}
if (ARTICLE_BOX_DISPLAY == 'true'){
require(DIR_WS_BOXES . 'articles.php');
}
where i have to provide this code? becuase v2.3.1 dont have a column_left.php or
column_right.php files
#1904
Posted 14 March 2011, 13:50
jey, on 14 March 2011, 08:30, said:
Add the following before the last ?> in includes/column_left.php or
column_right.php (depending on what side you want the boxes):
where i have to provide this code? becuase v2.3.1 dont have a column_left.php or
column_right.php files
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1905
Posted 15 March 2011, 19:22
The fix?
Ignore the instruction to add it to column left or right and just turn the module on from within Modules - Boxes. Then it will add it to left or right dependent on your instruction and sorting of the box.
But...
If you have down for maintenance mod installed, the notice The site is down for maintenance will wrap and cause a distorted view of the webpage, still trying to fix that. It only happens when Articles is enabled, admin ip inputted into down for mtce and admin viewing screen.
Edited by carryG, 15 March 2011, 19:33.
#1906
Posted 18 March 2011, 10:09
where can i get this function?. This not inclued in article v1 manager addons
Fatal error: Call to undefined function clean_html_comments() in C:\xampp\htdocs\catalog\includes\modules\article_listing.php on line 66
#1907
Posted 18 March 2011, 13:26
jey, on 18 March 2011, 10:09, said:
where can i get this function?. This not inclued in article v1 manager addons
Fatal error: Call to undefined function clean_html_comments() in C:\xampp\htdocs\catalog\includes\modules\article_listing.php on line 66
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1908
Posted 21 March 2011, 11:19
Below is the link of one of the articles having problem.
http://netcomm-solutions.com/recovering-switches-from-corrupted-missing-image-a-14.html?osCsid=fedfce80059ad69014f9777f08d1f1ab
Thanks
#1909
Posted 21 March 2011, 12:01
fmmalik, on 21 March 2011, 11:19, said:
Below is the link of one of the articles having problem.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1911
Posted 22 March 2011, 12:44
fmmalik, on 22 March 2011, 04:33, said:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1913
Posted 07 May 2011, 23:20
Fatal error: Using $this when not in object context in /home/xxxxxx/public_html/_FFAdm/includes/classes/upload.php on line 179
Page: http://xxxxx.xxx/_FFAdm/articles.php?tPath=11&aID=48&action=article_preview
Installed contribution - article manager 1.57.6 (2.2) and Header Tags SEO
Fredi
#1914
Posted 07 May 2011, 23:42
Fredi, on 07 May 2011, 23:20, said:
Fatal error: Using $this when not in object context in /home/xxxxxx/public_html/_FFAdm/includes/classes/upload.php on line 179
Page: http://xxxxx.xxx/_FFAdm/articles.php?tPath=11&aID=48&action=article_preview
Installed contribution - article manager 1.57.6 (2.2) and Header Tags SEO
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1915
Posted 07 May 2011, 23:46
Fatal error: Call to undefined function set_extensions() in /home/farmgdru/public_html/_FFAdm/articles.php on line 882
LINE 882: if (isset($HTTP_GET_VARS['read']) && ($HTTP_GET_VARS['read'] == 'only')) {
$languages = tep_get_languages();
for ($i=0, $n=sizeof($languages); $i<$n; $i++) {
[b]LINE 882:[/b] if (isset($HTTP_GET_VARS['read']) && ($HTTP_GET_VARS['read'] == 'only')) {
$aInfo->articles_name = tep_get_articles_name($aInfo->articles_id, $languages[$i]['id']);
$aInfo->articles_description = tep_get_articles_description($aInfo->articles_id, $languages[$i]['id']);
$aInfo->articles_image = tep_get_articles_image($aInfo->articles_id, $languages[$i]['id']);
$aInfo->articles_url = tep_get_articles_url($aInfo->articles_id, $languages[$i]['id']);
$aInfo->articles_head_desc_tag = tep_get_articles_head_desc_tag($aInfo->articles_id, $languages[$i]['id']);
} else {
$aInfo->articles_name = tep_db_prepare_input($articles_name[$languages[$i]['id']]);
$aInfo->articles_description = tep_db_prepare_input($articles_description[$languages[$i]['id']]);
$aInfo->articles_image = tep_db_prepare_input($articles_image[$languages[$i]['id']]);
$aInfo->articles_url = tep_db_prepare_input($articles_url[$languages[$i]['id']]);
$aInfo->articles_head_desc_tag = tep_db_prepare_input($articles_head_desc_tag[$languages[$i]['id']]);
}
?>
Fredi
#1916
Posted 08 May 2011, 00:34
All that has written in previous message - wrong.
Full history:
I use Your contribution many Years. Thise very good contribution. Thank You, Jack!
On last time, I update oscommerce to last 2.2 version and last Your contribution + small updates and important message for faaliyet
My Articles and images uploaded much time earlier.
I can not add the new Articles.
After update I have this error:
Error #1 - Fatal error: Call to undefined function set_extensions() in /home/farmgdru/public_html/_FFAdm/articles.php on line 882
My File admin/articles.php here: File
What error can be in this file?
Fredi
#1917
Posted 08 May 2011, 03:17
Fredi, on 07 May 2011, 23:46, said:
Fatal error: Call to undefined function set_extensions() in /home/farmgdru/public_html/_FFAdm/articles.php on line 882
LINE 882: if (isset($HTTP_GET_VARS['read']) && ($HTTP_GET_VARS['read'] == 'only')) {
$languages = tep_get_languages();
for ($i=0, $n=sizeof($languages); $i<$n; $i++) {
[b]LINE 882:[/b] if (isset($HTTP_GET_VARS['read']) && ($HTTP_GET_VARS['read'] == 'only')) {
$aInfo->articles_name = tep_get_articles_name($aInfo->articles_id, $languages[$i]['id']);
$aInfo->articles_description = tep_get_articles_description($aInfo->articles_id, $languages[$i]['id']);
$aInfo->articles_image = tep_get_articles_image($aInfo->articles_id, $languages[$i]['id']);
$aInfo->articles_url = tep_get_articles_url($aInfo->articles_id, $languages[$i]['id']);
$aInfo->articles_head_desc_tag = tep_get_articles_head_desc_tag($aInfo->articles_id, $languages[$i]['id']);
} else {
$aInfo->articles_name = tep_db_prepare_input($articles_name[$languages[$i]['id']]);
$aInfo->articles_description = tep_db_prepare_input($articles_description[$languages[$i]['id']]);
$aInfo->articles_image = tep_db_prepare_input($articles_image[$languages[$i]['id']]);
$aInfo->articles_url = tep_db_prepare_input($articles_url[$languages[$i]['id']]);
$aInfo->articles_head_desc_tag = tep_db_prepare_input($articles_head_desc_tag[$languages[$i]['id']]);
}
?>Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1918
Posted 10 May 2011, 16:28
Fatal error: Call to undefined function clean_html_comments() in modules\article_listing.php on line 66
using Articles Manager V 1.57_6
Header Tags SEO V 3.2.5
osc 2.3.1
#1919
Posted 18 May 2011, 20:59
"Have article manager updated to 1.57.6 (2.2) installed but right column keeps ending under left column on article_info.php
Does anybody have solution?"
Once you activate the articles module and leave the default sort order at 0, the articles box appears right at the top of the left hand column and the right hand column is still fine. The moment you change the sort order of the article box, the right hand column ends beneath the left hand column. This happens in IE, but works fine in Firefox.
Any suggestions?
#1920
Posted 21 May 2011, 14:40
I installed this contrib Articles Manager V 1.57_6 under oscommerce V 2.3.1
I got this error message:
Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 71 bytes) in /home/marsys01/public_html/mywebpage/myadmin/includes/functions/articles.php on line 52
Server info
Can you help me? What could be the problem?
Edited by Marsy, 21 May 2011, 14:50.
Thanks and regards
Marsy from Hungary














