Search found 69 matches

by achilehero
Sun 16. Apr 2017, 00:57
Forum: phpwcms Support English
Topic: New article add problem
Replies: 5
Views: 9868

Re: New article add problem

My problem is solved.
The issue was related to the database. The one I created on local had a different collation than the one I tried to copy from the hosting server. So the issue was solved by deleting the local database and creating it with the same collation as the one on the server.

Thanks!
by achilehero
Fri 7. Apr 2017, 21:55
Forum: phpwcms Support English
Topic: New article add problem
Replies: 5
Views: 9868

Re: New article add problem

Maybe I didn't make myself very clear, so here are the details: the phpwcms installation is new: phpwcms 1.8.6 (2017/02/09, r545). I installed it on a hosting site which has LiteSpeed V6.8 server on it, php 5.6.14 and mysql 5.5.29 Aftwerwards, I tried to replicate that on my local machine, for devel...
by achilehero
Thu 6. Apr 2017, 21:51
Forum: phpwcms Support English
Topic: New article add problem
Replies: 5
Views: 9868

Re: New article add problem

I know this is extremely old, but I am facing a similar problem. Any hints on that? I am trying to replicate locally, on a wamp server, a hosted version of phpwcms. I know those are different versions of php and mysql (although I tried to keep them as close as possible) and I get those errors mentio...
by achilehero
Sat 1. Feb 2014, 22:52
Forum: phpwcms Support English
Topic: Class added to an Image via replacement tag (RT) or else
Replies: 8
Views: 7046

Re: Class added to an Image via replacement tag (RT) or else

Thanks Oliver,

I'll try some things. I think I got the idea!
by achilehero
Fri 31. Jan 2014, 16:36
Forum: phpwcms Support English
Topic: Class added to an Image via replacement tag (RT) or else
Replies: 8
Views: 7046

Re: Class added to an Image via replacement tag (RT) or else

Thanks Old Boy. I'll try a bit what you suggested. I was looking for something like that. I tried to play with a few things like those, but since I don't have a list of valid RT's, it wasn't successful. Is there a list of all the RT's somewhere? Where could I find that?
by achilehero
Fri 31. Jan 2014, 14:20
Forum: phpwcms Support English
Topic: Class added to an Image via replacement tag (RT) or else
Replies: 8
Views: 7046

Re: Class added to an Image via replacement tag (RT) or else

What is it that I am using in my template? And as a clarification, I am talking about the ContentPart template, not the whole website's template.

Thanks!
by achilehero
Fri 31. Jan 2014, 13:28
Forum: phpwcms Support English
Topic: Class added to an Image via replacement tag (RT) or else
Replies: 8
Views: 7046

Re: Class added to an Image via replacement tag (RT) or else

Something like that should work, yes, but it would add unnecessary processing. I am looking for a more straightforward solution. The jQuery based solution would need to be a script to run when the ContentPart loads, after the page renders, while using an RT would add the classes while rendering the ...
by achilehero
Fri 31. Jan 2014, 10:43
Forum: phpwcms Support English
Topic: Class added to an Image via replacement tag (RT) or else
Replies: 8
Views: 7046

Class added to an Image via replacement tag (RT) or else

Hi everyone! I am trying to use Twitter Bootstrap with phpwcms. While using the images <div> CP, I came to a use case where I would need to add classes like "img-responsive" or "img-content" to the actual <img> tag coming in from a template used with that CP. Is this possible via...
by achilehero
Mon 9. Apr 2012, 16:05
Forum: phpwcms Support English
Topic: Filelist content part causes page to not display
Replies: 24
Views: 7663

Re: Filelist content part causes page to not display

As a status update ... I upgraded to the latest version (1.5.1) and now everything is working just fine.
by achilehero
Thu 5. Apr 2012, 13:34
Forum: phpwcms Support English
Topic: Filelist content part causes page to not display
Replies: 24
Views: 7663

Re: Filelist content part causes page to not display

What is the PHP memory recommended?
I did put thumbnail=0 and there is no change
by achilehero
Thu 15. Mar 2012, 14:16
Forum: phpwcms Support English
Topic: Filelist content part causes page to not display
Replies: 24
Views: 7663

Re: Filelist content part causes page to not display

No. This happens for any type of file. I tried .zip, .pdf. and .jpg.
As I said, the only difference I noticed between the web server where the page is hosted and the other one where I made some tests is the mysql server version.
by achilehero
Sun 11. Mar 2012, 23:00
Forum: phpwcms Support English
Topic: Filelist content part causes page to not display
Replies: 24
Views: 7663

Re: Filelist content part causes page to not display

I performed a clean install and it seems the problem is still there. Could this have anything to do with the mysql server version which is 4.1.22-standard ? On the other server that has newer version of mysql, there's no problem.
by achilehero
Thu 8. Mar 2012, 11:26
Forum: phpwcms Support English
Topic: Filelist content part causes page to not display
Replies: 24
Views: 7663

Re: Filelist content part causes page to not display

I tried installing a fresh new copy of r438 with all the default settings here:

http://www.platinumsolutions.ro/phpwcms/

This is working. I don't know why the other one isn't. I'll try moving the database from the problem site here and see what happens.