I keep on coming back to phpwcms.
My latest site.
http://www.chapterfest.com
Nothing real special.
I tried to do entirely with divs.
Kinda rushed to get it ready by today.
One thing I don't like it the gray border bleeding over the red.
I understand this is as designed.
Search found 317 matches
- Fri 9. Jul 2010, 04:57
- Forum: sites you are proud of (made with phpwcms only)
- Topic: My latest site
- Replies: 1
- Views: 6965
- Mon 5. Oct 2009, 00:31
- Forum: phpwcms Support English
- Topic: Renaming database?
- Replies: 1
- Views: 852
Renaming database?
I renamed by database table, edited the config file and get dbdown.
Is there anything other than the config file that needs to be edited?
Is there anything other than the config file that needs to be edited?
- Sun 4. Oct 2009, 23:42
- Forum: phpwcms Discussion
- Topic: multiple sites using one install?
- Replies: 0
- Views: 4538
multiple sites using one install?
Each year one of my sites change a bit because of different events and locations.
I want to keep each yearly site for historical purposes.
Last year I moved the entire site to /2008.
http://www.bmwccaofest.org/2008
This year I will probably copy everything to a /2009 directory.
Then delete what is ...
I want to keep each yearly site for historical purposes.
Last year I moved the entire site to /2008.
http://www.bmwccaofest.org/2008
This year I will probably copy everything to a /2009 directory.
Then delete what is ...
- Wed 24. Jun 2009, 02:09
- Forum: phpwcms Support English
- Topic: missing imgs after upgrade
- Replies: 8
- Views: 2153
Re: missing imgs after upgrade
I think there is a path problem with your account using a subdomain.
<img src="img/icons/icon_pdf.gif" alt="" border="0"> is absolutely right.
Please make a test with:
$phpwcms['site'] = 'http://'.$_SERVER['SERVER_NAME'].'/';
Thanks. but that didn't work. It seems to be a permissions problem ...
<img src="img/icons/icon_pdf.gif" alt="" border="0"> is absolutely right.
Please make a test with:
$phpwcms['site'] = 'http://'.$_SERVER['SERVER_NAME'].'/';
Thanks. but that didn't work. It seems to be a permissions problem ...
- Tue 23. Jun 2009, 13:24
- Forum: phpwcms Support English
- Topic: missing imgs after upgrade
- Replies: 8
- Views: 2153
Re: missing imgs after upgrade
I moved a 1.27 site to a subdomain to update.
But the /img - Folder is still in root i.e. you didn't create any sub dir for your update?
The /img directory is in my subdomain directory,
For instance
http://backups.nccbmwcca.org/img/icons/icon_pdf.gif will display the pdf icon.
My page source ...
But the /img - Folder is still in root i.e. you didn't create any sub dir for your update?
The /img directory is in my subdomain directory,
For instance
http://backups.nccbmwcca.org/img/icons/icon_pdf.gif will display the pdf icon.
My page source ...
- Tue 23. Jun 2009, 04:02
- Forum: phpwcms Support English
- Topic: missing imgs after upgrade
- Replies: 8
- Views: 2153
Re: missing imgs after upgrade
Well, that's for images.selbaer wrote:Code: Select all
$phpwcms['cimage_path'] = 'images'; //default: 'images'
The images in the /img directory are not appearing.
- Tue 23. Jun 2009, 02:44
- Forum: phpwcms Support English
- Topic: missing imgs after upgrade
- Replies: 8
- Views: 2153
missing imgs after upgrade
I moved a 1.27 site to a subdomain to update.
Carried all the old files over.
Loaded 1.41 files over them.
Manually upgraded database from version to version.
Seems to be a problem with my img path.
Where should I be looking?
Thanks.
// site values
$phpwcms['site'] = 'http://backups.nccbmwcca ...
Carried all the old files over.
Loaded 1.41 files over them.
Manually upgraded database from version to version.
Seems to be a problem with my img path.
Where should I be looking?
Thanks.
// site values
$phpwcms['site'] = 'http://backups.nccbmwcca ...
- Mon 16. Mar 2009, 01:12
- Forum: phpwcms Support English
- Topic: error while retrieving file list file's info v1.2.7
- Replies: 5
- Views: 1375
Re: error while retrieving file list file's info v1.2.7
Sorry, no I didn't. I am using the same username.Jensensen wrote:OK, but once again: Did you change your username???
- Mon 16. Mar 2009, 00:37
- Forum: phpwcms Support English
- Topic: error while retrieving file list file's info v1.2.7
- Replies: 5
- Views: 1375
Re: error while retrieving file list file's info v1.2.7
I edited the config file properly.
When I view my content parts in my admin section, the page stops loading when it gets to the filelist CP.
I know it's an old version. I tried to upgrade it once before and lost everything. I reverted back with my backup.
As much as I love phpwcms, upgrading is ...
When I view my content parts in my admin section, the page stops loading when it gets to the filelist CP.
I know it's an old version. I tried to upgrade it once before and lost everything. I reverted back with my backup.
As much as I love phpwcms, upgrading is ...
- Sun 15. Mar 2009, 23:07
- Forum: phpwcms Support English
- Topic: error while retrieving file list file's info v1.2.7
- Replies: 5
- Views: 1375
error while retrieving file list file's info v1.2.7
I needed to move my site to a subdomain for archival reasons.
When I go to a page that uses a filelist CP, I get the message
'error while retrieving file list file's info'.
I am running v1.2.7. Upgrading is not an option since there are several RTs that will no longer work.
The files are in my ...
When I go to a page that uses a filelist CP, I get the message
'error while retrieving file list file's info'.
I am running v1.2.7. Upgrading is not an option since there are several RTs that will no longer work.
The files are in my ...
- Thu 27. Nov 2008, 01:29
- Forum: phpwcms Installation Troubleshooting English
- Topic: can not create dir in file center
- Replies: 21
- Views: 9211
Re: can not create dir in file center
SOLVED!
I don't know if this will help someone else down the line, but. . .
My test site was upgraded from 1.3.3 to 1.3.9 just as my live site was.
On both sites I could not create a new dir in the file center.
So. . .
I saved my database on the test site.
Deleted all tables. Installed 1.3.9 ...
I don't know if this will help someone else down the line, but. . .
My test site was upgraded from 1.3.3 to 1.3.9 just as my live site was.
On both sites I could not create a new dir in the file center.
So. . .
I saved my database on the test site.
Deleted all tables. Installed 1.3.9 ...
- Wed 26. Nov 2008, 02:34
- Forum: phpwcms Installation Troubleshooting English
- Topic: can not create dir in file center
- Replies: 21
- Views: 9211
Re: can not create dir in file center
Ahh. I did not look at the bottom of the page.
This is what I see.
This is what I see.
- Wed 26. Nov 2008, 01:19
- Forum: phpwcms Installation Troubleshooting English
- Topic: can not create dir in file center
- Replies: 21
- Views: 9211
Re: can not create dir in file center
In some cases e.g. f_granted exists two times. (That isn´t right)
Please have a look into any table for double indexes.
When I browse the file table this is the result.
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0003 sec)
http://i197.photobucket.com/albums/aa163 ...
- Tue 25. Nov 2008, 19:38
- Forum: phpwcms Installation Troubleshooting English
- Topic: can not create dir in file center
- Replies: 21
- Views: 9211
Re: can not create dir in file center
I am talking about the output window.
Please have a look into your db by phpMyAdmin.
Often there a double table index is generated by the update process.
Kill all these double indexes.
This is what I show. Do I look in each table to look for duplicate entries?
phpwcms_address
phpwcms_ads ...
Please have a look into your db by phpMyAdmin.
Often there a double table index is generated by the update process.
Kill all these double indexes.
This is what I show. Do I look in each table to look for duplicate entries?
phpwcms_address
phpwcms_ads ...
- Tue 25. Nov 2008, 17:39
- Forum: phpwcms Installation Troubleshooting English
- Topic: can not create dir in file center
- Replies: 21
- Views: 9211
Re: can not create dir in file center
I did. I started with one, then the next.flip-flop wrote:You have scroll down the output list during db updating?
Recently I used phpMyAdmin to reload the upgrades.
I may start all over on another test.