歡迎光臨, 訪客. 請先 登入註冊一個帳號.
十一月 23, 2024, 06:36:16 下午
19595 文章 在 3865 主題 由 4579 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1]
1  支援 / 使用與操作 / Re: 錯誤訊息.... 於: 七月 21, 2006, 11:06:02 下午
我找到解決方法了
只要在 .htaccess
加上php_value memory_limit 16M即可.....
2  支援 / 使用與操作 / 錯誤訊息.... 於: 七月 21, 2006, 09:55:09 下午
請問一下大家
為何登入管理面板後
會在發表新文章下
出現
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 720 bytes) in /home/我的帳號/public_html/lifetype/class/template/smarty/Smarty_Compiler.class.php on line 399
的錯誤訊息?

可是按別的功能後 再按"發表新文章"後 一切又恢復正常了 (可以發表文章)

謝謝!
3  支援 / 安裝與設定 / Re: 匯入資料庫錯誤 於: 七月 19, 2006, 10:18:32 上午
不好意思....可不可以再請問一下
phpmyadmin 匯出時要如何使用相容模式呢?
我在phpmyadmin內好像沒有看到這個選項.....

謝謝您囉
感激不盡.....
4  支援 / 安裝與設定 / 匯入資料庫錯誤 於: 七月 17, 2006, 08:55:14 下午
我將本機之資料庫 用phpMyAdmin匯出後
到虛擬主機PhpMyAdmin想要匯入資料
卻出現#1064 - You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8' at line 23 的錯誤訊息....
該怎麼辦呢?


********************
我匯入之SQL 為

-- phpMyAdmin SQL Dump
-- version 2.6.1-rc2
-- http://www.phpmyadmin.net
--
-- 主機: localhost
-- 建立日期: Jul 17, 2006, 09:29 PM
-- 伺服器版本: 4.1.8
-- PHP 版本: 4.3.10
--
-- 資料庫: `plog`
--
-- --------------------------------------------------------
--
-- 資料表格式: `plog_article_categories_link`
--
CREATE TABLE `plog_article_categories_link` (

`article_id` int( 10 ) NOT NULL default '0',
`category_id` int( 10 ) NOT NULL default '0',
PRIMARY KEY ( `article_id` , `category_id` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8
頁: [1]