Search found 9 matches
- Sun Aug 26, 2012 11:54 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Very slow performance after 1.4 - 1.11 upgrade
- Replies: 8
- Views: 4870
Re: Very slow performance after 1.4 - 1.11 upgrade
By way of introduction, I don't really know much about CMSMS. I was called on to fix a client's site after it tanked with php Deprecated (and Warning) messages after GoDaddy advised her to upgrade her site from PHP 5.2 to PHP 5.3. Right away I suppressed the errors using php.ini but then I started ...
- Mon Aug 06, 2007 9:03 pm
- Forum: CMSMS Core
- Topic: Is there a maximum limit on the number of pages per directory?
- Replies: 8
- Views: 4177
Re: Is there a maximum limit on the number of pages per directory?
tsw, I noticed the cms_content_props_seq table before, but I don't know what it does. I see one row with an id column set to a value of 15. Unlike the id in the cms_content_seq table, this one doesn't seem to increment or change at all when I create new pages through the Admin Panel. Should the i...
- Mon Aug 06, 2007 6:39 pm
- Forum: CMSMS Core
- Topic: Is there a maximum limit on the number of pages per directory?
- Replies: 8
- Views: 4177
Re: Is there a maximum limit on the number of pages per directory?
Mark, the sum of my table sizes seems to be 699.5KB as reported by phpMyAdmin, and my hosting disk usage is 171MB out of 1000MB available. I also had a chat with my host's tech support and they said there's not a limit on my database size. I did some more guess and check and found that my problem i...
- Mon Aug 06, 2007 3:50 am
- Forum: CMSMS Core
- Topic: Is there a maximum limit on the number of pages per directory?
- Replies: 8
- Views: 4177
Re: Is there a maximum limit on the number of pages per directory?
I'm a database noob, so you'll have to explain what you mean more explicitly, mark. Are you saying I should I should look at something in phpMyAdmin? If so, where do I look?
- Mon Aug 06, 2007 1:39 am
- Forum: CMSMS Core
- Topic: Is there a maximum limit on the number of pages per directory?
- Replies: 8
- Views: 4177
Is there a maximum limit on the number of pages per directory?
Does anyone know if there's a limit on the maximum number of pages allowed per directory? I tried to import 489 pages into one directory on my CMSMS site by importing CSV data into my database. When I did, I couldn't see any pages at all in the CMSMS Admin Panel. I did a lot of guessing and check...
- Sun Aug 05, 2007 9:02 pm
- Forum: CMSMS Core
- Topic: [solved] Can't create new pages after importing content into database
- Replies: 2
- Views: 2001
Re: Can't create new pages after importing content into database
Thanks, tsw. That's exactly what I needed to know. I'm going to set the id of cms_content_seq to 1000 so I can import all of my content and not worry about id numbers conflicting.
- Sun Aug 05, 2007 5:59 am
- Forum: CMSMS Core
- Topic: [solved] Can't create new pages after importing content into database
- Replies: 2
- Views: 2001
[solved] Can't create new pages after importing content into database
Please help if you can. I need to import almost a thousand pages of content into a CMSMS site, and I thought I knew how, but after importing pages directly into my database by inserting new rows, I can't properly create new pages in the CMSMS Admin Panel. The problem appears to be that pages creat...
- Sat Jun 09, 2007 9:20 pm
- Forum: CMSMS Core
- Topic: Please help! MySQL Dump Module stops working under MySQL 4.1.22 & 5.0.37
- Replies: 3
- Views: 1718
Re: Please help! MySQL Dump Module stops working under MySQL 4.1.22 & 5.0.37
I have similar problems with mysqldump not restoring from a backup. Can anyone help?
- Sun Jul 23, 2006 9:08 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: "No Input File" Installation Problems
- Replies: 6
- Views: 5871
Re: "No Input File" Installation Problems
I got this error even after going through all the installation screens correctly, removing the install directory and resetting the config.php permissions to 444. I followed kubox's suggestion: I had the same problem, and solved it by changing $config['internal_pretty_urls'] to 'false' in config.php...