Article Manager v1.0
#2101
Posted 29 July 2012 - 03:40 PM
#2102
Posted 29 July 2012 - 06:26 PM
don0don, on 29 July 2012 - 03:40 PM, 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
#2103
Posted 30 July 2012 - 12:48 PM
includes/modules/article_listing.php is calling for function clean_html_comments and is causing an error. I do not have this file and it is not in the stock osc 2.2. Can this function be removed?
#2104
Posted 30 July 2012 - 03:22 PM
lyonsperf, on 30 July 2012 - 12:48 PM, said:
includes/modules/article_listing.php is calling for function clean_html_comments and is causing an error. I do not have this file and it is not in the stock osc 2.2. Can this function be removed?
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
#2105
Posted 25 August 2012 - 11:18 AM
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11683 bytes) in /home/xxxx/public_html/new2/oscadmin/includes/functions/articles.php on line 53
I have checked everything carefully but cannot find any errors made. I have a Osc 2.3.3 shop. The only problem I had during installation was in catalog/tell-a-friend.php. I could not find places where I should put in the last two things.
#2106
Posted 25 August 2012 - 02:00 PM
Flotec, on 25 August 2012 - 11:18 AM, said:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11683 bytes) in /home/xxxx/public_html/new2/oscadmin/includes/functions/articles.php on line 53
I have checked everything carefully but cannot find any errors made. I have a Osc 2.3.3 shop. The only problem I had during installation was in catalog/tell-a-friend.php. I could not find places where I should put in the last two things.
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
#2107
Posted 25 August 2012 - 02:19 PM
There is one more problem. If I activate the article box and then look at the first page in the shop I get a blank page. The source code is this:
<style type="text/css">
.separatorArticle {
height: 1px;
color: #FF0000;
}
.separatorBlogArticle {
height: 1px;
color: #FF0000;
}
.separatorNewArticle {
height: 1px;
color: #FF0000;
}
.separatorTopic {
height: 1px;
color: #FF0000;
}
</style>
Can this be related to the first problem in admin?
#2108
Posted 27 August 2012 - 11:43 AM
- Fatals errors in admin when trying to include an article
- Blank page in front-end shop
I have one more language and for that everytning works just fine both in admin and the shop. I have compared all the language files and they seem OK. Can anyone help?
#2109
Posted 27 August 2012 - 01:32 PM
Flotec, on 27 August 2012 - 11:43 AM, said:
- Fatals errors in admin when trying to include an article
- Blank page in front-end shop
I have one more language and for that everytning works just fine both in admin and the shop. I have compared all the language files and they seem OK. Can anyone help?
A blank page usually means a file meant for the root was copied intothe lanugage directory, or vice versa.
Your problems appear to be too speicific to your installation so I don't think it can be solved in a support thread like this but maybe someone will prove me wrong.
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
#2110
Posted 13 September 2012 - 09:18 AM
Now if I have two articles linked to one and the same product they are included side by side in the box. I should want to have them under each other aligned to the left. I know that this has to do with the articles_pxsell.php file. I got the first aligned to the left but how do I get the two articles listed under each other?
#2111
Posted 13 September 2012 - 09:28 AM
while ($xsell = tep_db_fetch_array($xsell_query)) {
$xsell['products_name'] = tep_get_products_name($xsell['products_id']);
$info_box_contents[$row][$col] = array('align' => 'left',
'params' => 'class="smallText" width="33%" valign="top"',
'text' => tep_image(DIR_WS_IMAGES.'icons/article.gif').' <a href="' . tep_href_link(FILENAME_ARTICLE_INFO, 'articles_id=' . $xsell['articles_id']) . '">' . $xsell['articles_name'] . '</a><br>');
$col = 0;
$row ++;
}
Can be good to know for anyone that has the same problem as I had.
#2112
Posted 13 September 2012 - 09:42 AM
I have searched but not found any information on that.
#2113
Posted 18 September 2012 - 05:21 AM
Thanks
#2114
Posted 18 September 2012 - 09:32 PM
I do have a small problem though. When in admin i have an article that i just want as a blog. Now since there is a status switch for article and blog and thought that this would allow me to either have it as a blog only - article only or have it as both.
For some reason i cant have it as a blog only as when i switch it off as a article it also disappears as a blog. Is there a work round for this?
Also when a customer adds comments to the blog and they are not logged in it allows them to write in the comments box and when they click on submit it then takes them to login. I then log in and hey wheres my comment gone. The comment i wrote disappears.
Also is there any way of having a blog box seperate to the articles box as i am wanting to use the blog as a kind of latest news and it would be great if i could have the article box seperate to the blog. Still leave it on the main article box as you can switch it off anyway but it would be really good for a seperate blog box that i can control the height so i can show last 5 blog articles.
Any ideas would be wicked on the above..
Thanks
#2115
Posted 18 September 2012 - 10:01 PM
djmatrix, on 18 September 2012 - 09:32 PM, said:
I do have a small problem though. When in admin i have an article that i just want as a blog. Now since there is a status switch for article and blog and thought that this would allow me to either have it as a blog only - article only or have it as both.
For some reason i cant have it as a blog only as when i switch it off as a article it also disappears as a blog. Is there a work round for this?
Also when a customer adds comments to the blog and they are not logged in it allows them to write in the comments box and when they click on submit it then takes them to login. I then log in and hey wheres my comment gone. The comment i wrote disappears.
Also is there any way of having a blog box seperate to the articles box as i am wanting to use the blog as a kind of latest news and it would be great if i could have the article box seperate to the blog. Still leave it on the main article box as you can switch it off anyway but it would be really good for a seperate blog box that i can control the height so i can show last 5 blog articles.
Any ideas would be wicked on the above..
Thanks
A blog comment is not remmebered so if you don't want your customer to re-enter it, you would need to add a comment to the page saying to login before posting. Or the code could be altered to remember the article but that's beyond the scope of a support thread.
There's nothing in the code to separate the articles.
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
#2116
Posted 18 September 2012 - 10:27 PM
Jack_mcs, on 18 September 2012 - 10:01 PM, said:
Hello, sorry i think this was misunderstood.
I am not wanting it to be both. In admin you have a choice on the status buttons on each article you write to say whether it is active as an article and a status button for active as a blog.
1. You can have it active as a blog but the article button also has to be active.
2. You can have it active as a article and not a blog.
3. But you cant have it active as a blog only as if you switch it off as a article it also does not show as a blog?
It is the 3rd option that i am wondering about. So i can have it just as a blog only and not a article.
Hope that makes sense...lol
#2117
Posted 19 September 2012 - 12:33 AM
djmatrix, on 18 September 2012 - 10:27 PM, said:
I am not wanting it to be both. In admin you have a choice on the status buttons on each article you write to say whether it is active as an article and a status button for active as a blog.
1. You can have it active as a blog but the article button also has to be active.
2. You can have it active as a article and not a blog.
3. But you cant have it active as a blog only as if you switch it off as a article it also does not show as a blog?
It is the 3rd option that i am wondering about. So i can have it just as a blog only and not a article.
Hope that makes sense...lol
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
#2118
Posted 19 September 2012 - 09:26 PM
is there a way of making the status button work in the way i have described in the above post then or is it not that easy...
#2119
Posted 19 September 2012 - 11:03 PM
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
#2120
Posted 21 September 2012 - 02:55 PM









