Search found 19 matches

by smorelli
Sun 14. Jun 2009, 03:43
Forum: phpwcms Support English
Topic: ? about making a small photo gallery
Replies: 9
Views: 2708

Re: ? about making a small photo gallery

Did this work for you? I can't get mine to work that way at all and it's been the biggest frustration. Did you have to change the template from default to slider? I experimented and it did move things around but with some exposed code, etc. Overall I'm wanting the same deal with 9 photos in 3 column...
by smorelli
Mon 13. Apr 2009, 08:24
Forum: phpwcms Installation Troubleshooting English
Topic: Unable to make any changes in site structure after upgrade
Replies: 8
Views: 5995

Re: Unable to make any changes in site structure after upgrade

Yes, on the front end of the site, it seems to run as normal. It would also appear that on the back end of the site that it looks as if it runs as normal until I go to create an article. It will bring me to the article editor page and I can enter items in the fields as usual, but I cannot create, ed...
by smorelli
Mon 13. Apr 2009, 07:51
Forum: phpwcms Installation Troubleshooting English
Topic: Unable to make any changes in site structure after upgrade
Replies: 8
Views: 5995

Re: Unable to make any changes in site structure after upgrade

I'm sorry, I am not understanding what you mean by the complete error on the back end.

I have upgraded from previous version to the latest version, and now cannot create new articles, save and close articles, or update existing articles.

The function does not seem to be happening.
by smorelli
Mon 13. Apr 2009, 02:17
Forum: phpwcms Installation Troubleshooting English
Topic: Unable to make any changes in site structure after upgrade
Replies: 8
Views: 5995

Re: Unable to make any changes in site structure after upgrade

I'm having a similar issue with either an upgrade from r213 to r307 or with a fresh install of r307. Everything seems okay until I edit an existing article. It will not allow me update or save and close and edit to an existing. I checked to see that the sql upgrades were okay and they are all correc...
by smorelli
Thu 21. Aug 2008, 17:55
Forum: phpwcms Discussion
Topic: Calendar Module development
Replies: 68
Views: 37951

Re: Calendar Module development

I'm a little confused. Can anyone tell me how to use the calendar content part?
by smorelli
Thu 26. Oct 2006, 21:56
Forum: sites under construction (made with phpwcms only)
Topic: Layout Recommendation
Replies: 8
Views: 4928

Me Too

Yeah, I ended up doing the same thing. It seemed quicker for now. For later, I don't know.

I really would like to get it down solid when developing a site though.
by smorelli
Wed 25. Oct 2006, 17:14
Forum: sites under construction (made with phpwcms only)
Topic: Layout Recommendation
Replies: 8
Views: 4928

re: Page Layout

You Rock! Thanks! :D
by smorelli
Wed 25. Oct 2006, 13:25
Forum: sites under construction (made with phpwcms only)
Topic: Layout Recommendation
Replies: 8
Views: 4928

re: Layout Recommendations

Knut, Thanks for the sending me the link for the page layout. That's a big help. It looks like this was revised from the last time I'd seen it. I'm really liking the downloadable tutorials. Can I still get some help breaking apart the page that I'm needing help with? http://www.acuprintllc.com/index...
by smorelli
Wed 25. Oct 2006, 03:18
Forum: sites under construction (made with phpwcms only)
Topic: Layout Recommendation
Replies: 8
Views: 4928

More Details

I've never really used the page layout feature the way I should and so my current way of doing it doesn't allow me to really break this page up. It would be helpful for me to know which blocks of code should go in the header, main, footer, etc. Also... What is your your recommendation for the page l...
by smorelli
Wed 25. Oct 2006, 02:43
Forum: sites under construction (made with phpwcms only)
Topic: Layout Recommendation
Replies: 8
Views: 4928

Layout Recommendation

I'm having a hard time trying to decide the layout and tempate breakout of this html page. The center of the page has several blocks. This is only the index page and the one I need help with. The other pages will have only one block in the middle for content. Any recommendations? Any help would be g...
by smorelli
Mon 26. Sep 2005, 18:50
Forum: phpwcms Support English
Topic: cannot stay logged in
Replies: 12
Views: 4332

Oliver - Thanks, but the condition for that code is implying that the session is not empty: if(!empty($_SESSION["wcs_user"])) { My problem is still occuring at the bottom of the script: if(empty($_SESSION["wcs_user"])) { and it wants to unset/destroy the session and redirect. If ...
by smorelli
Mon 26. Sep 2005, 17:19
Forum: phpwcms Support English
Topic: cannot stay logged in
Replies: 12
Views: 4332

Oliver, thanks for the clarification. After commenting the redirect portion out, the include/inc_act/act_structure.php page comes up blank in my browser because the session is empty. Is there a way to get back the session again without having to login again?
by smorelli
Mon 26. Sep 2005, 03:19
Forum: phpwcms Support English
Topic: cannot stay logged in
Replies: 12
Views: 4332

Funny thing though...the commenting out of the code doesn't work for me. Maybe it needs to be commented out somewhere else? Is it possible to store the session variable in the DB just before any major change occurs, then retrieve the latest session information so that no matter which server you're t...
by smorelli
Mon 26. Sep 2005, 03:11
Forum: phpwcms Support English
Topic: cannot stay logged in
Replies: 12
Views: 4332

I was doing some research on the clustering thing and found that this is actually called 'load balancing'. I spoke with an former employee of Microsoft who is very familiar with this issue and was part of team who initiated load balancing for MS. Can't tell you much more than that for now.
by smorelli
Wed 21. Sep 2005, 04:34
Forum: phpwcms Support English
Topic: cannot stay logged in
Replies: 12
Views: 4332

Same Problem

I'm having the same issue. What lines did you comment out?