static pages plugin data stored location

Creating and modifying plugins.
Post Reply
tuntun
Regular
Posts: 5
Joined: Tue Oct 24, 2006 12:03 am

static pages plugin data stored location

Post by tuntun »

I recently moved isp, so i moved files and upgrade s9y at the same time.
Also moved database to a new mysql 5 server.

Everything else is good...but somehow, I lost the static pages.

can someone tell me where is the text/file data is stored after pages are created in staic page plugin?

thank you so much...
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

static pages are part of the database, too.

Do you have installed the static page plugin again?
Ciao, Stephan
tuntun
Regular
Posts: 5
Joined: Tue Oct 24, 2006 12:03 am

Post by tuntun »

stm999999999 wrote:static pages are part of the database, too.

Do you have installed the static page plugin again?

yah...i already installed the plugin again...
do u know which table is the data stored in ?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

In serendipity_staticpages* tables

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
tuntun
Regular
Posts: 5
Joined: Tue Oct 24, 2006 12:03 am

Post by tuntun »

garvinhicking wrote:Hi!

In serendipity_staticpages* tables

Regards,
Garvin
thank u so much...when i exported..i must have missed that table..
it's back now..thanks!!
checeres
Regular
Posts: 6
Joined: Tue Apr 03, 2007 7:30 pm

Static Page

Post by checeres »

I want to install this plugin but it gives me this mistake:
Error: serendipity_event_staticpage:2c53072edd0b87c5f804e626f27a9d3b (online_repository)
DEBUG: Plugin serendipity_event_staticpage:2c53072edd0b87c5f804e626f27a9d3b not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => online_repository [install_plugin] => serendipity_event_staticpage [spartacus_fetch] => [action] => [adminAction] => ) .

This error can happen if a plugin was not properly downloaded (check your plugins directory if the requested plugin was downloaded) or the inclusion of a file failed (permissions?)
Backtrace:
Installing plugin: Array ( [0] => serendipity_event_staticpage [1] => [2] => event [3] => 0 [4] => online_repository )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_staticpage:2c53072edd0b87c5f804e626f27a9d3b', 20, 'event', '0', 'online_repository')
No valid path/filename found. Aborting.
Classname serendipity_event_staticpage still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event_staticpage still does not exist. Aborting.


I have installed other plugins correctly. Why can it be this?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Static Page

Post by garvinhicking »

checeres,

can it be that this is your first plugin you install via spartacus that is not already in your plugins/ directory?

Did you check if the plugins/ directory is world-writable, so that spartacus can download files?

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
checeres
Regular
Posts: 6
Joined: Tue Apr 03, 2007 7:30 pm

mmm, no...

Post by checeres »

It is not the first plugin installed with spartacus ... I have installed and desinstalled many without problems.
Alone I find problems with this...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: mmm, no...

Post by garvinhicking »

Hi!

Are you sure the plugins you already installed were from spartacus, or maybe it were plugins that were already delivered with serendipity?

Can you check if the serendpity_event_Staticpage directory exists?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply