ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Pages URI deleted from all entries again

September 20, 2011 1:19pm

Subscribe [5]
  • #1 / Sep 20, 2011 1:19pm

    AJefcoat

    5 posts

    This question may be related to a resolved thread.

    We had this issue again, CommArts was our developer for the site and we’ve been running smoothly since the handover a few months ago. 

    The program pages URI information has been deleted again - 9/20/11

    I’m restoring a 12 gig daily backup so hopefully we won’t be forced to manually create a few hundred entries.

    What do we need to do to relieve ourselves of this problem in the future?

    Thanks

    Thomas

  • #2 / Sep 20, 2011 11:21pm

    Dan Decker

    7338 posts

    Thomas,

    It would seem that you are running into the storage limits as outlined in the previous thread. I’m going to escalate this concern to the Devs to see if they can offer a way to increase the storage size on the appropriate database field.

    Cheers,

  • #3 / Sep 21, 2011 1:03pm

    AJefcoat

    5 posts

    This question may be related to a resolved thread. 

    The thread above is about our current website, CommArts is the company we utilized to create our new mpbonline.org

    This issue has happened again and has forced us to stop posting new pages and news stories to our site.

    I need some help to get us to resolve the issue.

    Thanks,
    Thomas

  • #4 / Sep 21, 2011 5:38pm

    Robin Sowell

    13255 posts

    Ah- yes, I’d avoid using pages for every uri.  But it should be a simple matter to make the field take more data.  Backup your exp_sites table and be sure you’re comfortable rolling back.  Then I’d just change it to a longtext field a la

    ALTER TABLE exp_sites MODIFY site_pages LONGTEXT NOT NULL;

    You can run that in phpmyadmin or in ‘Tools- Data- SQL Manager’- longtext will give you more room than I can ever imagine needing.

    Do be sure to backup, though.  Always backup before manipulating the db directly!

  • #5 / Sep 21, 2011 5:56pm

    AJefcoat

    5 posts

    I have a good back up in place, so I’ll try this.

    Thanks

  • #6 / Sep 21, 2011 6:09pm

    AJefcoat

    5 posts

    from Tools- Data- SQL Manager I click on Manage Database Tables , select the tick box for exp_sites then browse but I don’t see where to make any changes to the field type or the table.

  • #7 / Sep 21, 2011 6:30pm

    AJefcoat

    5 posts

    After a bit of experimenting, found the query field and this seems to have worked.

    Thanks.  I’ll post if the issue continues.

  • #8 / Sep 21, 2011 6:33pm

    Mark Bowen

    12637 posts

    Hi Thomas,

    I’ve put together a quick video showing where it is that you need to go to :

    Database Query Form

    Hope that helps a bit.

    Mark

  • #9 / Sep 21, 2011 6:41pm

    AJefcoat

    5 posts

    the larger issue is what is a better way to handle the pages - how do we handle this recommendation?

    “Ah- yes, I’d avoid using pages for every uri”

  • #10 / Sep 22, 2011 12:56am

    Dan Decker

    7338 posts

    Thomas,

    ExpressionEngine’s standard URL handling scheme should be use in most cases. That is determined in a pattern that resembles template-group/template/entry-title. Perhaps a look at Understanding EE URLS can shed some light on the process. The crux of it is, you can use template-group/templates to mimic folder/file structures, for example: http://yoursite.com/news/article/headline_title

    Let us know if you have any further questions.

    Cheers,

  • #11 / Sep 23, 2011 4:16pm

    Kevin Smith

    4784 posts

    Is there anything else we can do to help, Thomas?

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases